AMDMIGraphX Versions Save

AMD's graph optimization engine.

rocm-4.2.0

3 years ago

ROCm Release for 4.2.0

rocm-3.10.0

3 years ago

rocm-3.9.0

3 years ago

0.6

4 years ago

Notes

MIGraphX 0.6 is primarily a bugfix release. The release includes:

  • Added a C API in addition to existing C++
  • Support multiple outputs
  • Additional operators including ArgMax, ArgMin, Ceil, ConvTranspose, InstanceNormalization, ReduceL1, ReduceL2, ReduceLogSum, ReduceProd, ReduceSum, ReduceSumSquare, Shape

0.5

4 years ago

Notes

MIGraphX 0.5 is primarily a performance and bugfix release. The release includes:

  • Additional operators: split, ceil, floor
  • Support for additional models including NASNet-a_Large for Tensorflow
  • Simplified python interface
  • Performance improvements
  • A driver for exercising migraphx

See https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/wiki/Getting-started:-using-the-new-features-of-MIGraphX-0.5 for more getting started information

0.4

4 years ago

Notes

Updated release

  • Additional operators support for new models and features
  • Quantization support for fp16 and int8
  • Support for NLP models, particularly BERT with both Tensorflow and ONNX examples

See https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/wiki/Getting-started:-using-the-new-features-of-MIGraphX-0.4 for more getting started information

0.3

4 years ago

Notes

Updated release

0.2

5 years ago

Notes

Updated release

0.1

5 years ago

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