jcf94 commented on a change in pull request #7014:
URL: https://github.com/apache/tvm/pull/7014#discussion_r587000380



##########
File path: tests/python/unittest/test_target_codegen_cuda.py
##########
@@ -905,26 +952,27 @@ def test_unrolled_vectorization():
 
 
 if __name__ == "__main__":
-    test_cuda_vectorize_add()
-    test_cuda_multiply_add()
-    test_cuda_vectorize_load()
-    test_cuda_make_int8()
-    test_cuda_inf_nan()
-    test_cuda_shuffle()
-    test_vectorized_casts()
-    test_cuda_reduction_binding()
-    test_crossthread_reduction1()
-    test_crossthread_reduction2()
-    test_rfactor_predicates()
-    test_cuda_const_float_to_half()
-    test_cuda_reduction()
-    test_cuda_mix_threaded_and_normal_reduction()
-    test_cuda_floordiv_with_vectorization()
-    test_cuda_floormod_with_vectorization()
-    test_vectorized_intrin1()
-    test_vectorized_intrin2()
-    test_vectorized_popcount()
-    test_cuda_vectorize_load_permute_pad()
-    test_vectorized_cooperative_fetching_x()
-    test_vectorized_cooperative_fetching_xy()
-    test_unrolled_vectorization()
+    # test_cuda_vectorize_add()
+    test_cuda_bf16_vectorize_add()
+    # test_cuda_multiply_add()
+    # test_cuda_vectorize_load()
+    # test_cuda_make_int8()
+    # test_cuda_inf_nan()
+    # test_cuda_shuffle()
+    # test_vectorized_casts()
+    # test_cuda_reduction_binding()
+    # test_crossthread_reduction1()
+    # test_crossthread_reduction2()
+    # test_rfactor_predicates()
+    # test_cuda_const_float_to_half()
+    # test_cuda_reduction()
+    # test_cuda_mix_threaded_and_normal_reduction()
+    # test_cuda_floordiv_with_vectorization()
+    # test_cuda_floormod_with_vectorization()
+    # test_vectorized_intrin1()
+    # test_vectorized_intrin2()
+    # test_vectorized_popcount()
+    # test_cuda_vectorize_load_permute_pad()
+    # test_vectorized_cooperative_fetching_x()
+    # test_vectorized_cooperative_fetching_xy()
+    # test_unrolled_vectorization()

Review comment:
       Uncommon these tests.




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