[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:
@@ -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()
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário