We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588c5ab commit 463574cCopy full SHA for 463574c
python/tvm/relay/op/contrib/cutlass.py
@@ -105,7 +105,7 @@ def check_conv2d(call):
105
return False
106
IC = data.shape[3]
107
OC = weight.shape[0]
108
- return not is_depthwise_conv2d(IC, OC, call.attrs.groups)
+ return not is_depthwise_conv2d(IC, OC, conv2d.attrs.groups)
109
110
111
def partition_for_cutlass(mod):
0 commit comments