apivovarov commented on a change in pull request #4472: Workaround to make
conv2d_transpose compilation for CUDA work
URL: https://github.com/apache/incubator-tvm/pull/4472#discussion_r355007762
##########
File path: topi/python/topi/cuda/conv2d_transpose_nchw.py
##########
@@ -186,7 +186,9 @@ def _callback(op):
if cfg.is_fallback:
N, F, Y, X = get_const_tuple(conv.shape)
- _fallback_schedule(N, F, Y, X)
+ # Workaround to make CUDA compilation work. Issue #4470
Review comment:
added kernel / strides check and run `_fallback_schedule` for kernel 1x1 or
when kernel != strides
----------------------------------------------------------------
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]
With regards,
Apache Git Services