Skip to content

< Back


AvxLevel

Namespace: LLama.Native

Avx support configuration

1
public enum AvxLevel

Inheritance ObjectValueTypeEnumAvxLevel
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)

< Back