We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
avx512f
1 parent d807090 commit d09ae61Copy full SHA for d09ae61
llama-cpp-2/Cargo.toml
@@ -23,6 +23,8 @@ sampler = []
23
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", features = ["avx"] }
24
[target.'cfg(target_feature = "avx2")'.dependencies]
25
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", features = ["avx2"] }
26
+[target.'cfg(target_feature = "avx512f")'.dependencies]
27
+llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", features = ["avx512"] }
28
[target.'cfg(target_feature = "avx512vbmi")'.dependencies]
29
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", features = ["avx512_vmbi"] }
30
[target.'cfg(target_feature = "avx512vnni")'.dependencies]
0 commit comments