jcf94 commented on a change in pull request #6269:
URL: https://github.com/apache/incubator-tvm/pull/6269#discussion_r472870358



##########
File path: tests/python/unittest/test_auto_scheduler_sketch_generation.py
##########
@@ -93,10 +101,80 @@ def test_cpu_conv2d_winograd_sketch():
     '''
     assert len(sketches) == 3
 
+
+def test_cuda_matmul_sketch():
+    if not tvm.context("cuda", 0).exist:
+        return
+    sketches = generate_sketches(matmul_auto_scheduler_test, (512, 512, 512), 
'cuda')
+    ''' 1 multi-level tiling sketch '''

Review comment:
       Now, we have more specific checks in this UT.




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