You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(release): correct metallib source — it ships in mlx-swift submodule, not built by swift build
default.metallib is a pre-built artifact inside the mlx-swift submodule
at LocalPackages/mlx-swift/Source/Cmlx/mlx/mlx/backend/metal/kernels/.
It is not produced by swift build. Update CI search path from .build/
to LocalPackages/ (with full-repo fallback), and update README to
reflect the correct clone and copy steps for building from source.
When building from source the Metal shader library is compiled automatically by the Swift build system and placed next to the binary in `.build/release/`. Run from that directory:
120
+
`default.metallib` is a pre-built artifact inside the `mlx-swift` submodule at:
0 commit comments