masahi commented on a change in pull request #8790: URL: https://github.com/apache/tvm/pull/8790#discussion_r783590577
########## File path: tests/python/frontend/oneflow/test_forward.py ########## @@ -359,7 +359,7 @@ def forward(self, x): model = Conv2dModel() model.eval() - for device in ["llvm", "cuda"]: Review comment: You can (and should) test cuda on TVM, just need to compare against the CPU reference from oneflow. -- 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: commits-unsubscr...@tvm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org