[Doc] Update latest ROCm version (#19665)

Update latest ROCm version
This commit is contained in:
PeixuanZuo 2024-02-29 15:07:22 +08:00 committed by GitHub
parent 32c66a87eb
commit 4b9a7e270e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 12 deletions

8
docs/build/eps.md vendored
View file

@ -577,8 +577,8 @@ See more information on the MIGraphX Execution Provider [here](../execution-prov
### Prerequisites
{: .no_toc }
* Install [ROCm](https://docs.amd.com/bundle/ROCm-Installation-Guide-v5.4/page/How_to_Install_ROCm.html#_How_to_Install)
* The MIGraphX execution provider for ONNX Runtime is built and tested with ROCm5.4
* Install [ROCm](https://rocm.docs.amd.com/projects/install-on-linux/en/docs-6.0.0/)
* The MIGraphX execution provider for ONNX Runtime is built and tested with ROCm6.0.0
* Install [MIGraphX](https://github.com/ROCmSoftwarePlatform/AMDMIGraphX)
* The path to MIGraphX installation must be provided via the `--migraphx_home parameter`.
@ -600,8 +600,8 @@ See more information on the ROCm Execution Provider [here](../execution-provider
### Prerequisites
{: .no_toc }
* Install [ROCm](https://docs.amd.com/bundle/ROCm-Installation-Guide-v5.4/page/How_to_Install_ROCm.html#_How_to_Install)
* The ROCm execution provider for ONNX Runtime is built and tested with ROCm5.4
* Install [ROCm](https://rocm.docs.amd.com/projects/install-on-linux/en/docs-6.0.0/)
* The ROCm execution provider for ONNX Runtime is built and tested with ROCm6.0.0
### Build Instructions
{: .no_toc }

View file

@ -134,7 +134,7 @@ That's it! Once the build is complete, you should be able to use the ONNX Runtim
The default AMD GPU build requires ROCm software toolkit installed on the system:
* [ROCm](https://docs.amd.com/bundle/ROCm-Installation-Guide-v5.4/page/How_to_Install_ROCm.html#_How_to_Install) 5.4
* [ROCm](https://rocm.docs.amd.com/projects/install-on-linux/en/docs-6.0.0/) 6.0.0
### Build instructions
{: .no_toc }

View file

@ -28,13 +28,15 @@ Pre-built binaries of ONNX Runtime with ROCm EP are published for most language
## Requirements
|ONNX Runtime|ROCm|
|---|---|
|main|5.4|
|1.13|5.4|
|1.13|5.3.2|
|1.12|5.2.3|
|1.12|5.2|
|ONNX Runtime|ROCm |
|------------|-------------------------|
| main | 6.0 |
| 1.17 | 6.0<br/>5.7 |
| 1.16 | 5.6<br/>5.5<br/>5.4.2 |
| 1.15 | 5.4.2<br/>5.4<br/>5.3.2 |
| 1.14 | 5.4<br/>5.3.2 |
| 1.13 | 5.4<br/>5.3.2 |
| 1.12 | 5.2.3<br/>5.2 |
## Build