SyTen

◆ CudaPtr

template<typename T >
using syten::CudaPtr = typedef Cuda::CudaPtr<T>

A pointer to a CUDA-allocated region (if SYTEN_USE_CUDA is true) or a host-allocated memory area which knows its CUDA device.