Enum CudaHostRegisterFlags
- Namespace
- DotCompute.Backends.CUDA.Types.Native
- Assembly
- DotCompute.Backends.CUDA.dll
Host register flags for cudaHostRegister
[Flags]
public enum CudaHostRegisterFlags : uint
Fields
DeviceMap = 2Map the allocation to device space
IoMemory = 4Memory is accessible from any stream on any device
None = 0Default flag
Portable = 1Memory is portable between CUDA contexts
ReadOnly = 8Memory is read-only