Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
4e37ca11
Unverified
Commit
4e37ca11
authored
Feb 23, 2023
by
Chris Austen
Committed by
GitHub
Feb 23, 2023
Browse files
Added human readable Changelog to the project (#1574) (#1578)
* Add a Changelog to the repository
parent
c2672cf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
CHANGELOG.md
CHANGELOG.md
+34
-0
No files found.
CHANGELOG.md
0 → 100644
View file @
4e37ca11
# Change Log for MIGraphX
Full documentation for MIGraphX is available at
[
MIGraphX Github Pages
](
https://rocmsoftwareplatform.github.io/AMDMIGraphX/doc/html/
)
.
## MIGraphX 2.5 for ROCm 5.5.0
### Added
-
Y-Model feature to store tuning information with the optimized model
-
Added Python 3.10 bindings
-
Accuracy checker tool based on ONNX Runtime
-
ONNX Operators parse_split, and Trilu
-
Build support for ROCm MLIR
-
Added migraphx-driver flag to print optimizations in python (--python)
-
Added JIT implementation of the Gather and Pad operator which results in better handling of larger tensor sizes.
### Optimizations
-
Improved performance of Transformer based models
-
Improved performance of the Pad, Concat, Gather, and Pointwise operators
-
Improved onnx/pb file loading speed
-
Added general optimize pass which runs several passes such as simplify_reshapes/algebra and DCE in loop.
### Fixed
-
Improved parsing Tensorflow Protobuf files
-
Resolved various accuracy issues with some onnx models
-
Resolved a gcc-12 issue with mivisionx
-
Improved support for larger sized models and batches
-
Use --offload-arch instead of --cuda-gpu-arch for the HIP compiler
-
Changes inside JIT to use float accumulator for large reduce ops of half type to avoid overflow.
-
Changes inside JIT to temporarily use cosine to compute sine function.
### Changed
-
Changed version/location of 3rd party build dependencies to pick up fixes
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment