You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: