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
b7b3d82c
"src/include/rtg/argument.hpp" did not exist on "94f17f0adc0a5e1481804b80dc4f06c73751796f"
Commit
b7b3d82c
authored
Jun 08, 2018
by
Paul
Browse files
Pull correct add-rocm script
parent
e14ae85a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
Dockerfile
Dockerfile
+1
-1
test/CMakeLists.txt
test/CMakeLists.txt
+0
-2
No files found.
Dockerfile
View file @
b7b3d82c
...
...
@@ -7,7 +7,7 @@ RUN dpkg --add-architecture i386
# Add rocm repository
RUN
apt-get update
&&
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
curl apt-utils wget
RUN
curl https://raw.githubusercontent.com/RadeonOpenCompute/ROCm-docker/
develop
/add-rocm.sh | bash
RUN
curl https://raw.githubusercontent.com/RadeonOpenCompute/ROCm-docker/
master
/add-rocm.sh | bash
# Install dependencies
RUN
apt-get update
&&
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
--allow-unauthenticated
\
...
...
test/CMakeLists.txt
View file @
b7b3d82c
...
...
@@ -36,9 +36,7 @@ function(add_test_command NAME EXE)
--batch
--return-child-result
-ex
"set disable-randomization off"
-ex
"catch throw"
-ex run
-ex
"print $_exception"
-ex backtrace
--args $<TARGET_FILE:
${
EXE
}
>
${
ARGN
}
)
else
()
...
...
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