+ ggml-opencl.c
This commit is contained in:
parent
dc61b7c682
commit
2dc7fc9491
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ let package = Package(
|
|||
.target(
|
||||
name: "llama",
|
||||
path: ".",
|
||||
sources: ["ggml.c", "llama.cpp"],
|
||||
sources: ["ggml.c", "llama.cpp", "ggml-opencl.c"],
|
||||
publicHeadersPath: "spm-headers",
|
||||
cSettings: [.unsafeFlags(["-Wno-shorten-64-to-32"]), .define("GGML_USE_ACCELERATE"), .define("GGML_USE_CLBLAST")],
|
||||
linkerSettings: [.linkedFramework("Accelerate"), .linkedFramework("OpenCL")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue