Skip to content

Commit

Permalink
Print node info
Browse files Browse the repository at this point in the history
  • Loading branch information
pnunna93 committed Jul 30, 2024
1 parent d6c3df4 commit 7e9a65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-rocm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ "${build_os:0:6}" == ubuntu ]; then
-w /src -v "$PWD:/src" "$image" sh -c \
"apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends cmake \
&& cmake -DCOMPUTE_BACKEND=hip . \
&& rocminfo && cmake -DCOMPUTE_BACKEND=hip . \
&& cmake --build ."
fi

Expand Down

0 comments on commit 7e9a65c

Please sign in to comment.