Interface IPinnedMemoryRegistration
- Namespace
- DotCompute.Backends.CUDA.Memory
- Assembly
- DotCompute.Backends.CUDA.dll
Interface for pinned memory registration.
public interface IPinnedMemoryRegistration : IDisposable
- Inherited Members
- Extension Methods
Properties
HostPointer
Gets or sets the host pointer.
nint HostPointer { get; }
Property Value
- nint
The host pointer.
Size
Gets or sets the size.
long Size { get; }
Property Value
- long
The size.