electriclilies opened a new pull request #7438: URL: https://github.com/apache/tvm/pull/7438
In the onnx test, we were setting target and ctx to llvm and cpu every time we ran the TVM version of the op, regardless of the target and ctx actually passed in. The result is that the accuracy of TVM GPU outputs were never checked against ONNX. The purpose of this PR is to see which of the tests in tests/python/frontend/onnx/test_forward.py break after enabling GPU. ---------------------------------------------------------------- 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]
