Enum PrefetchTarget
- Namespace
- DotCompute.Backends.CUDA.Memory
- Assembly
- DotCompute.Backends.CUDA.dll
Target location for prefetch operation.
public enum PrefetchTarget
Fields
Device = 1Prefetch to device GPU.
Host = 0Prefetch to host CPU.
Target location for prefetch operation.
public enum PrefetchTarget
Device = 1Prefetch to device GPU.
Host = 0Prefetch to host CPU.