From 3f150409f1a60096f28c6052443f857e601ed25c Mon Sep 17 00:00:00 2001 From: coleramos425 Date: Thu, 25 Apr 2024 21:23:26 +0000 Subject: [PATCH] Fix outstanding roofline test that was missed in previous commit Signed-off-by: coleramos425 --- tests/test_profile_general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_profile_general.py b/tests/test_profile_general.py index 591fe875a2..50b9414685 100644 --- a/tests/test_profile_general.py +++ b/tests/test_profile_general.py @@ -534,7 +534,7 @@ def test_kernel_names(): file_dict = test_utils.check_csv_files(workload_dir, num_devices, num_kernels) if soc == "MI200": assert sorted(list(file_dict.keys())) == [ - "empirRoof_gpu-0_fp32.pdf", + "empirRoof_gpu-0_fp32_fp64.pdf", "empirRoof_gpu-0_int8_fp16.pdf", "kernelName_legend.pdf", "pmc_perf.csv",