Commit 4de5c46f authored by Paul's avatar Paul
Browse files

Update mlit version

parent d49d4f66
......@@ -88,7 +88,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 PATH=/opt/cmake/bin:$PATH cget -p /usr/local install ROCmSoftwarePlatform/llvm-project-mlir@02078ce236ad90e3aec04c0c770ef5bfc99e49c2
RUN PATH=/opt/cmake/bin:$PATH cget -p /usr/local install ROCmSoftwarePlatform/llvm-project-mlir@f3f55ecce629e7726e67a454ee5368579398268d
ENV MIOPEN_FIND_DB_PATH=/tmp/miopen/find-db
ENV MIOPEN_USER_DB_PATH=/tmp/miopen/user-db
......
......@@ -382,7 +382,7 @@ struct mlir_program
auto ops = create_operation_state("builtin.func");
ops.add_attributes(
{{"type", make_function_type(inputs, outputs)}, {"sym_name", "\"main\""}});
{{"type", make_function_type(inputs, outputs)}, {"sym_name", std::string("main")}});
ops.add_region(std::move(region));
insert(body, std::move(ops));
......
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