jwfromm commented on issue #4523: Optimization for subpixel layer on Tensor core URL: https://github.com/apache/incubator-tvm/issues/4523#issuecomment-569543551 Maybe the problem is just that this op shouldnt be fused when running on tensor cores. I suspect the access pattern just fundamentally causes bad behavior in the kernel. Can you try changing its fusion pattern to `OPAQUE` rather than `INJECTIVE` (~ line 976 in `tvm/relay/op/nn/_nn.py`)? Also what bug did you find? I can't see anything obvious in what you posted.
---------------------------------------------------------------- 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
