1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
.. meta::
:description: MIGraphX Examples
:keywords: MIGraphX, AMD, ROCm, examples
********************************************************************
MIGraphX examples
********************************************************************
Example code for the following use cases is available in the `MIGraphX GitHub repository <https://github.com/ROCm/AMDMIGraphX/tree/develop/examples>`_:
* `Diffusion inference <https://github.com/ROCm/AMDMIGraphX/tree/develop/examples/diffusion>`_
* `AMD MIGraphX usage and utilities <https://github.com/ROCm/AMDMIGraphX/tree/develop/examples/migraphx>`_
* `Natural language processing inference <https://github.com/ROCm/AMDMIGraphX/tree/develop/examples/nlp>`_
* `ONNX runtime <https://github.com/ROCm/AMDMIGraphX/tree/develop/examples/onnxruntime>`_
* `Transformer inference <https://github.com/ROCm/AMDMIGraphX/tree/develop/examples/transformers>`_
* `Vision inference <https://github.com/ROCm/AMDMIGraphX/tree/develop/examples/vision>`_
|