Skip to content

Releases: ROCm/AMDMIGraphX

rocm-5.1.1

08 Apr 17:41
Compare
Choose a tag to compare

rocm-5.1.0

30 Mar 21:55
cd0a4aa
Compare
Choose a tag to compare

ABI version bumped to 2.1
Added ONNX Operators (HardSigmoid, SoftPlus, SoftSign, GreaterOrEqual, HardSwish, Mean)
Changed MessagePack file extensions to mxr
Updated Examples to include cppcheck
Pointwise operator improvements included Clip, auto-vectorization, and Type enforcement
Add assign_to method for C++ API
Support nonstandard shapes for the Squeeze and Unsqueeze Operator
Improved examples and Documentation
CI and Build improvements

rocm-5.0.2

04 Mar 18:57
d017c4b
Compare
Choose a tag to compare

No changes since rocm-5.0.0

rocm-5.0.1

16 Feb 18:57
d017c4b
Compare
Choose a tag to compare

No changes since rocm-5.0.0

ROCm Rel 5.0.0

09 Feb 22:56
d017c4b
Compare
Choose a tag to compare

Support for ROCm Release 5.0.0

  • Added ONNX Operators (Topk, Where, Loop, DepthToSpace, Multinominal, SpaceToDepth, Nonzero, ROIAlign, ThresholdedRelu, NonMaxSuppression (CPU), RandomNormal, RandomNormalLike, RandomUniform, and RandomUniformLike)
  • ABI version bumped to 2.0
  • Tool improvements (Batch size is now printed, Docker default moved to ROCm 4.5, Added support for ROCtx integration)
  • Performance improvements
  • Added --fp16 verify flag for reference validation
  • Fix an issue that missed including the Half package as part of the install
  • Added a new command to list supported ONNX Operators "migraphx-driver onnx --list"
  • created macro to switch between OneDNN and ZenDNN API calls
  • Improved examples and Documentation
  • CI and Build improvements

ROCm Rel 4.5.2

10 Dec 14:15
Compare
Choose a tag to compare

Support for ROCm Release for 4.5.2

  • Failing fusion plan workaround
  • Install pcre from github since the ftp.pcre.org site is no longer available

ROCm Rel 4.5.0

27 Oct 20:54
Compare
Choose a tag to compare

ROCm Release for 4.5.0

  • Moved migraphx to version 1.3
  • Added support for Ubuntu 20.04
  • Added support and updates for ONNX Operators scan, scatter, reverse, step, and flatten
  • Improvements to build, reduced time required for model compile phase
  • General improvements to Python and C++ examples along with adding Notebook and BERT SQuAD, NFNet, Unet, and 3DUnet examples
  • Added Quantization support for FP16 operations
  • Support running ONNXRT test suite
  • Enhanced debug capabilities by logging time,
  • Add support for step attribute for ONNX slice operator
  • Internal Build / Test improvements

ROCm Rel 4.2.0

11 May 20:00
63e04f5
Compare
Choose a tag to compare

ROCm Release for 4.2.0

ROCm rel 3.9.0

28 Oct 21:38
48fa934
Compare
Choose a tag to compare
Selu operator (#642)

* code backup

* clang format

* support for sele operator

* clang format

* added an onnx unit test for selu

* clang format

* add more unit tests for the selu operation

Co-authored-by: mvermeulen <[email protected]>

ROCm Rel 3.10.0

30 Nov 21:06
48fa934
Compare
Choose a tag to compare
Selu operator (#642)

* code backup

* clang format

* support for sele operator

* clang format

* added an onnx unit test for selu

* clang format

* add more unit tests for the selu operation

Co-authored-by: mvermeulen <[email protected]>