]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : skip intermediate .air file when compiling .metallib (llama/12247)
authorDaniel Bevenius <redacted>
Fri, 7 Mar 2025 13:15:27 +0000 (14:15 +0100)
committerGeorgi Gerganov <redacted>
Thu, 27 Mar 2025 07:35:24 +0000 (09:35 +0200)
commitf59d3dfcb5c0f2572fbfa8d1fc4d725a0a9da3e3
treeeb855aeb6d2cd9730022aa59f9e41c4c4d361284
parentfc21aba88324312d66f62af6a1b0683fcb2ce3b5
ggml : skip intermediate .air file when compiling .metallib (llama/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.
src/ggml-metal/CMakeLists.txt