Skip to content

Commit

Permalink
Clean inductor cache
Browse files Browse the repository at this point in the history
  • Loading branch information
CuiYifeng committed Jul 22, 2024
1 parent ae7e999 commit 5ccc217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_linux_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
test_cmd="python test/run_test.py --include "
# All Inductor UT under test/inductor
rm -rf /tmp/torchinductor_*
for test in $(ls test/inductor | grep test);
do
test_cmd="${test_cmd} inductor/$test";
Expand Down

0 comments on commit 5ccc217

Please sign in to comment.