Skip to content

Commit 73740c4

Browse files
committed
trigger CI
1 parent 386ea5c commit 73740c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/relay/op/contrib/cutlass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def check_conv2d(call):
106106
return False
107107
IC = data.shape[3]
108108
OC = weight.shape[0]
109-
return not is_depthwise_conv2d(IC, OC, call.attrs.groups)
109+
return not is_depthwise_conv2d(IC, OC, conv2d.attrs.groups)
110110

111111

112112
def partition_for_cutlass(mod):

0 commit comments

Comments
 (0)