File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This is due to the tutorial's relevance to plasma fusion but we note that
1818all AMReX applications should be able to benefit.
1919Here is an illustration of a PIC simulation you can carry out using this code:
2020
21- ![ Plasma Oscillations] ( https://github.com/amrPX-Projects/empic-bench/blob/master/ doc/fig/Langmuir.gif)
21+ ![ Plasma Oscillations] ( doc/fig/Langmuir.gif )
2222
2323_ Current-driven Langmuir oscillations at the plasma frequency on a
242432 x 32 x 32 grid with 1 electron per cell. The mesh is coloured after the
@@ -44,7 +44,7 @@ Since AMReX also includes native support for both the Nvidia CUDA and the AMD
4444HIP programming models, a direct comparison against those is trivial. This plot
4545shows that the SYCL implementation is as fast as those vendor alternatives.
4646
47- ![ Performance Results] ( https://github.com/amrPX-Projects/empic-bench/blob/master/ doc/fig/Performance.png)
47+ ![ Performance Results] ( doc/fig/Performance.png )
4848
4949_ SYCL vs CUDA and HIP. Performance comparison for a Langmuir oscillations
5050simulation on a 128 x 128 x 128 grid with 64 electrons per cell and 100 time
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ of the ElectromagneticPIC tutorial:
1717
1818```
1919git clone url_of_this_repository
20- cp -r empic-bench /SYCL amrex-tutorials/ExampleCodes/Particles/ElectromagneticPIC/Exec
20+ cp -r amrex-sycl /SYCL amrex-tutorials/ExampleCodes/Particles/ElectromagneticPIC/Exec
2121```
2222
2323If you wish to use an existing AMReX installation, set the ` AMREX_HOME `
You can’t perform that action at this time.
0 commit comments