|
Template Numerical Library version\ main:d3a9f32
|
Allocator for the CUDA device memory space. More...
#include <TNL/Allocators/Cuda.h>
Public Types | |
| using | difference_type = std::ptrdiff_t |
| using | size_type = std::size_t |
| using | value_type = T |
Allocator for the CUDA device memory space.
The allocation is done using the cudaMalloc function and the deallocation is done using the cudaFree function.