Skip to content

v0.2.0

Latest

Choose a tag to compare

@avifenesh avifenesh released this 21 May 17:20
· 2 commits to main since this release
4d6f5fe

Minor release: new feature content, backward compatible.

Fixed

  • Corrected three stale syntax rules, verified against mojolang.org v1.0.0b1 docs and working code on Mojo 0.26.2.0: stdlib std. import prefix, comptime if/comptime for (not @parameter if/for), keyword-only copy/move constructors.
  • Fixed a dead stdlib reference URL (/docs/stdlib/ -> /docs/std/).

Added

  • "SOTA blind spots" correction layer for high-performance Mojo (LLM inference/training, CPU memory + GPU): copy semantics, pointer-type selection, CPU perf, GPU kernel gotchas (flat_rank, enqueue_function binding, rebind, warp masks, WARP_SIZE, is_/has_ dispatch, shared mem, async copy), Mojo/Python extension-module ABI, ecosystem/versioning.
  • Iterator protocol shape and Dict.items() direct iteration.

Full changelog: https://github.com/agent-sh/mojo/blob/main/CHANGELOG.md