alpaka
Abstraction Library for Parallel Kernel Acceleration
BlockSharedMemDynMember.hpp File Reference
#include "alpaka/block/shared/dyn/BlockSharedDynMemberAllocKiB.hpp"
#include "alpaka/block/shared/dyn/Traits.hpp"
#include "alpaka/core/Assert.hpp"
#include "alpaka/core/Vectorize.hpp"
#include <array>
#include <cstdint>
#include <type_traits>

Go to the source code of this file.

Classes

class  alpaka::BlockSharedMemDynMember< TStaticAllocKiB >
 Dynamic block shared memory provider using fixed-size member array to allocate memory on the stack or in shared memory. More...
 
struct  alpaka::detail::BlockSharedMemDynMemberStatic< TStaticAllocKiB >
 "namespace" for static constexpr members that should be in BlockSharedMemDynMember but cannot be because having a static const member breaks GCC 10 OpenMP target: type not mappable. More...
 
struct  alpaka::trait::GetDynSharedMem< T, BlockSharedMemDynMember< TStaticAllocKiB > >
 

Namespaces

 alpaka
 The alpaka accelerator library.
 
 alpaka::detail
 
 alpaka::trait
 The accelerator traits.