From cc0b95cbe951d06395d0f334215c50543ef6f0a5 Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Wed, 3 Jan 2024 21:05:34 +0100 Subject: [PATCH] Use SoA MB for global memory --- examples/alpaka/nbody/nbody.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/alpaka/nbody/nbody.cpp b/examples/alpaka/nbody/nbody.cpp index 56847e74ba..c033b855f8 100644 --- a/examples/alpaka/nbody/nbody.cpp +++ b/examples/alpaka/nbody/nbody.cpp @@ -410,11 +410,11 @@ set y2tics auto run(plotFile); if constexpr(hasSharedMem) run(plotFile); - run(plotFile); + run(plotFile); if constexpr(hasSharedMem) - run(plotFile); + run(plotFile); if constexpr(hasSharedMem) - run(plotFile); + run(plotFile); run(plotFile); if constexpr(hasSharedMem) run(plotFile);