Skip to content

Commit

Permalink
remove unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Feb 1, 2022
1 parent 3e98120 commit 83e7af7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/tvm/contrib/cutlass/gen_conv2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def get_default(

def select_op(
self,
op_type,
d_shape,
w_shape,
padding,
Expand Down Expand Up @@ -303,7 +302,6 @@ def profile(
)

op = self.select_op(
op_type,
d_shape,
w_shape,
padding,
Expand Down

0 comments on commit 83e7af7

Please sign in to comment.