Class TensorCoreCapabilities
- Namespace
- DotCompute.Backends.CUDA.Advanced
- Assembly
- DotCompute.Backends.CUDA.dll
Tensor core capabilities.
public sealed class TensorCoreCapabilities
- Inheritance
-
TensorCoreCapabilities
- Inherited Members
Properties
Bf16Supported
Gets or sets the bf16 supported.
public bool Bf16Supported { get; set; }
Property Value
- bool
The bf16 supported.
Fp16Supported
Gets or sets the fp16 supported.
public bool Fp16Supported { get; set; }
Property Value
- bool
The fp16 supported.
Fp64Supported
Gets or sets the fp64 supported.
public bool Fp64Supported { get; set; }
Property Value
- bool
The fp64 supported.
Fp8Supported
Gets or sets the fp8 supported.
public bool Fp8Supported { get; set; }
Property Value
- bool
The fp8 supported.
Int4Supported
Gets or sets the int4 supported.
public bool Int4Supported { get; set; }
Property Value
- bool
The int4 supported.
Int8Supported
Gets or sets the int8 supported.
public bool Int8Supported { get; set; }
Property Value
- bool
The int8 supported.
MaxWmmaK
Gets or sets the max wmma k.
public int MaxWmmaK { get; set; }
Property Value
- int
The max wmma k.
MaxWmmaM
Gets or sets the max wmma m.
public int MaxWmmaM { get; set; }
Property Value
- int
The max wmma m.
MaxWmmaN
Gets or sets the max wmma n.
public int MaxWmmaN { get; set; }
Property Value
- int
The max wmma n.
PeakTflops
Gets or sets the peak tflops.
public double PeakTflops { get; set; }
Property Value
- double
The peak tflops.
SparsitySupported
Gets or sets the sparsity supported.
public bool SparsitySupported { get; set; }
Property Value
- bool
The sparsity supported.
Tf32Supported
Gets or sets the tf32 supported.
public bool Tf32Supported { get; set; }
Property Value
- bool
The tf32 supported.
TransformerEngineSupported
Gets or sets the transformer engine supported.
public bool TransformerEngineSupported { get; set; }
Property Value
- bool
The transformer engine supported.
WmmaSupported
Gets or sets the wmma supported.
public bool WmmaSupported { get; set; }
Property Value
- bool
The wmma supported.