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 09aa748 commit e154e72Copy full SHA for e154e72
babs.sh
@@ -740,11 +740,15 @@ func_handle_user_command_args() {
740
local res=$?
741
if [[ $res -eq 0 ]]; then
742
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"
+ echo "You can use the following commands to test your gpu is detected:"
+ echo ""
+ echo " source ${INSTALL_DIR_PREFIX_SDK_ROOT}/bin/env_rocm.sh"
746
+ echo " rocminfo"
747
748
+ echo "If probelms, check read and write permissions of /dev/kfd AMD gpu device driver"
749
750
else
- echo -e "\nBuild failed\n"
751
+ echo -e "Build failed"
752
fi
753
exit 0
754
0 commit comments