Table of Contents

Class TensorCoreStatistics

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

Tensor core statistics.

public sealed class TensorCoreStatistics
Inheritance
TensorCoreStatistics
Inherited Members

Properties

AverageGFlops

Gets or sets the average g flops.

public double AverageGFlops { get; init; }

Property Value

double

The average g flops.

CachedKernels

Gets or sets the cached kernels.

public int CachedKernels { get; init; }

Property Value

int

The cached kernels.

Capabilities

Gets or sets the capabilities.

public TensorCoreCapabilities Capabilities { get; init; }

Property Value

TensorCoreCapabilities

The capabilities.

PeakGFlops

Gets or sets the peak g flops.

public double PeakGFlops { get; init; }

Property Value

double

The peak g flops.

TensorCoresAvailable

Gets or sets the tensor cores available.

public bool TensorCoresAvailable { get; init; }

Property Value

bool

The tensor cores available.

TotalOperations

Gets or sets the total operations.

public long TotalOperations { get; init; }

Property Value

long

The total operations.