diff --git a/tests/python/unittest/test_codegen_cuda.py b/tests/python/unittest/test_codegen_cuda.py index 664883528efc..b0ed92a30281 100644 --- a/tests/python/unittest/test_codegen_cuda.py +++ b/tests/python/unittest/test_codegen_cuda.py @@ -91,4 +91,4 @@ def check_cuda(dtype, n, lanes): if __name__ == "__main__": test_cuda_vectorize_add() test_cuda_multiply_add() - test_cuda_load_store() + test_cuda_vectorize_load()