Table of Contents

Enum TensorCoreArchitecture

Namespace
DotCompute.Abstractions.Types
Assembly
DotCompute.Abstractions.dll

Defines NVIDIA GPU architectures with tensor core support.

public enum TensorCoreArchitecture

Fields

Ada = 89

Ada Lovelace architecture (SM 8.9) - Fourth generation tensor cores. Enhanced FP8 support and improved throughput.

Ampere = 80

Ampere architecture (SM 8.0/8.6) - Third generation tensor cores. Adds BF16, TF32, and sparsity support.

Hopper = 90

Hopper architecture (SM 9.0) - Fifth generation tensor cores. Transformer Engine with FP8, improved sparsity.

None = 0

No tensor core support available.

Turing = 75

Turing architecture (SM 7.5) - Enhanced tensor cores. Adds INT8/INT4 support.

Volta = 70

Volta architecture (SM 7.0) - First generation tensor cores. Supports FP16 accumulation to FP16/FP32.