]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
build : detect AVX512 in Makefile, add AVX512 option in CMake (#2043)
authorDidzis Gosko <redacted>
Mon, 15 Apr 2024 17:02:09 +0000 (20:02 +0300)
committerGitHub <redacted>
Mon, 15 Apr 2024 17:02:09 +0000 (20:02 +0300)
commitc7f95b7ca2fddbfdf344a29a00e7deca461c9293
treedaf9b6228a4187966ef6abee09fcb831f7d84e32
parent5c554c04fff68feb83392fe275a6ddf31b469c16
build : detect AVX512 in Makefile, add AVX512 option in CMake (#2043)

* make : add AVX512 detection to Makefile and CMakeLists.txt

* make : autodetect more AVX512 instruction subsets

* cmake : do not default to AVX512, must be enabled explicitly

* cmake : enable a set of AVX512 subsets, when AVX512 is turned on

* make : consolidate AVX512 subsets, add AVX512 VBMI

* cmake : revert to NO AVX512 setting, add settings for AVX512 VNNI and VBMI

* make : re-introduce AVX512VNNI back

* cmake : remove superfluous comment line
CMakeLists.txt
Makefile