Skip to content

Commit 7e9a65c

Browse files
committed
Print node info
1 parent d6c3df4 commit 7e9a65c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/build-rocm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ "${build_os:0:6}" == ubuntu ]; then
1111
-w /src -v "$PWD:/src" "$image" sh -c \
1212
"apt-get update \
1313
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends cmake \
14-
&& cmake -DCOMPUTE_BACKEND=hip . \
14+
&& rocminfo && cmake -DCOMPUTE_BACKEND=hip . \
1515
&& cmake --build ."
1616
fi
1717

0 commit comments

Comments
 (0)