Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
41c4398d
Commit
41c4398d
authored
Aug 05, 2023
by
Ted Themistokleous
Browse files
Fix dockerfile naming for parity checks.
need to call the script the proper name
parent
c9b6a282
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
41c4398d
...
@@ -113,7 +113,7 @@ RUN git clone --single-branch --branch ${ONNXRUNTIME_BRANCH} --recursive ${ONNXR
...
@@ -113,7 +113,7 @@ RUN git clone --single-branch --branch ${ONNXRUNTIME_BRANCH} --recursive ${ONNXR
ADD
tools/build_and_install_onnxrt.sh /onnxruntime/build_and_install_onnxrt.sh
ADD
tools/build_and_install_onnxrt.sh /onnxruntime/build_and_install_onnxrt.sh
ADD
tools/test_onnxrt_unit_tests.sh /onnxruntime/test_onnxrt_unit_tests.sh
ADD
tools/test_onnxrt_unit_tests.sh /onnxruntime/test_onnxrt_unit_tests.sh
ADD
tools/test_onnxrt_parity_
test
s.sh /onnxruntime/test_onnxrt_parity_
test
s.sh
ADD
tools/test_onnxrt_parity_
check
s.sh /onnxruntime/test_onnxrt_parity_
check
s.sh
# Use the /opt/cmake install because LLVM/MLIR need cmake >= 3.20
# Use the /opt/cmake install because LLVM/MLIR need cmake >= 3.20
RUN
env
PATH
=
/opt/cmake/bin:
$PATH
cget
-p
/usr/local
install
ROCmSoftwarePlatform/rocMLIR@1ad9d6df32acc6d29d58e8ed6710e36746d0a4d6
-DBUILD_FAT_LIBROCKCOMPILER
=
On
RUN
env
PATH
=
/opt/cmake/bin:
$PATH
cget
-p
/usr/local
install
ROCmSoftwarePlatform/rocMLIR@1ad9d6df32acc6d29d58e8ed6710e36746d0a4d6
-DBUILD_FAT_LIBROCKCOMPILER
=
On
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment