File tree Expand file tree Collapse file tree 2 files changed +31
-14
lines changed
Expand file tree Collapse file tree 2 files changed +31
-14
lines changed Original file line number Diff line number Diff line change @@ -544,8 +544,8 @@ See more information on the MIGraphX Execution Provider [here](../execution-prov
544544# ## Prerequisites
545545{: .no_toc }
546546
547- * Install [ROCm](https://rocm.docs.amd.com/projects/install-on-linux/en/docs-6.0.0 /)
548- * The MIGraphX execution provider for ONNX Runtime is built and tested with ROCm6.0.0
547+ * Install [ROCm](https://rocm.docs.amd.com/projects/install-on-linux/en/docs-6.3.1 /)
548+ * The MIGraphX execution provider for ONNX Runtime is built and tested with ROCm6.3.1
549549* Install [MIGraphX](https://github.com/ROCmSoftwarePlatform/AMDMIGraphX)
550550 * The path to MIGraphX installation must be provided via the ` --migraphx_home parameter` .
551551
@@ -575,8 +575,8 @@ See more information on the ROCm Execution Provider [here](../execution-provider
575575# ## Prerequisites
576576{: .no_toc }
577577
578- * Install [ROCm](https://rocm.docs.amd.com/projects/install-on-linux/en/docs-6.0.0 /)
579- * The ROCm execution provider for ONNX Runtime is built and tested with ROCm6.0.0
578+ * Install [ROCm](https://rocm.docs.amd.com/projects/install-on-linux/en/docs-6.3.1 /)
579+ * The ROCm execution provider for ONNX Runtime is built and tested with ROCm6.3.1
580580
581581# ## Build Instructions
582582{: .no_toc }
Original file line number Diff line number Diff line change @@ -24,18 +24,35 @@ For Nightly PyTorch builds please see [Pytorch home](https://pytorch.org/) and s
2424
2525Pre-built binaries of ONNX Runtime with MIGraphX EP are published for most language bindings. Please reference [ Install ORT] ( ../install ) .
2626
27- ## Requirements
28-
27+ Since ROCm 6.0.2, AMD supplies pre-built python wheels hosted on (https://repo.radeon.com/rocm/manylinux )
2928
30- | ONNX Runtime| MIGraphX|
31- | ---| ---|
32- | main| 5.4|
33- | 1.14| 5.4|
34- | 1.13| 5.4|
35- | 1.13| 5.3.2|
36- | 1.12| 5.2.3|
37- | 1.12| 5.2|
29+ ## Requirements
3830
31+ Below is the matrix of supported ROCm versions corresponding to Ubuntu builds.
32+
33+ Links for prebuild Python Wheels (.whl) are linked below corresponding to python versions for the host OS based on Ubuntu support.
34+
35+
36+ | ONNX Runtime Version| MIGraphX ROCm Release| Repo.Radeon link|
37+ | ---| ---| ---|
38+ | main| 5.4||
39+ | 1.14| 5.4||
40+ | 1.13| 5.4||
41+ | 1.13| 5.3.2||
42+ | 1.12| 5.2.3||
43+ | 1.12| 5.2||
44+ | 1.13| 5.3||
45+ | 1.14| 5.4||
46+ | 1.15| 5.4.x||
47+ | 1.16| 6.0.0||
48+ | 1.16| 6.0.2| [ Python 3.10] ( https://repo.radeon.com/rocm/manylinux/rocm-rel-6.0.2/onnxruntime_rocm-inference-1.17.0-cp310-cp310-linux_x86_64.whl ) |
49+ | 1.17| 6.1| [ Python 3.8] ( https://repo.radeon.com/rocm/manylinux/rocm-rel-6.1/onnxruntime_rocm-inference-1.17.0-cp38-cp38-linux_x86_64.whl ) [ Python 3.10] ( https://repo.radeon.com/rocm/manylinux/rocm-rel-6.1/onnxruntime_rocm-inference-1.17.0-cp310-cp310-linux_x86_64.whl ) |
50+ | 1.17| 6.1.3| [ Python 3.10] ( https://repo.radeon.com/rocm/manylinux/rocm-rel-6.1.3/onnxruntime_rocm-inference-1.17.0-cp310-cp310-linux_x86_64.whl ) |
51+ | 1.18| 6.2| [ Python 3.8] ( https://repo.radeon.com/rocm/manylinux/rocm-rel-6.2/onnxruntime_rocm-1.18.0-cp38-cp38-linux_x86_64.whl ) [ Python 3.10] ( https://repo.radeon.com/rocm/manylinux/rocm-rel-6.2/onnxruntime_rocm-1.18.0-cp310-cp310-linux_x86_64.whl ) |
52+ | 1.18| 6.2.3| [ Python 3.10] ( https://repo.radeon.com/rocm/manylinux/rocm-rel-6.2.3/onnxruntime_rocm-1.18.0-cp310-cp310-linux_x86_64.whl ) |
53+ | 1.18| 6.2.4| [ Python 3.10] ( https://repo.radeon.com/rocm/manylinux/rocm-rel-6.2.4/onnxruntime_rocm-1.18.0-cp310-cp310-linux_x86_64.whl ) |
54+ | 1.19| 6.3| [ Python 3.10] ( https://repo.radeon.com/rocm/manylinux/rocm-rel-6.3/onnxruntime_rocm-1.19.0-cp310-cp310-linux_x86_64.whl ) [ Python 3.12] ( https://repo.radeon.com/rocm/manylinux/rocm-rel-6.3/onnxruntime_rocm-1.19.0-cp312-cp312-linux_x86_64.whl ) |
55+ | 1.19| 6.3.1| [ Python 3.10] ( https://repo.radeon.com/rocm/manylinux/rocm-rel-6.3.1/onnxruntime_rocm-1.19.0-cp310-cp310-linux_x86_64.whl ) [ Python 3.12] ( https://repo.radeon.com/rocm/manylinux/rocm-rel-6.3.1/onnxruntime_rocm-1.19.0-cp312-cp312-linux_x86_64.whl ) |
3956
4057## Build
4158For build instructions, please see the [ BUILD page] ( ../build/eps.md#amd-migraphx ) .
You can’t perform that action at this time.
0 commit comments