A new nightly version has been released! ![]()
See the quickstart guide for installation instructions: Quickstart | Modular
MAX changelog updates:
- Added
ReduceRmsNormOphandler to the MO eager interpreter, enabling
eager-mode execution of RMS normalization without graph compilation. - Added
ReduceGroupNormOphandler to the MO eager interpreter, enabling
eager-mode execution of group normalization without graph compilation. - Added
mo.mutable.storeandmo.mutable.store.slicehandlers to the
experimental eager interpreter. These complement the existing
mo.mutable.loadhandler and enable eager execution of in-place buffer
writes (full-tensor stores and slice-indexed stores).
Mojo changelog updates:
- [KGEN][stdlib] Plumb syncscope through
pop.store - [stdlib] Move
Atomictypes into newatomicmodule
Raw MAX diff: https://github.com/modular/modular/compare/6226a16df63e58b24e001e9c4fad2402a74647af...870957719ce8d513441cdb082c967b997288634f)>
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/nightly-changelog.md