From 365b31728d384bafa59208777e4cc2fb2d2e69ca Mon Sep 17 00:00:00 2001 From: Sam Wu Date: Fri, 13 Oct 2023 17:12:49 -0600 Subject: [PATCH] Update doc reqs for 5.7.1 (#2558) * Update doc reqs rocm-docs-core==0.26.0 * Update release notes --- CHANGELOG.md | 8 -------- RELEASE.md | 8 -------- docs/sphinx/requirements.in | 2 +- docs/sphinx/requirements.txt | 12 ++---------- 4 files changed, 3 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f14b9da80..dd048a381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,14 +21,6 @@ The changelog for the ROCm platform. ### What's New in This Release -#### Installing all GPU Address sanitizer packages with a single command - -ROCm 5.7.1 simplifies the installation steps for the optional Address Sanitizer (ASan) packages. This release provides the meta package *rocm-ml-sdk-asan* for ease of ASan installation. The following command can be used to install all ASan packages rather than installing each package separately, - - sudo apt-get install rocm-ml-sdk-asan - -For more detailed information about using the GPU AddressSanitizer, refer to the [user guide](https://rocm.docs.amd.com/en/docs-5.7.1/understand/using_gpu_sanitizer.html) - ### ROCm Libraries #### rocBLAS diff --git a/RELEASE.md b/RELEASE.md index bdf0cd43d..0ae3a1c8c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -21,14 +21,6 @@ The release notes for the ROCm platform. ### What's New in This Release -#### Installing all GPU Address sanitizer packages with a single command - -ROCm 5.7.1 simplifies the installation steps for the optional Address Sanitizer (ASan) packages. This release provides the meta package *rocm-ml-sdk-asan* for ease of ASan installation. The following command can be used to install all ASan packages rather than installing each package separately, - - sudo apt-get install rocm-ml-sdk-asan - -For more detailed information about using the GPU AddressSanitizer, refer to the [user guide](https://rocm.docs.amd.com/en/docs-5.7.1/understand/using_gpu_sanitizer.html) - ### ROCm Libraries #### rocBLAS diff --git a/docs/sphinx/requirements.in b/docs/sphinx/requirements.in index 33e978384..9b027ada3 100644 --- a/docs/sphinx/requirements.in +++ b/docs/sphinx/requirements.in @@ -1 +1 @@ -rocm-docs-core==0.25.0 +rocm-docs-core==0.26.0 diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt index 0e2a0aa95..3d0f1f167 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile requirements.in @@ -46,10 +46,6 @@ idna==3.4 # via requests imagesize==1.4.1 # via sphinx -importlib-metadata==6.8.0 - # via sphinx -importlib-resources==6.1.0 - # via rocm-docs-core jinja2==3.1.2 # via # myst-parser @@ -98,7 +94,7 @@ requests==2.31.0 # via # pygithub # sphinx -rocm-docs-core==0.25.0 +rocm-docs-core==0.26.0 # via -r requirements.in smmap==5.0.0 # via gitdb @@ -145,7 +141,3 @@ urllib3==1.26.13 # via requests wrapt==1.14.1 # via deprecated -zipp==3.17.0 - # via - # importlib-metadata - # importlib-resources