fix: update vulkan build args

This commit is contained in:
Wei Zhang 2024-11-21 14:20:41 +08:00
parent 0e89f0ba4f
commit b1082c1ff6

View File

@ -57,7 +57,7 @@ fn main() {
config.define("AMDGPU_TARGETS", amd_gpu_targets.join(";"));
}
if cfg!(feature = "vulkan") {
config.define("LLAMA_VULKAN", "ON");
config.define("GGML_VULKAN", "ON");
}
let out = config.build();