Class PoolSizeStatistics
- Namespace
- DotCompute.Backends.CUDA.Memory
- Assembly
- DotCompute.Backends.CUDA.dll
Statistics for a specific pool size.
public sealed class PoolSizeStatistics
- Inheritance
-
PoolSizeStatistics
- Inherited Members
Properties
AvailableBlocks
Gets or sets the available blocks.
public int AvailableBlocks { get; init; }
Property Value
- int
The available blocks.
BytesInPool
Gets or sets the bytes in pool.
public long BytesInPool { get; init; }
Property Value
- long
The bytes in pool.
PoolSize
Gets or sets the pool size.
public int PoolSize { get; init; }
Property Value
- int
The pool size.
TotalBlocks
Gets or sets the total blocks.
public int TotalBlocks { get; init; }
Property Value
- int
The total blocks.