Skip to content

Releases: DNS/llama.cpp

b4854

07 Mar 16:08
7c7f3b7

Choose a tag to compare

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.