From 7482372c0b4f5bfcfb73dc4c5b1ef64dcddf3e79 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 [ROCm/rocprofiler-sdk commit: 80e058bf0861fb8f30a405c1480c61263635903b] --- .../cmake/Modules/rocprofiler-sdk-utilities.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-sdk/cmake/Modules/rocprofiler-sdk-utilities.cmake b/projects/rocprofiler-sdk/cmake/Modules/rocprofiler-sdk-utilities.cmake index 0ed9a061a7..3aa9884933 100644 --- a/projects/rocprofiler-sdk/cmake/Modules/rocprofiler-sdk-utilities.cmake +++ b/projects/rocprofiler-sdk/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()