[docs/7.9.0] Note rocprofiler-sdk is Instinct only. Reorg some files to match docs/7.0.x. (#5563)

* move versions.md and compat-matrix to match prod; note rocprofiler-sdk is instinct only

* update href in versions.md
This commit is contained in:
peterjunpark
2025-10-23 12:32:20 -04:00
committed by GitHub
parent 3c61d4fb05
commit f004891485
11 changed files with 13 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
# ROCm compatibility matrix
To plan your [ROCm 7.9.0 installation](rocm), use the following selector to
To plan your [ROCm 7.9.0 installation](/install/rocm), use the following selector to
view ROCm compatibility and system requirements information for your AMD
hardware configuration.
@@ -806,7 +806,7 @@ future releases.
</td>
</tr>
<tr class="row-even">
<td rowspan="2">
<td>
<p>System utilities, profiling, and debugging</p>
</td>
<td>
@@ -815,13 +815,6 @@ future releases.
</a>
</td>
</tr>
<tr class="row-odd">
<td>
<a href="https://github.com/ROCm/rocm-systems/tree/therock-7.9.0/projects/rocprofiler-sdk">
ROCprofiler-SDK
</a>
</td>
</tr>
<tr class="row-even">
<td rowspan="14">
<p>Math and compute libraries</p>

View File

@@ -157,7 +157,7 @@ html_theme_options = {
"secondary_sidebar_items": {
"**": ["page-toc"],
"install/rocm": ["selector-toc2"],
"install/compatibility-matrix": ["selector-toc2"],
"compatibility/compatibility-matrix": ["selector-toc2"],
}
}
html_title = f"AMD ROCm {ROCM_VERSION} preview"

View File

@@ -38,7 +38,7 @@ following resources:
* `Environment setup guide
<https://github.com/ROCm/TheRock/blob/main/docs/environment_setup_guide.md>`__
* :doc:`compatibility-matrix`
* :doc:`/compatibility/compatibility-matrix`
High-level build process
========================

View File

@@ -1,4 +1,4 @@
For information about driver compatibility, see the {doc}`compatibility-matrix`.
For information about driver compatibility, see the {doc}`/compatibility/compatibility-matrix`.
For information about the AMD GPU driver installation, see the
[RHEL native

View File

@@ -1,4 +1,4 @@
For information about driver compatibility, see the {doc}`compatibility-matrix`.
For information about driver compatibility, see the {doc}`compatibility/compatibility-matrix`.
For information about the AMD GPU driver installation, see the
[Ubuntu native

View File

@@ -20,7 +20,7 @@ Before beginning, ensure your system meets these requirements:
- ROCm 7.9.0: A working ROCm installation (if not already installed via pip, this guide covers the setup)
Review the :doc:`ROCm 7.9.0 compatibility <compatibility-matrix>` information.
Review the :doc:`ROCm 7.9.0 compatibility </compatibility/compatibility-matrix>` information.
.. _790-install-pyt:

View File

@@ -8,7 +8,7 @@ Install AMD ROCm 7.9.0
Use the following selector to choose your installation method for your
supported AMD GPU or APU and operating system. For information about supported
operating systems and compatible AMD devices, see the :doc:`Compatibility matrix
<compatibility-matrix>`.
</compatibility/compatibility-matrix>`.
.. selector:: AMD product family
:key: plat

View File

@@ -8,7 +8,7 @@
| Version | Release date |
| ------- | ------------ |
| [7.9.0](https://rocm.docs.amd.com/en/docs-7.9.0/) | October 20, 2025 |
| [7.9.0](https://rocm.docs.amd.com/en/7.9.0-preview/) | October 20, 2025 |
```{important}
ROCm 7.9.0 introduces a versioning discontinuity following

View File

@@ -8,7 +8,7 @@ subtrees:
- entries:
- file: about/release-notes.md
title: Release notes
- file: install/compatibility-matrix.md
- file: compatibility/compatibility-matrix.md
title: Compatibility matrix
- caption: Installation
entries:

View File

@@ -12,5 +12,5 @@ ready(() => {
);
versionListLink.textContent = "Preview versions";
versionListLink.href =
"https://rocm.docs.amd.com/en/docs-7.9.0/about/versions.html";
"https://rocm.docs.amd.com/en/docs-7.9.0/release/versions.html";
});