tmoreau89 commented on a change in pull request #7607:
URL: https://github.com/apache/tvm/pull/7607#discussion_r589977760



##########
File path: tests/python/topi/python/test_topi_sort.py
##########
@@ -75,7 +75,7 @@ def check_device(device):
         f(tvm_data, tvm_out)
         tvm.testing.assert_allclose(tvm_out.asnumpy(), np_sort, rtol=1e0)
 
-    for device in ["llvm", "cuda", "opencl"]:
+    for device in ["llvm", "cuda", "opencl", "vulkan", "nvptx"]:

Review comment:
       Thanks @masahi  - in the case of vulkan here the tests won't be run 
until we add vulkan to our CI docker image, right? These are just tested 
locally?




----------------------------------------------------------------
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]


Reply via email to