alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#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... | |
Namespaces | |
namespace | alpaka |
The alpaka accelerator library. | |
namespace | alpaka::detail |
namespace | alpaka::trait |
The accelerator traits. | |