]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : skip intermediate .air file when compiling .metallib (#12247)
authorDaniel Bevenius <redacted>
Fri, 7 Mar 2025 13:15:27 +0000 (14:15 +0100)
committerGitHub <redacted>
Fri, 7 Mar 2025 13:15:27 +0000 (14:15 +0100)
commit7c7f3b7f435f41f2508e0e3010f0013cd8335156
treef046ab5953bebd17151fd28b7220c39c304400c0
parent102ac1891db32c346a7b6b96145a2a23c1e4c352
ggml : skip intermediate .air file when compiling .metallib (#12247)

This commit updates the compilation of default.metallib to skip the
intermediate .air (Apple Intermediate Representation) file.

The motivation for this change is to simplify the custom command a
little and avoid generating and then removing the .air file.
ggml/src/ggml-metal/CMakeLists.txt