Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jgmelber and github-actions[bot] authored Oct 25, 2024
1 parent 83d7051 commit 096d0bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions programming_examples/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@
print("\tmodel:", m.group(3))
config.available_features.add("ryzen_ai")
if m:
run_on_npu = (
f"flock /tmp/npu.lock {config.aie_src_root}/utils/run_on_npu.sh"
)
run_on_npu = (
f"flock /tmp/npu.lock {config.aie_src_root}/utils/run_on_npu.sh"
)
if m2:
run_on_npu2 = (
f"flock /tmp/npu.lock {config.aie_src_root}/utils/run_on_npu.sh"
)
run_on_npu2 = (
f"flock /tmp/npu.lock {config.aie_src_root}/utils/run_on_npu.sh"
)
break
except:
print("Failed to run xrt-smi")
Expand Down

0 comments on commit 096d0bc

Please sign in to comment.