A new nightly version has been released! ![]()
See the quickstart guide for installation instructions: Quickstart | Modular
MAX changelog updates:
- Moved
partial_simd_loadandpartial_simd_storefrom
buffer.buffertolinalg.utilsand removed thebufferpackage. Update
imports fromfrom buffer.buffer import ...to
from linalg.utils import ....
Fixed {#26-3-fixed}
- Fixed
enqueue_fill()taking O(N) HIP API calls forfloat64buffers on
AMD GPUs when the high and low 32-bit halves of the fill value differ (e.g.,
2.0), reducing the call count to O(log N).
(Issue #6417)
Mojo changelog updates:
- [stdlib] Add
Defaultableconditional conformance forTuple - [stdlib] Fix
Process.run()env inheritance - [stdlib] Rename
ConsistencytoOrderinginstd.atomic - [stdlib] Fix libpython find for free-threaded
Raw MAX diff: https://github.com/modular/modular/compare/870957719ce8d513441cdb082c967b997288634f...712229e379a33e88407e824b8c40c31a95581d0d)>
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/nightly-changelog.md