v1.3.0
Metal v1.3.0
Merged pull requests:
- Fix typo in docs (#384) (@christiangnrd)
- Bump minimal Julia requirement to v1.10. (#385) (@maleadt)
- Remove Requires dependency (#386) (@christiangnrd)
- Reflection: Figure out kernel names by looking at metallib section. (#390) (@maleadt)
- Add tests for broadcasting minimum and maximum (#391) (@tgymnich)
- Don't export
MTL
(#392) (@christiangnrd) - Add erfinv (#394) (@tgymnich)
- Add expm1 (#395) (@tgymnich)
- Cleanup some imports (#398) (@christiangnrd)
- Remove type-pirated function (#399) (@christiangnrd)
- Unexport some high-level MPS functionality from
MPS
(#400) (@christiangnrd) - Adapt to new REPL precompile changes (JuliaLang/julia#55210) (#403) (@christiangnrd)
- Bump GPUCompiler. (#404) (@maleadt)
- Bump LLVM compat (#407) (@maleadt)
- Make 1.11 CI success mandatory. (#408) (@maleadt)
Closed issues:
- Audit exports/public symbols (#359)
- Compilation failure on 1.11 (#370)
MTLBinaryArchive
(#387)Metal.code_agx()
failing in MacOS 15 Beta 3 (#388)- Test for min / max broadcasting issue (#389)
- Type piracy (#396)
- Potentially unused code in gpuarrays.jl (#397)
Shared
vsSharedStorage
in examples/unified_memory (#405)- Unsuported call to an unknown function when calling
Distributions
(#406)