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

Commit e1d5c6e

Browse files
authored
Merge pull request #482 from facebookresearch/run-promotion-tests-on-ci
test_cpu.sh: run test_cuda_mapper_memory_promotion
2 parents 639ee29 + f2a2a8f commit e1d5c6e

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)