Meteorix commented on a change in pull request #7147:
URL: https://github.com/apache/tvm/pull/7147#discussion_r554702090



##########
File path: python/tvm/topi/cuda/conv2d_alter_op.py
##########
@@ -345,4 +347,49 @@ def _conv2d_legalize(attrs, inputs, arg_types):
             else:
                 out = relay.nn.conv2d(data, kernel, **new_attrs)
             return out
+    elif data_dtype in ['float16', 'float32']:

Review comment:
       As discussed in https://github.com/apache/tvm/pull/7146 and 
https://github.com/apache/tvm/pull/7187, I'll make changes to support `float16` 
only and add some tests. 




----------------------------------------------------------------
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:
[email protected]


Reply via email to