MIGraphX documentation#
Applies to Linux
2024-10-16
2 min read time
MIGraphX is a graph inference engine and graph compiler. MIGraphX accelerates machine-learning models by leveraging several graph-level transformations and optimizations. These optimizations include:
Operator fusion
Arithmetic simplifications
Dead-code elimination
Common subexpression elimination (CSE)
Constant propagation
After optimization, MIGraphX generates code for AMD GPUs by calling various ROCm libraries to create the fastest combinations of HIP kernels.
The MIGraphX public repository is located at ROCm/AMDMIGraphX
Install
Using the MIGraphX API
Contributing to the MIGraphX code base
To contribute to the documentation refer to Contribute to ROCm documentation.
Licensing information can be found on the Licensing page.