You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/03/09 07:29:04 UTC

[GitHub] [tvm] masahi commented on a change in pull request #7607: [SPIRV] Minor update to TIR sort to make it work on VK/SPIR-V

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



##########
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:
       yes vulkan was tested locally, but not on CI.




----------------------------------------------------------------
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:
users@infra.apache.org