Skip to content

Commit

Permalink
add XRT_HACK_UNSECURE_LOADING_XCLBIN
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Apr 9, 2024
1 parent c3f5141 commit 7619e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
print("\tmodel:", aie_model)
config.available_features.add("ryzen_ai")
run_on_ipu = (
f"flock /tmp/ipu.lock {config.aie_src_root}/utils/run_on_ipu.sh"
f"XRT_HACK_UNSECURE_LOADING_XCLBIN=1 flock /tmp/ipu.lock {config.aie_src_root}/utils/run_on_ipu.sh"
)
except:
print("Failed to run xbutil")
Expand Down

0 comments on commit 7619e36

Please sign in to comment.