vinx13 commented on issue #4514: [BUG] topi.cuda.conv2d_winograd.winograd_cuda() not working when pre_computed=True URL: https://github.com/apache/incubator-tvm/issues/4514#issuecomment-565306431 `pre_computed` is not expected to be used in this way, it is called by Relay which run `AlterOpLayout` pass to change the layout. In your case, you should either set `pre_computed` should be False or use precomputed weight for the input
---------------------------------------------------------------- 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
