Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit f2a2a8f

Browse files
committed
test_cpu.sh: run test_cuda_mapper_memory_promotion
Despite the name, this test does not require CUDA to be present in the system to run. It only includes syntactic tests on the CUDA code generator and can be run by CPU only. Run it in test_cpu.sh, including on CircleCI, by default.
1 parent d443b59 commit f2a2a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_cpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function run_test {
1818
}
1919

2020
TEST_PATH="./build/test"
21-
TEST_REGEX="test_basic test_core test_inference test_isl_scheduler test_lang test_mapper* test_tc2halide test_cuda_mapper"
21+
TEST_REGEX="test_basic test_core test_inference test_isl_scheduler test_lang test_mapper* test_tc2halide test_cuda_mapper test_cuda_mapper_memory_promotion"
2222
run_test
2323

2424
echo SUCCESS

0 commit comments

Comments
 (0)