This website requires JavaScript.
Explore
Help
Register
Sign In
colin
/
onnx-mlir
Watch
1
Star
0
Fork
You've already forked onnx-mlir
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
20dd6544aa
onnx-mlir
/
utils
/
install-mlir.sh
3 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
Add support for Windows using Visual Studio Compiler (#86) * Move to more recent LLVM commit ID * Update LLVM cache version from V9 to V10 * Update to latest LLVM commit id from master, roll back conditions in util scripts * Update circlci LLVM cache tag to ensure ci updates builds with latest LLVM commit id * Update README.md to have matching LLVM commit id * Update doc/Dialtects/onnx.md * Enable onnx-mlir for VS builds on Windows * Update README to include lit * Update build command for Windows to include config * Update build instructions, add cmd files for windows, enable single source of truth for MLIR commit-id (clone-mlir.sh) * Add Visual Studio workload info * Update ONNX op definitions * Revert onnx submodule back to previous commit, disable warnings in CMakeLists to work around build issues with MSVC * Update environment for path to PDcurses on Windows * Fix directory strings to be compatible with Windows or Linux style slashes * Fix install-mlir.sh so it works when sourced * Ensure README and cmd files match and have correct paths * Properly quote ONNX_MLIR_SRC_DIR * Address PR feedback: Use llvm_unreachable to indicate failure to convert attribute proto to name/value pair Co-authored-by: Tian Jin <tjingrant@gmail.com>
2020-04-19 22:11:24 +08:00
.
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/clone-mlir.sh
.
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/build-mlir.sh