flame / blis

BLAS-like Library Instantiation Software Framework
Other
2.18k stars 362 forks source link

A more complete list of ARM cpu implementations #793

Closed j-bm closed 4 months ago

j-bm commented 4 months ago

The code currently does not identify all recent ARM 64-bit cpu implementations (and a few 32-bit ones too).

The code also uses hardcoded constants like0xc09 instead of symbols like ARM_CPU_PART_CORTEX_A9.

See frame/base/bli_cpuid.c

A PR to follow.