buddy-compiler / buddy-benchmark

Benchmark Framework for Buddy Projects
Apache License 2.0
44 stars 33 forks source link

AVX ISA Compatibility issue #123

Open effrey-liu opened 1 month ago

effrey-liu commented 1 month ago

In buddy-benchmark project, set avx512f as default target architecture(which in buddy-benchmark/CMakeLists.txt: set(BUDDY_OPT_ATTR avx512f CACHE STRING "Target Architecture.")). But after Intel 12th gen CPU, AVX512f ISA was disabled. For myself, I changed it to avx2 temporarily. Is there any versatile idea?