|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
#include <launch_core.hpp>
Public Member Functions | |
| RAJA_HOST_DEVICE | LaunchContextBase () |
| template<typename T > | |
| RAJA_HOST_DEVICE T * | getSharedMemory (size_t bytes) |
| RAJA_HOST_DEVICE void | releaseSharedMemory () |
| RAJA_HOST_DEVICE void | teamSync () |
Public Attributes | |
| size_t | shared_mem_offset |
| void * | shared_mem_ptr |
|
inline |
|
inline |
|
inline |
|
inline |
| size_t RAJA::LaunchContextBase::shared_mem_offset |
| void* RAJA::LaunchContextBase::shared_mem_ptr |