jwfromm commented on issue #5370: Remove Interference of TensorCore Strategy to OpenCL/Metal URL: https://github.com/apache/incubator-tvm/issues/5370#issuecomment-616006511 It looks like this is probably happening because we forgot to check that the current target is `cuda` before calling `nvcc.have_tensorcore` in the `dense` strategy function. PR #5376 should fix this. Can you give the change a try and see if it solves your problem?
---------------------------------------------------------------- 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
