Kokkos Core Kernels Package  Version of the Day
List of all members
Kokkos::Experimental::TeamScratchRequest< MemorySpace > Class Template Reference

Scratch memory request accepting per team and per thread value. More...

#include <Kokkos_ExecPolicy.hpp>

Detailed Description

template<class MemorySpace>
class Kokkos::Experimental::TeamScratchRequest< MemorySpace >

Scratch memory request accepting per team and per thread value.

An instance of this class can be given as the last argument to a TeamPolicy constructor. It sets the amount of user requested shared memory for the team.

Definition at line 248 of file Kokkos_ExecPolicy.hpp.


The documentation for this class was generated from the following file: