Class CudaTensorCoreAnalysis
- Namespace
- DotCompute.Backends.CUDA.Advanced
- Assembly
- DotCompute.Backends.CUDA.dll
A class that represents cuda tensor core analysis.
public sealed class CudaTensorCoreAnalysis
- Inheritance
-
CudaTensorCoreAnalysis
- Inherited Members
Properties
AppliedOptimizations
Gets or sets the applied optimizations.
public IList<string> AppliedOptimizations { get; }
Property Value
CanUseTensorCores
Gets or sets a value indicating whether use tensor cores.
public bool CanUseTensorCores { get; set; }
Property Value
- bool
The can use tensor cores.
EstimatedSpeedup
Gets or sets the estimated speedup.
public double EstimatedSpeedup { get; set; }
Property Value
- double
The estimated speedup.
RecommendedPrecisions
Gets or sets the recommended precisions.
public IList<CudaTensorPrecision> RecommendedPrecisions { get; }
Property Value
- IList<CudaTensorPrecision>
The recommended precisions.