Expand description
Type level machinery.
Type Aliasesยง
- GpuCpu
- Specifies that a staged value lives on both the CPU and GPU, with the CPU value being a synchronized copy of the GPU value.
- GpuCpu
Array - Specifies that a contiguous array of staged values lives on both the CPU and GPU, with the CPU values being synchronized copies of the GPU values.
- GpuOnly
- Specifies that a staged value has been unloaded from the CPU and now lives solely on the GPU.
- GpuOnly
Array - Specifies that a contiguous array of staged values has been unloaded from the CPU and now lives solely on the GPU.