-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUILD] enable win32 llvm build #4941
Conversation
can you first send it to llvm-dev then create another PR from that branch to get the llvm build to kick off |
sorry to ask, where can I find the l |
yes sorry I meant llvm-head |
* build "mlir;llvm" * disable LLVM_ENABLE_DIA_SDK
* use bash shell to fix error
from triton-lang#2757 * fix deprecation warning * use bash shell to fix `az storage ...` console error. * `-DLLVM_ENABLE_DIA_SDK=OFF` added to fix `DIA_SDK` dependency - `"ninja: error: 'C:/Program Files/Microsoft Visual Studio/2022/Enterprise/DIA SDK/lib/amd64/diaguids.lib', needed by 'D:/src/triton/python/build/lib.win-amd64-cpython-310/triton/_C/libtriton.pyd', missing and no known rule to make it"`. the latest windows llvm build is available at https://github.com/wkpark/triton/releases/tag/llvm-82f5acfb-windows It would be nice to have default llvm;mlir compiler on the official trion build system for someone who trying to develop solve some windows related issue even if windows is not officially supported. p.s.: and I'd like to thank all triton developers for their hard work!
from #2757 * fix deprecation warning * use bash shell to fix `az storage ...` console error. * `-DLLVM_ENABLE_DIA_SDK=OFF` added to fix `DIA_SDK` dependency - `"ninja: error: 'C:/Program Files/Microsoft Visual Studio/2022/Enterprise/DIA SDK/lib/amd64/diaguids.lib', needed by 'D:/src/triton/python/build/lib.win-amd64-cpython-310/triton/_C/libtriton.pyd', missing and no known rule to make it"`. the latest windows llvm build is available at https://github.com/wkpark/triton/releases/tag/llvm-82f5acfb-windows It would be nice to have default llvm;mlir compiler on the official trion build system for someone who trying to develop solve some windows related issue even if windows is not officially supported. p.s.: and I'd like to thank all triton developers for their hard work!
from #2757 * fix deprecation warning * use bash shell to fix `az storage ...` console error. * `-DLLVM_ENABLE_DIA_SDK=OFF` added to fix `DIA_SDK` dependency - `"ninja: error: 'C:/Program Files/Microsoft Visual Studio/2022/Enterprise/DIA SDK/lib/amd64/diaguids.lib', needed by 'D:/src/triton/python/build/lib.win-amd64-cpython-310/triton/_C/libtriton.pyd', missing and no known rule to make it"`. the latest windows llvm build is available at https://github.com/wkpark/triton/releases/tag/llvm-82f5acfb-windows It would be nice to have default llvm;mlir compiler on the official trion build system for someone who trying to develop solve some windows related issue even if windows is not officially supported. p.s.: and I'd like to thank all triton developers for their hard work!
from triton-lang#2757 * fix deprecation warning * use bash shell to fix `az storage ...` console error. * `-DLLVM_ENABLE_DIA_SDK=OFF` added to fix `DIA_SDK` dependency - `"ninja: error: 'C:/Program Files/Microsoft Visual Studio/2022/Enterprise/DIA SDK/lib/amd64/diaguids.lib', needed by 'D:/src/triton/python/build/lib.win-amd64-cpython-310/triton/_C/libtriton.pyd', missing and no known rule to make it"`. the latest windows llvm build is available at https://github.com/wkpark/triton/releases/tag/llvm-82f5acfb-windows It would be nice to have default llvm;mlir compiler on the official trion build system for someone who trying to develop solve some windows related issue even if windows is not officially supported. p.s.: and I'd like to thank all triton developers for their hard work!
from triton-lang#2757 * fix deprecation warning * use bash shell to fix `az storage ...` console error. * `-DLLVM_ENABLE_DIA_SDK=OFF` added to fix `DIA_SDK` dependency - `"ninja: error: 'C:/Program Files/Microsoft Visual Studio/2022/Enterprise/DIA SDK/lib/amd64/diaguids.lib', needed by 'D:/src/triton/python/build/lib.win-amd64-cpython-310/triton/_C/libtriton.pyd', missing and no known rule to make it"`. the latest windows llvm build is available at https://github.com/wkpark/triton/releases/tag/llvm-82f5acfb-windows It would be nice to have default llvm;mlir compiler on the official trion build system for someone who trying to develop solve some windows related issue even if windows is not officially supported. p.s.: and I'd like to thank all triton developers for their hard work!
from #2757
az storage ...
console error.-DLLVM_ENABLE_DIA_SDK=OFF
added to fixDIA_SDK
dependency -"ninja: error: 'C:/Program Files/Microsoft Visual Studio/2022/Enterprise/DIA SDK/lib/amd64/diaguids.lib', needed by 'D:/src/triton/python/build/lib.win-amd64-cpython-310/triton/_C/libtriton.pyd', missing and no known rule to make it"
.the latest windows llvm build is available at https://github.com/wkpark/triton/releases/tag/llvm-82f5acfb-windows
It would be nice to have default llvm;mlir compiler on the official trion build system for someone who trying to develop solve some windows related issue even if windows is not officially supported.
p.s.: and I'd like to thank all triton developers for their hard work!