wpan11nv commented on a change in pull request #5226: [CODEGEN][CUDA] Fix vector load URL: https://github.com/apache/incubator-tvm/pull/5226#discussion_r404304285
########## File path: tests/python/unittest/test_target_codegen_cuda.py ########## @@ -543,6 +543,40 @@ def run_test(dtype): run_test("uint32") run_test("uint64") +def test_cuda_vectorize_load_permute_pad(): + def check_cuda(dtype, n, l, padding, lanes): + if not tvm.gpu(0).exist or not tvm.runtime.enabled("cuda"): + print("skip because cuda is not enabled..") + return + Review comment: check if float16 is supported ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services