Table of Contents

Class TensorCoreMetrics

Namespace
DotCompute.Core.Models
Assembly
DotCompute.Core.dll

Performance metrics for tensor core operations.

public class TensorCoreMetrics
Inheritance
TensorCoreMetrics
Inherited Members

Properties

ActiveTensorWarps

Gets or sets the number of warps that used tensor cores.

public int ActiveTensorWarps { get; set; }

Property Value

int

MemoryBandwidth

Gets or sets the memory bandwidth utilized in GB/s.

public double MemoryBandwidth { get; set; }

Property Value

double

OperationCount

Gets or sets the number of tensor core operations performed.

public long OperationCount { get; set; }

Property Value

long

SparsityEnabled

Gets or sets whether sparsity acceleration was used.

public bool SparsityEnabled { get; set; }

Property Value

bool

SparsityRatio

Gets or sets the sparsity ratio if sparsity was enabled.

public double SparsityRatio { get; set; }

Property Value

double

TensorCoreUtilization

Gets or sets the tensor core utilization percentage.

public double TensorCoreUtilization { get; set; }

Property Value

double