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
MemoryBandwidth
Gets or sets the memory bandwidth utilized in GB/s.
public double MemoryBandwidth { get; set; }
Property Value
OperationCount
Gets or sets the number of tensor core operations performed.
public long OperationCount { get; set; }
Property Value
SparsityEnabled
Gets or sets whether sparsity acceleration was used.
public bool SparsityEnabled { get; set; }
Property Value
SparsityRatio
Gets or sets the sparsity ratio if sparsity was enabled.
public double SparsityRatio { get; set; }
Property Value
TensorCoreUtilization
Gets or sets the tensor core utilization percentage.
public double TensorCoreUtilization { get; set; }