We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3b026 commit 87a8f45Copy full SHA for 87a8f45
script/install_hip.sh
@@ -16,5 +16,11 @@ source ./script/set.sh
16
17
: "${ALPAKA_CI_HIP_ROOT_DIR?'ALPAKA_CI_HIP_ROOT_DIR must be specified'}"
18
19
+travis_retry apt-get -y --quiet update
20
+travis_retry apt-get -y --quiet wget gnupg2
21
+# AMD container keys are outdated and must be updated
22
+wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | sudo apt-key add -
23
24
+
25
# AMD container are not shipped with rocrand/hiprand
26
travis_retry sudo apt-get -y --quiet install rocrand
0 commit comments