From 80e058bf0861fb8f30a405c1480c61263635903b Mon Sep 17 00:00:00 2001 From: "Elwazir, Ammar" Date: Tue, 10 Jun 2025 10:46:40 -0500 Subject: [PATCH] [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 --- cmake/Modules/rocprofiler-sdk-utilities.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Modules/rocprofiler-sdk-utilities.cmake b/cmake/Modules/rocprofiler-sdk-utilities.cmake index 0ed9a061a7..3aa9884933 100644 --- a/cmake/Modules/rocprofiler-sdk-utilities.cmake +++ b/cmake/Modules/rocprofiler-sdk-utilities.cmake @@ -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()