From a14f0c30ab4a5a4bfb097dda6e2c809657593678 Mon Sep 17 00:00:00 2001 From: jamessiddeley-amd Date: Tue, 21 Oct 2025 09:55:18 -0400 Subject: [PATCH] fix output (#1462) --- projects/rocprofiler-compute/src/utils/roofline_calc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/rocprofiler-compute/src/utils/roofline_calc.py b/projects/rocprofiler-compute/src/utils/roofline_calc.py index f604cadbd2..187fb8dc51 100644 --- a/projects/rocprofiler-compute/src/utils/roofline_calc.py +++ b/projects/rocprofiler-compute/src/utils/roofline_calc.py @@ -216,7 +216,6 @@ def calc_ceilings( dynamic_xmax = max_ai * 1.2 if max_ai > 0 else 1000 else: dynamic_xmax = 1000 - print(XMAX, dynamic_xmax) # TODO: This is where filtering by memory level will need to occur for standalone graph_points: dict[str, list[Union[list[float], float, None]]] = {