From 4b9a7e270eaaa79a8e223d206bf8e7502e54c4b3 Mon Sep 17 00:00:00 2001 From: PeixuanZuo <94887879+PeixuanZuo@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:07:22 +0800 Subject: [PATCH] [Doc] Update latest ROCm version (#19665) Update latest ROCm version --- docs/build/eps.md | 8 ++++---- docs/build/training.md | 2 +- .../ROCm-ExecutionProvider.md | 16 +++++++++------- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/build/eps.md b/docs/build/eps.md index 410944953d009..41835c19ed063 100644 --- a/docs/build/eps.md +++ b/docs/build/eps.md @@ -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 } diff --git a/docs/build/training.md b/docs/build/training.md index e90c283310041..3105e1fa2217d 100644 --- a/docs/build/training.md +++ b/docs/build/training.md @@ -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 } diff --git a/docs/execution-providers/ROCm-ExecutionProvider.md b/docs/execution-providers/ROCm-ExecutionProvider.md index 8a3db3568e6a1..9f69626a492a9 100644 --- a/docs/execution-providers/ROCm-ExecutionProvider.md +++ b/docs/execution-providers/ROCm-ExecutionProvider.md @@ -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
5.7 | +| 1.16 | 5.6
5.5
5.4.2 | +| 1.15 | 5.4.2
5.4
5.3.2 | +| 1.14 | 5.4
5.3.2 | +| 1.13 | 5.4
5.3.2 | +| 1.12 | 5.2.3
5.2 | ## Build