Skip to content

Commit

Permalink
Update run_tests.sh for r2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai authored Jun 18, 2024
1 parent 0563cb9 commit 76c4855
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,7 @@ function run_xla_op_tests2 {
run_downcast_bf16 "$CDIR/test_data_type.py"
run_test "$CDIR/pjrt/test_dtypes.py"
run_test "$CDIR/test_while_loop.py"
run_test "$CDIR/test_autocast.py"
run_test "$CDIR/eager/test_eager_with_xla_compile.py"
run_test "$CDIR/eager/test_eager_with_torch_compile.py"
run_test "$CDIR/test_autocast.py" # TODO(yeounoh) this is expensive on GPU
}

# All the new xla op tests should go to run_xla_op_tests3
Expand Down

0 comments on commit 76c4855

Please sign in to comment.