Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 committed Oct 1, 2024
1 parent f42a3b9 commit de7ae18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bitblas/tl/tuner.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def tvm_callback_cuda_postproc(code, _):
code = tensor_remove_make_int4(code)
code = tensor_remove_make_int2(code)
return code

# check only have one function in the module
if len(mod.functions) > 1:
raise ValueError("Only support one function in the module")
Expand Down

0 comments on commit de7ae18

Please sign in to comment.