|
Template Numerical Library version\ main:d08c4decc
|
Namespace for TNL execution models. More...
Classes | |
| class | GPU |
| class | Host |
| struct | Sequential |
Typedefs | |
| using | Cuda = GPU |
| An alias to GPU for convenience. | |
| using | Hip = GPU |
| An alias to GPU for convenience. | |
Namespace for TNL execution models.
| using TNL::Devices::Cuda = GPU |
An alias to GPU for convenience.
It is not possible to build for multiple GPU backends at the same time, so we can alias the types and avoid a huge amount of code duplication.
| using TNL::Devices::Hip = GPU |
An alias to GPU for convenience.
It is not possible to build for multiple GPU backends at the same time, so we can alias the types and avoid a huge amount of code duplication.