Skip to content

Commit 6542f9e

Browse files
13: add graphs for SYCL code update
1 parent a9427ad commit 6542f9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/13-examples.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ Changes of stencil update code for OpenMP and SYCL are shown in the tabs below:
367367

368368
.. tab:: SYCL (naive)
369369

370-
.. figure:: img/stencil/omp-sycl-naive-scaling.png
370+
.. figure:: img/stencil/omp-sycl-naive-scaling_new.png
371371
:align: center
372372

373373

@@ -446,10 +446,10 @@ Changes of stencil update code as well as the main program are shown in tabs bel
446446

447447
Below you can find the summary graphs for step- and grid- scaling of the stencil update task. Because of the more explicit programming approach, SYCL GPU port is much faster than OpenMP-offloaded version, comparable with thread-parallel CPU version running on all cores of a single node.
448448

449-
.. figure:: img/stencil/summary-scaling-step.png
449+
.. figure:: img/stencil/summary-scaling-step_new.png
450450
:align: center
451451

452-
.. figure:: img/stencil/summary-scaling-grid.png
452+
.. figure:: img/stencil/summary-scaling-grid_new.png
453453
:align: center
454454

455455

0 commit comments

Comments
 (0)