icemelon9 commented on a change in pull request #5319: [cuDNN] Add cuDNN 
grouped convolution support
URL: https://github.com/apache/incubator-tvm/pull/5319#discussion_r409790621
 
 

 ##########
 File path: python/tvm/relay/op/strategy/cuda.py
 ##########
 @@ -91,6 +91,9 @@ def schedule_lrn_cuda(attrs, outs, target):
 @conv2d_strategy.register(["cuda", "gpu"])
 def conv2d_strategy_cuda(attrs, inputs, out_type, target):
     """conv2d cuda strategy"""
+    if attrs.data_layout == "NCHW":
+        raise ValueError("HERE")
 
 Review comment:
   why raise the error here?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to