We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccece76 commit 969b5b6Copy full SHA for 969b5b6
1 file changed
.ci/pytorch/test.sh
@@ -606,9 +606,6 @@ test_libtorch_jit() {
606
# Run jit and lazy tensor cpp tests together to finish them faster
607
if [[ "$BUILD_ENVIRONMENT" == *cuda* && "$TEST_CONFIG" != *nogpu* ]]; then
608
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
612
else
613
# CUDA tests have already been skipped when CUDA is not available
614
python test/run_test.py --cpp --verbose -i cpp/test_jit cpp/test_lazy -k "not CUDA"
0 commit comments