Skip to content

Commit

Permalink
Update run_on_ipu.sh
Browse files Browse the repository at this point in the history
update run_on_ipu.sh for newer setup_xclbin_firmware.sh
  • Loading branch information
fifield authored Apr 1, 2024
1 parent ac58207 commit 9805a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/run_on_ipu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for f in "$@"; do
extension="${f##*.}"
if [ x"$extension" = x"xclbin" ]; then
XCLBIN_FN="$filename"
$XRT_DIR/amdxdna/setup_xclbin_firmware.sh -dev Phoenix -xclbin $XCLBIN_FN
$XRT_DIR/amdxdna/setup_xclbin_firmware.sh -dev NPU1 -xclbin $XCLBIN_FN
fi
fi
done
Expand Down

0 comments on commit 9805a2e

Please sign in to comment.