#include <type_traits>
#include <utility>
#include <alpaka/alpaka.hpp>
Go to the source code of this file.
Classes | |
struct | cms::alpakatools::SimpleVector< T > |
Namespaces | |
cms::alpakatools | |
Functions | |
template<class T > | |
SimpleVector< T > | cms::alpakatools::make_SimpleVector (int capacity, T *data) |
template<class T > | |
SimpleVector< T > * | cms::alpakatools::make_SimpleVector (SimpleVector< T > *mem, int capacity, T *data) |