Skip to content

Commit bfc8bda

Browse files
authored
Workaround to enable Triton compilation on Windows (#3561)
Workaround for #3530.
1 parent 7761069 commit bfc8bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Setup Triton
9393
run: |
9494
.venv\Scripts\activate.ps1
95-
Invoke-BatchFile "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
95+
Invoke-BatchFile "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
9696
cd ${{ env.NEW_WORKSPACE }}
9797
cd python
9898
pip install -U wheel pybind11 cython cmake 'setuptools>=65.6.1'

0 commit comments

Comments
 (0)