Skip to content

Commit 4e37ca1

Browse files
authored
Added human readable Changelog to the project (#1574) (#1578)
* Add a Changelog to the repository
1 parent c2672cf commit 4e37ca1

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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

0 commit comments

Comments
 (0)