From 1b55de002a980f712aaa954e4a8a746e50e0c8a8 Mon Sep 17 00:00:00 2001 From: Jan Stephan Date: Tue, 27 Jan 2026 09:05:31 +0100 Subject: [PATCH] Fix path to roofline figure (#2718) Signed-off-by: Jan Stephan Co-authored-by: Istvan Kiss --- projects/hip/docs/understand/performance_optimization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/docs/understand/performance_optimization.rst b/projects/hip/docs/understand/performance_optimization.rst index ccbad1dbeb..f940fc49ce 100644 --- a/projects/hip/docs/understand/performance_optimization.rst +++ b/projects/hip/docs/understand/performance_optimization.rst @@ -46,7 +46,7 @@ The intersection point determines the transition between memory-bound and compute-bound regions. Kernels below and to the left of the intersection are memory-bound, while those to the right are compute-bound. -.. figure:: ../../data/understand/performance_optimization/roofline.svg +.. figure:: ../data/understand/performance_optimization/roofline.svg :alt: Roofline model diagram showing memory bandwidth ceiling and compute ceiling :align: center