Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Dec 14, 2021
1 parent 7e43d42 commit 60c0fda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/tvm/contrib/cutlass/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def handle_conv2d(
op_type,
d_shape,
w_shape,
out_shape,
padding,
strides,
dilation,
Expand Down Expand Up @@ -283,7 +282,6 @@ def tune_cutlass_kernels(mod, sm, profile_all=True, use_multiprocessing=False, t
op_type,
arg0_shape,
arg1_shape,
annotator.signature["ret_shape"],
annotator.op_attrs.padding,
annotator.op_attrs.strides,
annotator.op_attrs.dilation,
Expand Down

0 comments on commit 60c0fda

Please sign in to comment.