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