Skip to content
Snippets Groups Projects

Kokkos Portability Layer

Merged Slattery, Stuart requested to merge (removed):parallel_for into master
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -41,7 +41,7 @@ namespace Cabana
Note that this is effectively a reimplementation of Kokkos::ViewTraits for
the AoSoA with ArrayLayout replaced by ArraySize.
*/
template<class DataTypes , class ... Properties>
template<class DataTypes, class ... Properties>
class AoSoATraits ;
// Void specialization.
Loading