From 9e886da4b65992a7b4c758324bc0a96d43d0404d Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Thu, 4 Jan 2024 15:27:20 -0600 Subject: [PATCH] ci debugging Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: 3cbc28392409f730dd50cd1dbcb8363ad56491c2] --- projects/rocprofiler-compute/tests/test_profile_general.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/tests/test_profile_general.py b/projects/rocprofiler-compute/tests/test_profile_general.py index 616326d250..1492628cf7 100644 --- a/projects/rocprofiler-compute/tests/test_profile_general.py +++ b/projects/rocprofiler-compute/tests/test_profile_general.py @@ -248,7 +248,8 @@ def gpu_soc(): elif gpu_id == "gfx900": return "vega10" else: - print("Invalid SoC") + print("Invalid SoC (%s)" % gpu_id) + print(rocminfo) assert 0