Skip to content

v0.2.3

Latest
Compare
Choose a tag to compare
@jiazhihao jiazhihao released this 16 Jan 03:23
· 4 commits to main since this release
0e29541

What's Changed

H100 Support

  • Added support for Hopper GPUs; Mirage can automatically generate H100 kernels (with warp specialization and asynchronous TMA enabled) when running on Hopper architectures.

Mugraph Visualizer

  • Added documentation for the visualizer
  • Fixed rms_norm json parse error in the visualizer

Build Mirage

  • Add dockerfile for building and the script
  • Update Readme for installing from pre-built wheels

Search Algorithm and Implementation

  • Dynamic scheduling of search with OpenMP

Mugraph Verification

  • Formal verification for equivalence checking between MuGrpahs

Transpiler

  • Allow the transpiler to return errors for untranspilable muGraphs
  • Added support for the NKI Transpiler
  • Added support for the Triton Transpiler

Full Changelog: v0.2.2...v0.2.3