Skip to content

Commit

Permalink
Fix a few lit test bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe committed Dec 11, 2024
1 parent 5fa8a57 commit edc5f33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
// RUN: %run_on_npu make -f %S/Makefile run
// RUN: %run_on_npu make -f %S/Makefile run_py
// RUN: make -f %S/Makefile clean
// RUN: env CHESS=true %run_on_npu use_alt=1 make -f %S/Makefile trace
// RUN: env CHESS=true %run_on_npu use_alt=1 make -f %S/Makefile trace_py
// RUN: env CHESS=true use_alt=1 %run_on_npu make -f %S/Makefile trace
// RUN: env CHESS=true use_alt=1 %run_on_npu make -f %S/Makefile trace_py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
// RUN: mkdir -p test_stx
// RUN: cd test_stx
// RUN: make -f %S/Makefile clean
// RUN: make -f %S/Makefile device=npu2
// RUN: env use_alt=1 make -f %S/Makefile device=npu2
// RUN: %run_on_2npu make -f %S/Makefile run device=npu2

0 comments on commit edc5f33

Please sign in to comment.