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.
1 parent 6523d2f commit 877260fCopy full SHA for 877260f
.github/workflows/build-test-windows.yml
@@ -66,6 +66,8 @@ jobs:
66
run: |
67
.venv\Scripts\activate.ps1
68
Invoke-BatchFile "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
69
+ # FIXME: https://github.com/intel/intel-xpu-backend-for-triton/issues/3522
70
+ $env:INCLUDE += ";C:\Program Files (x86)\Intel\oneAPI\dnnl\latest\include\oneapi\dnnl"
71
# Required to build on Windows
72
$env:CMAKE_SHARED_LINKER_FLAGS = "/FORCE:MULTIPLE"
73
$env:CMAKE_MODULE_LINKER_FLAGS = "/FORCE:MULTIPLE"
0 commit comments