ggml : Q4 cleanup - remove 4-bit dot product code (#1061)

* Q4 cleanup

* Remove unused AVX512 Q4_0 code
This commit is contained in:
Stephan Walter 2023-04-19 16:06:37 +00:00 committed by GitHub
parent 8944a13296
commit f3d4edf504
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 535 deletions

View file

@ -174,7 +174,6 @@ if (LLAMA_ALL_WARNINGS)
-Wshadow
-Wstrict-prototypes
-Wpointer-arith
-Wno-unused-function
)
set(cxx_flags
-Wall