Table of Contents

Interface IPooledMemoryBuffer

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

Interface for pooled memory buffers.

public interface IPooledMemoryBuffer : IDisposable
Inherited Members
Extension Methods

Properties

ActualSize

Gets or sets the actual size.

long ActualSize { get; }

Property Value

long

The actual size.

DevicePointer

Gets or sets the device pointer.

nint DevicePointer { get; }

Property Value

nint

The device pointer.

Size

Gets or sets the size.

long Size { get; }

Property Value

long

The size.