alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/core/Common.hpp"
#include "alpaka/core/Interface.hpp"
#include "alpaka/dev/Traits.hpp"
#include "alpaka/dim/Traits.hpp"
#include "alpaka/extent/Traits.hpp"
Go to the source code of this file.
Classes | |
struct | alpaka::ConceptMemAlloc |
Namespaces | |
alpaka | |
The alpaka accelerator library. | |
alpaka::trait | |
The accelerator traits. | |
Functions | |
template<typename TAlloc , typename T > | |
ALPAKA_FN_HOST auto | alpaka::free (TAlloc const &alloc, T const *const ptr) -> void |
Frees the memory identified by the given pointer. More... | |
template<typename T , typename TAlloc > | |
ALPAKA_FN_HOST auto | alpaka::malloc (TAlloc const &alloc, std::size_t const &sizeElems) -> T * |