]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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 09:06:03 +0000 (11:06 +0200)
commit9fb9025a4021f58078e015645166aa73c57c3645
treebbb72377887c31be06ae5e5820ba934d93aa1f5e
parent3c2abb01e83529751f7d6478610521fe3ed9c9c1
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.
ggml/src/ggml-metal/CMakeLists.txt