#include <type_traits>
#include <utility>
#include "HeterogeneousCore/CUDAUtilities/interface/cudaCompat.h"
Go to the source code of this file.
Classes | |
struct | cms::cuda::SimpleVector< T > |
Namespaces | |
cms | |
Namespace of DDCMS conversion namespace. | |
cms::cuda | |
Functions | |
template<class T > | |
SimpleVector< T > | cms::cuda::make_SimpleVector (int capacity, T *data) |
template<class T > | |
SimpleVector< T > * | cms::cuda::make_SimpleVector (SimpleVector< T > *mem, int capacity, T *data) |