Fix path to roofline figure (#2718)

Signed-off-by: Jan Stephan <jan.stephan@amd.com>
Co-authored-by: Istvan Kiss <neon60@gmail.com>
Tento commit je obsažen v:
Jan Stephan
2026-01-27 09:05:31 +01:00
odevzdal GitHub
rodič 00132294f8
revize 1b55de002a
+1 -1
Zobrazit soubor
@@ -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