|
YAKL
|

Go to the source code of this file.
Namespaces | |
| yakl | |
Variables | |
| constexpr int | yakl::memDefault = memHost |
| If the user does not specify a memory space template parameter to yakl::Array, host is the default. More... | |
| constexpr int | yakl::memDevice = 1 |
| Specifies a device memory address space for a yakl::Array object. More... | |
| constexpr int | yakl::memHost = 2 |
| Specifies a device memory address space for a yakl::Array object. More... | |
YAKL memory address space specifiers
1.8.17