Table of Contents

Class CudaTensorCoreExecutionMetrics

Namespace
DotCompute.Backends.CUDA.Advanced
Assembly
DotCompute.Backends.CUDA.dll

A class that represents cuda tensor core execution metrics.

public sealed class CudaTensorCoreExecutionMetrics
Inheritance
CudaTensorCoreExecutionMetrics
Inherited Members

Properties

ComputeIntensity

Gets or sets the compute intensity.

public double ComputeIntensity { get; set; }

Property Value

double

The compute intensity.

MemoryBandwidthUtilization

Gets or sets the memory bandwidth utilization.

public double MemoryBandwidthUtilization { get; set; }

Property Value

double

The memory bandwidth utilization.

TensorCoreUtilization

Gets or sets the tensor core utilization.

public double TensorCoreUtilization { get; set; }

Property Value

double

The tensor core utilization.