Commit ed8be6be authored by jungpark-mlir's avatar jungpark-mlir
Browse files

update to newer mlir commit

parent 55440279
......@@ -87,7 +87,7 @@ RUN git clone --single-branch --branch ${ONNXRUNTIME_BRANCH} --recursive ${ONNXR
ADD tools/build_and_test_onnxrt.sh /onnxruntime/build_and_test_onnxrt.sh
RUN cget -p /usr/local install ROCmSoftwarePlatform/llvm-project-mlir@e8a5069812d13b8a782e3544fdc1a179fe5fa15a -DBUILD_MIXR_TARGET=On -DLLVM_ENABLE_ZSTD=Off
RUN cget -p /usr/local install ROCmSoftwarePlatform/llvm-project-mlir@64d60eb0edeeca8e554131d47ec568b8d8ae542d -DBUILD_MIXR_TARGET=On -DLLVM_ENABLE_ZSTD=Off
ENV MIOPEN_FIND_DB_PATH=/tmp/miopen/find-db
ENV MIOPEN_USER_DB_PATH=/tmp/miopen/user-db
......
......@@ -36,7 +36,6 @@
#warning "Incompatible version of rocMLIR library used, disabling"
#undef MIGRAPHX_MLIR
#else
#include <mlir-c/RegisterEverything.h>
#include <mlir-c/RegisterRocMLIR.h>
#endif
#endif
......@@ -172,7 +171,6 @@ struct mlir_program
{
MlirDialectRegistry registry = mlirDialectRegistryCreate();
mlirRegisterRocMLIRDialects(registry);
mlirRegisterAllDialects(registry);
mlirContextAppendDialectRegistry(ctx.get(), registry);
mlirContextLoadAllAvailableDialects(ctx.get());
mlirDialectRegistryDestroy(registry);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment