Skip to content

ROCm Rel 5.0.0

Compare
Choose a tag to compare
@causten causten released this 09 Feb 22:56
d017c4b

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