|
Highly Efficient FFT for Exascale: HeFFTe v2.3
|
Defines the location type-tag and the cuda container. More...
#include <heffte_backend_cuda.h>
Public Types | |
| using | location = tag::gpu |
| The cufft library uses data on the gpu device. | |
| template<typename T > | |
| using | container = heffte::gpu::device_vector< T, data_manipulator< tag::gpu > > |
| The data is managed by the cuda vector container. | |
Defines the location type-tag and the cuda container.