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
d05768a4
"...git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "99a0c39ea23936072cfd7fb1ce1fd2b8298e9b20"
Commit
d05768a4
authored
Jul 31, 2023
by
Paul
Browse files
Add pathces for miopen
parent
6ab826c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
Dockerfile
Dockerfile
+3
-0
hip-clang.docker
hip-clang.docker
+3
-0
No files found.
Dockerfile
View file @
d05768a4
...
@@ -66,6 +66,9 @@ RUN echo "/opt/rocm/lib" > /etc/ld.so.conf.d/rocm.conf
...
@@ -66,6 +66,9 @@ RUN echo "/opt/rocm/lib" > /etc/ld.so.conf.d/rocm.conf
RUN
echo
"/opt/rocm/llvm/lib"
>
/etc/ld.so.conf.d/rocm-llvm.conf
RUN
echo
"/opt/rocm/llvm/lib"
>
/etc/ld.so.conf.d/rocm-llvm.conf
RUN
ldconfig
RUN
ldconfig
# Workaround broken miopen cmake files
RUN
sed
's,;/usr/lib/x86_64-linux-gnu/librt.so,,g'
/opt/rocm/lib/cmake/miopen/miopen-targets.cmake
RUN
locale-gen en_US.UTF-8
RUN
locale-gen en_US.UTF-8
RUN
update-locale
LANG
=
en_US.UTF-8
RUN
update-locale
LANG
=
en_US.UTF-8
...
...
hip-clang.docker
View file @
d05768a4
...
@@ -39,6 +39,9 @@ RUN echo "/opt/rocm/lib" > /etc/ld.so.conf.d/rocm.conf
...
@@ -39,6 +39,9 @@ RUN echo "/opt/rocm/lib" > /etc/ld.so.conf.d/rocm.conf
RUN
echo
"/opt/rocm/llvm/lib"
>
/etc/ld.so.conf.d/rocm-llvm.conf
RUN
echo
"/opt/rocm/llvm/lib"
>
/etc/ld.so.conf.d/rocm-llvm.conf
RUN
ldconfig
RUN
ldconfig
# Workaround broken miopen cmake files
RUN
sed
's,;/usr/lib/x86_64-linux-gnu/librt.so,,g'
/opt/rocm/lib/cmake/miopen/miopen-targets.cmake
ENV
LC_ALL=C.UTF-8
ENV
LC_ALL=C.UTF-8
ENV
LANG=C.UTF-8
ENV
LANG=C.UTF-8
...
...
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