Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean inductor cache
Browse files Browse the repository at this point in the history
CuiYifeng committed Jul 22, 2024
1 parent a8d4892 commit 8375352
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
@@ -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";

0 comments on commit 8375352

Please sign in to comment.