From 3cbc28392409f730dd50cd1dbcb8363ad56491c2 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 --- tests/test_profile_general.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_profile_general.py b/tests/test_profile_general.py index 616326d250..1492628cf7 100644 --- a/tests/test_profile_general.py +++ b/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