jcf94 commented on a change in pull request #8605:
URL: https://github.com/apache/tvm/pull/8605#discussion_r683089113



##########
File path: python/tvm/relay/analysis/sparse_conv2d.py
##########
@@ -108,19 +112,28 @@ def process_params(expr, params, block_size, 
sparsity_threshold, layout):
                 )
             else:
                 sparse_weight_data = sparse_weight.data
+        elif weight_kernel[0] == kernel_size == 3 and layout == "NHWC":

Review comment:
       Oh, that's fine, maybe add a TODO here or print a warning message on 
NCHW in case others have any confusion, since in the op strategy both NCHW and 
NHWC are supported.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to