Table of Contents

Enum PrefetchTarget

Namespace
DotCompute.Backends.CUDA.Memory
Assembly
DotCompute.Backends.CUDA.dll

Target location for prefetch operation.

public enum PrefetchTarget

Fields

Device = 1

Prefetch to device GPU.

Host = 0

Prefetch to host CPU.