mirror of
https://github.com/amd/blis.git
synced 2026-05-12 01:59:59 +00:00
37 lines
920 B
Plaintext
37 lines
920 B
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/wiki/ConfigurationHowTo
|
|
#
|
|
|
|
# Processor families.
|
|
intel64: haswell sandybridge penryn generic
|
|
amd64: zen excavator steamroller piledriver bulldozer generic
|
|
arm32: cortexa9 cortexa15 generic
|
|
x86_64: haswell sandybridge penryn zen excavator steamroller piledriver bulldozer generic
|
|
|
|
# Intel architectures.
|
|
haswell: haswell
|
|
sandybridge: sandybridge
|
|
penryn: penryn
|
|
knl: knl
|
|
skx: skx
|
|
|
|
# AMD architectures.
|
|
zen: zen/haswell
|
|
excavator: excavator/piledriver
|
|
steamroller: steamroller/piledriver
|
|
piledriver: piledriver
|
|
bulldozer: bulldozer
|
|
|
|
# ARM architectures.
|
|
cortexa9: cortexa9/armv7a
|
|
cortexa15: cortexa15/armv7a
|
|
cortexa57: cortexa57/armv8a
|
|
|
|
# Generic architectures.
|
|
generic: generic
|