AvxLevel
Namespace: LLama.Native
Avx support configuration
1 |
|
Inheritance Object → ValueType → Enum → AvxLevel
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
Name | Value | Description |
---|---|---|
None | 0 | No AVX |
Avx | 1 | Advanced Vector Extensions (supported by most processors after 2011) |
Avx2 | 2 | AVX2 (supported by most processors after 2013) |
Avx512 | 3 | AVX512 (supported by some processors after 2016, not widely supported) |