[CMake] Removing the mention of failed while running rocminfo (#409)

* Making sure if GPU_TARGETS is given as input that we ignore the usage of rocminfo

* Update rocprofiler-sdk-utilities.cmake

* Update rocprofiler-sdk-utilities.cmake
Esse commit está contido em:
Elwazir, Ammar
2025-06-10 10:46:40 -05:00
commit de GitHub
commit 80e058bf08
+1 -1
Ver Arquivo
@@ -44,7 +44,7 @@ function(rocprofiler_sdk_get_gfx_architectures _VAR)
else()
message(
AUTHOR_WARNING
"${rocminfo_EXECUTABLE} failed with error code ${rocminfo_RET}\nstderr:\n${rocminfo_ERR}\nstdout:\n${rocminfo_OUT}"
"${rocminfo_EXECUTABLE} returned ${rocminfo_RET}\nstderr:\n${rocminfo_ERR}\nstdout:\n${rocminfo_OUT}"
)
endif()
endif()