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