Class CudaMemoryBufferInfo
- Namespace
- DotCompute.Backends.CUDA.Types
- Assembly
- DotCompute.Backends.CUDA.dll
CUDA unified memory buffer implementation.
public sealed class CudaMemoryBufferInfo
- Inheritance
-
CudaMemoryBufferInfo
- Inherited Members
Properties
DeviceId
Gets or sets the device identifier.
public int DeviceId { get; set; }
Property Value
- int
The device id.
DevicePointer
Gets or sets the device pointer.
public nint DevicePointer { get; set; }
Property Value
- nint
The device pointer.
IsManaged
Gets or sets a value indicating whether managed.
public bool IsManaged { get; set; }
Property Value
- bool
The is managed.
SizeInBytes
Gets or sets the size in bytes.
public long SizeInBytes { get; set; }
Property Value
- long
The size in bytes.