Skip to content

Commit

Permalink
Enable graph input matcher test (pytorch#6591)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCaoG authored and amithrm committed Mar 1, 2024
1 parent eae04bb commit 611bd44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ function run_xla_op_tests1 {
run_test "$CDIR/dynamo/test_dynamo.py"
run_test "$CDIR/dynamo/test_bridge.py"
run_test "$CDIR/dynamo/test_num_output.py"
run_test "$CDIR/dynamo/test_graph_input_matcher.py"
run_save_tensor_ir "$CDIR/dynamo/test_dynamo_graph_dump.py"
run_use_bf16 "$CDIR/test_data_type.py"
run_xla_ir_debug "$CDIR/test_env_var_mapper.py"
Expand Down

0 comments on commit 611bd44

Please sign in to comment.