Fix path to roofline figure (#2718)

Signed-off-by: Jan Stephan <jan.stephan@amd.com>
Co-authored-by: Istvan Kiss <neon60@gmail.com>
This commit is contained in:
Jan Stephan
2026-01-27 09:05:31 +01:00
committad av GitHub
förälder 00132294f8
incheckning 1b55de002a
@@ -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