Skip to content

Commit

Permalink
[Doc] Update latest ROCm version (#19665)
Browse files Browse the repository at this point in the history
Update latest ROCm version
  • Loading branch information
PeixuanZuo authored Feb 29, 2024
1 parent 32c66a8 commit 4b9a7e2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docs/build/eps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion docs/build/training.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
16 changes: 9 additions & 7 deletions docs/execution-providers/ROCm-ExecutionProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b9a7e2

Please sign in to comment.