Highly Efficient FFT for Exascale: HeFFTe v2.3
|
Contains internal type-tags. More...
Classes | |
struct | cpu |
Indicates the use of cpu backend and that all input/output data and arrays will be bound to the cpu. More... | |
struct | gpu |
Indicates the use of gpu backend and that all input/output data and arrays will be bound to the gpu device. More... | |
Contains internal type-tags.
Empty structs do not generate run-time code, but can be used in type checks and overload resolutions at compile time. Such empty classes are called "type-tags".