mirror of https://github.com/llvm/torch-mlir
09cdbe4c47
I'm trying to build python wheel for windows similar to as done for linux in https://github.com/llvm/torch-mlir-release/ however turns out the build process on windows is broken without the following fixes: 1. Building stablehlo for windows fails due to https://github.com/openxla/stablehlo/issues/1772 -- so disabling stablehlo in `build_windows_ci.sh` that will be used for building the python wheels. 2. Add `USE_MATH_DEFINES` to resolve `torch-mlir\lib\Conversion\TorchOnnxToTorch\DefaultDomainGtoP.cpp(709): error C2065: 'M_LOG10E': undeclared identifier` |
||
---|---|---|
.. | ||
.gitignore | ||
build_linux_packages.sh | ||
build_macos_packages.sh | ||
build_upload_m1_snapshot.sh | ||
build_windows.ps1 | ||
build_windows_ci.sh | ||
install_macos_deps.sh |