-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable MLIR to be built with MIGraphX
- Loading branch information
Chris Austen
committed
Sep 13, 2023
1 parent
f5da3bb
commit 271c414
Showing
6 changed files
with
2 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,10 +101,6 @@ RUN cget -p $PREFIX install facebook/[email protected] -X subdir -DCMAKE_DIR=build/cma | |
RUN cget -p $PREFIX install [email protected] -DENABLE_TESTING=OFF | ||
RUN cget -p /opt/cmake install kitware/[email protected] | ||
|
||
# Install MLIR | ||
ADD mlir-requirements.txt /mlir-requirements.txt | ||
RUN cget -p /usr/local install -f /mlir-requirements.txt | ||
|
||
COPY ./test/onnx/.onnxrt-commit / | ||
|
||
ARG ONNXRUNTIME_REPO=https://github.com/Microsoft/onnxruntime | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,4 @@ pybind/pybind11@d159a563383d10c821ba7b2a71905d1207db6de4 --build | |
msgpack/[email protected] -DMSGPACK_BUILD_TESTS=Off | ||
sqlite3@3.17 -DCMAKE_POSITION_INDEPENDENT_CODE=On | ||
ROCmSoftwarePlatform/composable_kernel@5172ec5280f14974beee2acf1af1db3b2670244c -DCK_BUILD_JIT_LIB=On -DCMAKE_POSITION_INDEPENDENT_CODE=On | ||
ROCmSoftwarePlatform/rocMLIR@2c519c48eaa278d13e6c40bc0941119826d71512 -DBUILD_FAT_LIBROCKCOMPILER=On |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters