Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 committed Feb 19, 2025
1 parent f10eed5 commit 1a62699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/python/jit/test_tilelang_jit_gemm_ctypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def run_gemm(

stramp = "&*(XS)"

@tvm.register_func
@tvm.register_func(override=True)
def tilelang_callback_cuda_postproc(code, _):
code = f"// {stramp}\n" + code
return code
Expand Down

0 comments on commit 1a62699

Please sign in to comment.