@@ -1618,7 +1618,7 @@ function card_test() {
1618
1618
(ctest -I $i ,,$NUM_PROC -R " ($testcases )" -E " ($disable_ut_quickly )" ${run_label_mode} -V --timeout 120 -j $parallel_job | tee $tmpfile ; test ${PIPESTATUS[0]} -eq 0) &
1619
1619
else
1620
1620
if [[ " $WITH_ROCM " == " ON" ]]; then
1621
- (env HIP_VISIBLE_DEVICES=$cuda_list_str ctest -I $i ,,$NUM_PROC -R " ($testcases )" -E " ($disable_ut_quickly )" ${run_label_mode} --timeout 120 -V -j $parallel_job | tee $tmpfile ; test ${PIPESTATUS[0]} -eq 0) &
1621
+ (env HIP_VISIBLE_DEVICES=$cuda_list ctest -I $i ,,$NUM_PROC -R " ($testcases )" -E " ($disable_ut_quickly )" ${run_label_mode} --timeout 120 -V -j $parallel_job | tee $tmpfile ; test ${PIPESTATUS[0]} -eq 0) &
1622
1622
elif [[ " $WITH_XPU " == " ON" ]]; then
1623
1623
(env XPU_VISIBLE_DEVICES=$cuda_list_str ctest -I $i ,,$NUM_PROC -R " ($testcases )" -E " ($disable_ut_quickly )" ${run_label_mode} --timeout 120 -V -j $parallel_job | tee $tmpfile ; test ${PIPESTATUS[0]} -eq 0) &
1624
1624
else
@@ -1630,7 +1630,7 @@ function card_test() {
1630
1630
(ctest -I $i ,,$NUM_PROC -R " ($testcases )" -E " ($disable_ut_quickly )" ${run_label_mode} --timeout 120 --output-on-failure -j $parallel_job | tee $tmpfile ; test ${PIPESTATUS[0]} -eq 0) &
1631
1631
else
1632
1632
if [[ " $WITH_ROCM " == " ON" ]]; then
1633
- (env HIP_VISIBLE_DEVICES=$cuda_list_str ctest -I $i ,,$NUM_PROC -R " ($testcases )" -E " ($disable_ut_quickly )" ${run_label_mode} --timeout 120 --output-on-failure -j $parallel_job | tee $tmpfile ; test ${PIPESTATUS[0]} -eq 0) &
1633
+ (env HIP_VISIBLE_DEVICES=$cuda_list ctest -I $i ,,$NUM_PROC -R " ($testcases )" -E " ($disable_ut_quickly )" ${run_label_mode} --timeout 120 --output-on-failure -j $parallel_job | tee $tmpfile ; test ${PIPESTATUS[0]} -eq 0) &
1634
1634
elif [[ " $WITH_XPU " == " ON" ]]; then
1635
1635
(env XPU_VISIBLE_DEVICES=$cuda_list_str ctest -I $i ,,$NUM_PROC -R " ($testcases )" -E " ($disable_ut_quickly )" ${run_label_mode} --timeout 120 --output-on-failure -j $parallel_job | tee $tmpfile ; test ${PIPESTATUS[0]} -eq 0) &
1636
1636
else
0 commit comments