Kokkos Core Kernels Package
Version of the Day
|
Scratch memory request accepting per team and per thread value. More...
#include <Kokkos_ExecPolicy.hpp>
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.