A new nightly version has been released! ![]()
See the quickstart guide for installation instructions: Quickstart | Modular
MAX changelog updates:
-
Fixed
LayoutTensor.shape[idx]()method returning incorrect values for nested
layouts. The bug occurred when accessing shape dimensions of tensors with
nested layouts like((32, 2), (32, 4)), where the method would return
garbage values instead of the correct product (e.g., 64). -
LayoutTensorBuildtype has been removed. UseLayoutTensorwith parameters
directly instead.
Mojo changelog updates:
- [Kernels] Fix LayoutTensor arithmetic with different layouts
- [stdlib] Remove
origin_castand final usages of it in the codebase - [stdlib] feat: Deprecate
@implicitonUInt.__init__(Int)(Part 13/N)
Raw MAX diff: https://github.com/modular/modular/compare/65e0f78ba46b5131c2fd518f36fd3f5d9af804bb...ed156612ee8cbb820d791f9bde1e6fb72cfdb708)>
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/changelog.md