Skip to content

Commit

Permalink
13: add graphs for SYCL code update
Browse files Browse the repository at this point in the history
  • Loading branch information
stepas-toliautas authored Nov 13, 2024
1 parent a9427ad commit 6542f9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/13-examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ Changes of stencil update code for OpenMP and SYCL are shown in the tabs below:

.. tab:: SYCL (naive)

.. figure:: img/stencil/omp-sycl-naive-scaling.png
.. figure:: img/stencil/omp-sycl-naive-scaling_new.png
:align: center


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

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.

.. figure:: img/stencil/summary-scaling-step.png
.. figure:: img/stencil/summary-scaling-step_new.png
:align: center

.. figure:: img/stencil/summary-scaling-grid.png
.. figure:: img/stencil/summary-scaling-grid_new.png
:align: center


Expand Down

0 comments on commit 6542f9e

Please sign in to comment.