mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-12 07:25:22 -05:00
[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:
@@ -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>
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
========================
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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:
|
||||
|
||||
@@ -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";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user