Skip to content

Releases: ROCm/AMDMIGraphX

MIGraphX v0.3

17 Jul 15:06
15eb198
Compare
Choose a tag to compare

Notes

Updated release

MIGraphX v0.2

16 Apr 16:42
Compare
Choose a tag to compare

Notes

Updated release

MIGraphX v0.1

28 Nov 22:49
Compare
Choose a tag to compare

Notes

Initial release of MIGraphX library that includes basic functionality:

  • Reading models saved in ONNX file format
  • Performing basic optimizations including
    • graph transformations, e.g. rewriting or combining nodes
    • fusion of operators
    • memory coloring to reduce memory usage
  • Executing resultant models on AMD GPUs including
    • support for fp16, float32, ...
    • calls to optimized MIOpen library routines
    • generated code