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 d6c3df4 commit 7e9a65cCopy full SHA for 7e9a65c
1 file changed
.github/scripts/build-rocm.sh
@@ -11,7 +11,7 @@ if [ "${build_os:0:6}" == ubuntu ]; then
11
-w /src -v "$PWD:/src" "$image" sh -c \
12
"apt-get update \
13
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends cmake \
14
- && cmake -DCOMPUTE_BACKEND=hip . \
+ && rocminfo && cmake -DCOMPUTE_BACKEND=hip . \
15
&& cmake --build ."
16
fi
17
0 commit comments