File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ # Change Log for MIGraphX
2+
3+ Full documentation for MIGraphX is available at [ MIGraphX Github Pages] ( https://rocmsoftwareplatform.github.io/AMDMIGraphX/doc/html/ ) .
4+
5+ ## MIGraphX 2.5 for ROCm 5.5.0
6+
7+ ### Added
8+ - Y-Model feature to store tuning information with the optimized model
9+ - Added Python 3.10 bindings
10+ - Accuracy checker tool based on ONNX Runtime
11+ - ONNX Operators parse_split, and Trilu
12+ - Build support for ROCm MLIR
13+ - Added migraphx-driver flag to print optimizations in python (--python)
14+ - Added JIT implementation of the Gather and Pad operator which results in better handling of larger tensor sizes.
15+
16+
17+ ### Optimizations
18+ - Improved performance of Transformer based models
19+ - Improved performance of the Pad, Concat, Gather, and Pointwise operators
20+ - Improved onnx/pb file loading speed
21+ - Added general optimize pass which runs several passes such as simplify_reshapes/algebra and DCE in loop.
22+
23+
24+ ### Fixed
25+ - Improved parsing Tensorflow Protobuf files
26+ - Resolved various accuracy issues with some onnx models
27+ - Resolved a gcc-12 issue with mivisionx
28+ - Improved support for larger sized models and batches
29+ - Use --offload-arch instead of --cuda-gpu-arch for the HIP compiler
30+ - Changes inside JIT to use float accumulator for large reduce ops of half type to avoid overflow.
31+ - Changes inside JIT to temporarily use cosine to compute sine function.
32+
33+ ### Changed
34+ - Changed version/location of 3rd party build dependencies to pick up fixes
You can’t perform that action at this time.
0 commit comments