Files
blis/config_registry
Smyth, Edward 05e837d176 BLIS: Implement zen6 sub-configuration
Implement zen6 cpuid and arch changes, and add zen6 as a
separate BLIS sub-configuration and code path within amdzen
configuration family. Currently all optimization choices are
copies of zen5 sub-configuration.

AMD-Internal: [CPUPL-7162]
2026-03-05 13:33:56 +00:00

55 lines
1.5 KiB
Plaintext

#
# config_registry
#
# Please refer to the BLIS wiki on configurations for information on the
# syntax and semantics of this file [1].
#
# [1] https://github.com/flame/blis/blob/master/docs/ConfigurationHowTo.md
#
# Processor families.
x86_64: intel64 amdzen amd64_legacy
intel64: skx knl haswell sandybridge penryn generic
amd64_legacy: excavator steamroller piledriver bulldozer generic
amdzen: zen6 zen5 zen4 zen3 zen2 zen generic
arm64: firestorm thunderx2 cortexa57 cortexa53 generic
arm32: cortexa15 cortexa9 generic
# Intel architectures.
skx: skx/skx/haswell/zen/zen4
knl: knl/knl/haswell/zen
haswell: haswell/haswell/zen
sandybridge: sandybridge
penryn: penryn
# AMD architectures.
zen6: zen6/zen6/zen5/zen4/skx/zen3/zen2/zen/haswell
zen5: zen5/zen5/zen4/skx/zen3/zen2/zen/haswell
zen4: zen4/zen4/skx/zen3/zen2/zen/haswell
zen3: zen3/zen3/zen2/zen/haswell
zen2: zen2/zen2/zen/haswell
zen: zen/zen/haswell
excavator: excavator/piledriver
steamroller: steamroller/piledriver
piledriver: piledriver
bulldozer: bulldozer
# ARM architectures.
armsve: armsve/armsve
a64fx: a64fx/armsve
firestorm: firestorm/armv8a
thunderx2: thunderx2/armv8a
cortexa57: cortexa57/armv8a
cortexa53: cortexa53/armv8a
cortexa15: cortexa15/armv7a
cortexa9: cortexa9/armv7a
# IBM architectures.
power10: power10
power9: power9
bgq: bgq
# Generic architectures.
generic: generic