Skip to content

Commit 969b5b6

Browse files
committed
revert changes about using LTC_TS_CUDA flag in rocm tests
1 parent ccece76 commit 969b5b6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.ci/pytorch/test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -606,9 +606,6 @@ test_libtorch_jit() {
606606
# Run jit and lazy tensor cpp tests together to finish them faster
607607
if [[ "$BUILD_ENVIRONMENT" == *cuda* && "$TEST_CONFIG" != *nogpu* ]]; then
608608
LTC_TS_CUDA=1 python test/run_test.py --cpp --verbose -i cpp/test_jit cpp/nvfuser_tests cpp/test_lazy
609-
elif [[ "$BUILD_ENVIRONMENT" == *rocm* && "$TEST_CONFIG" != *nogpu* ]]; then
610-
LTC_TS_CUDA=1 python test/run_test.py --cpp --verbose -i cpp/test_lazy
611-
python test/run_test.py --cpp --verbose -i cpp/test_jit
612609
else
613610
# CUDA tests have already been skipped when CUDA is not available
614611
python test/run_test.py --cpp --verbose -i cpp/test_jit cpp/test_lazy -k "not CUDA"

0 commit comments

Comments
 (0)