Skip to content

Releases: ROCm/AMDMIGraphX

rocm-5.2.3

18 Aug 17:22
aeacb41

Choose a tag to compare

No changes from rocm-5.2.1

rocm-5.2.1

21 Jul 20:23

Choose a tag to compare

Enabled the devel migraphx package
Resolved a bug where migraphx could not run its own binary output files

rocm-5.2.0

28 Jun 17:02
4ec35e5

Choose a tag to compare

Improvements include...

Add GatherND operator (#1089)
Add lane reduction (#1180)
Expose get_queue method for context in API (#1161)
ReverseSequence op (#1177)
Refactor Pooling and implement ONNX LpPool and GlobalLpPool (#1152)
Reduce with runtime compilation (#1150)
Half2 overloads (#1157)
Fix file download for resnet50 example (#1164)
Fix problem with incomplete types with older clang versions (#1174)
Fix out-of-bounds access when generate uses nonpacked tensors (#1160)
parallelize the ref implementation of the gemm operator (#1142)
scatter operator refactoring to include reduction (#1124)
fix a bug in create tensor_view with vec data type (#1155)
Fix comparisons in migraphx::value class (#1146)
Python Binding for the Manual Graph Buidling (#1143)

rocm-5.1.3

20 May 15:22

Choose a tag to compare

Identical to 5.1.1

rocm-5.1.1

08 Apr 17:41

Choose a tag to compare

rocm-5.1.0

30 Mar 21:55
cd0a4aa

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

Choose a tag to compare

No changes since rocm-5.0.0

rocm-5.0.1

16 Feb 18:57
d017c4b

Choose a tag to compare

No changes since rocm-5.0.0

ROCm Rel 5.0.0

09 Feb 22:56
d017c4b

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

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