We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xdna-driver
1 parent 24e0c2f commit 898978fCopy full SHA for 898978f
1 file changed
utils/build_drivers.sh
@@ -93,8 +93,8 @@ fi
93
94
echo "Setting up XDNA driver repository..."
95
# Clone or update the XDNA driver repository and initialize submodules
96
-XDNA_TAG=beb9e450fe123ecdf395453971576179cedcf1dd
97
-# (1.7 tag as of 2026/02/17)
+XDNA_TAG=944ca35a395b7dfa37ac3f437f1da48feca7bffc
+# (1.7 tag as of 2026/05/27)
98
if [ -d "xdna-driver" ]; then
99
echo "xdna-driver directory already exists. Removing and re-cloning to ensure clean state..."
100
rm -rf xdna-driver
0 commit comments