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