Skip to content

Commit

Permalink
Add aot_test_inductor to test_inductor
Browse files Browse the repository at this point in the history
  • Loading branch information
jithunnair-amd authored and pytorchmergebot committed Apr 4, 2024
1 parent 8b83327 commit 8c8db23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/pytorch/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ test_inductor() {
python tools/dynamo/verify_dynamo.py
python test/run_test.py --inductor --include test_modules test_ops test_ops_gradients test_torch --verbose
# Do not add --inductor for the following inductor unit tests, otherwise we will fail because of nested dynamo state
python test/run_test.py --include inductor/test_torchinductor inductor/test_torchinductor_opinfo --verbose
python test/run_test.py --include inductor/test_torchinductor inductor/test_torchinductor_opinfo inductor/test_aot_inductor --verbose

# docker build uses bdist_wheel which does not work with test_aot_inductor
# TODO: need a faster way to build
Expand Down

0 comments on commit 8c8db23

Please sign in to comment.