Skip to content

Commit e154e72

Browse files
committed
small build done message improvements
Signed-off-by: Mika Laitio <[email protected]>
1 parent 09aa748 commit e154e72

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

babs.sh

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -740,11 +740,15 @@ func_handle_user_command_args() {
740740
local res=$?
741741
if [[ $res -eq 0 ]]; then
742742
echo -e "\nROCM SDK build and install ready"
743-
echo "You can use the following commands to test the setup:"
744-
echo "source ${INSTALL_DIR_PREFIX_SDK_ROOT}/bin/env_rocm.sh"
745-
echo "rocminfo\n"
743+
echo "You can use the following commands to test your gpu is detected:"
744+
echo ""
745+
echo " source ${INSTALL_DIR_PREFIX_SDK_ROOT}/bin/env_rocm.sh"
746+
echo " rocminfo"
747+
echo ""
748+
echo "If probelms, check read and write permissions of /dev/kfd AMD gpu device driver"
749+
echo ""
746750
else
747-
echo -e "\nBuild failed\n"
751+
echo -e "Build failed"
748752
fi
749753
exit 0
750754
else

0 commit comments

Comments
 (0)