jcf94 commented on pull request #8489: URL: https://github.com/apache/tvm/pull/8489#issuecomment-881850356
> @jcf94 I am not receiving the latest error on my local installation, and hence it's difficult for me to debug this. I suspect it might have something to do with the reduced dimension, but I am not sure. Can you please suggest some way to debug and fix the error? The CI failed in `test_any_conv1d_transpose_ncw`. You can try to run the `test_any.py` if you have cuda environment. Seems the bug was caused by: https://github.com/apache/tvm/blob/2c61afa4d1f67c6b41467e94868f6813feb89d6c/python/tvm/topi/cuda/conv1d_transpose_ncw.py#L145 We can correct it by: ```python cfg.define_split("tile_n", cfg.axis(n if isinstance(n, int) else 1), num_outputs=4) ``` -- 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]
