From 747eaefc5d5a81483eceb91d9ca28b1847b02bb8 Mon Sep 17 00:00:00 2001 From: "Tatsuya.Nishiyama" Date: Thu, 2 Aug 2018 13:27:19 +0900 Subject: [PATCH] Fix a testcase name in test_codegen_cuda --- tests/python/unittest/test_codegen_cuda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()