Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions utils/build_drivers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ fi

echo "Setting up XDNA driver repository..."
# Clone or update the XDNA driver repository and initialize submodules
XDNA_TAG=beb9e450fe123ecdf395453971576179cedcf1dd
# (1.7 tag as of 2026/02/17)
XDNA_TAG=944ca35a395b7dfa37ac3f437f1da48feca7bffc
# (1.7 tag as of 2026/05/27)
if [ -d "xdna-driver" ]; then
echo "xdna-driver directory already exists. Removing and re-cloning to ensure clean state..."
rm -rf xdna-driver
Expand Down
Loading