Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROCm versioning content prepare for external use #188

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
exclude_patterns = [
'temp',
'how-to/native-install/install-rocm-template.rst',
'how-to/native-install/uninstall-rocm-template.rst'
'how-to/native-install/uninstall-rocm-template.rst',
'reference/algorithm-libraries-support-matrix-content.rst',
'reference/user-kernel-space-compat-matrix-content.rst'
]

external_toc_path = "./sphinx/_toc.yml"
Expand Down
56 changes: 1 addition & 55 deletions docs/reference/3rd-party-support-matrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,58 +107,4 @@ support for ROCm devices.
Algorithm libraries
================================================

ROCm releases provide algorithm libraries with interfaces compatible with contemporary
CUDA/NVIDIA HPC SDK alternatives.

* Thrust → rocThrust
* CUB → hipCUB

.. list-table::
:header-rows: 1

* - ROCm
- Thrust / CUB
- HPC SDK

* - 6.1.x
- 2.1.0
- 22.9

* - 6.0.x
- 2.0.1
- 22.9

* - 5.7.x
- 1.17.2
- 22.9

* - 5.6.x
- 1.17.2
- 22.9

* - 5.5.x
- 1.17
- 22.9

* - 5.4.x
- 1.16
- 22.9

* - 5.3.x
- 1.16
- 22.7

* - 5.2.x
- 1.15
- 22.2, 22.3

* - 5.1.3
- 1.15
- 22.1

* - 5.0.2
- 1.14
- 21.9

For the latest documentation of these libraries, refer to the ROCm
:doc:`API libraries <rocm:reference/api-libraries>`.
.. include:: algorithm-libraries-support-matrix-content.rst
55 changes: 55 additions & 0 deletions docs/reference/algorithm-libraries-support-matrix-content.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
ROCm releases provide algorithm libraries with interfaces compatible with contemporary
CUDA/NVIDIA HPC SDK alternatives.

* Thrust → rocThrust
* CUB → hipCUB

.. list-table::
:header-rows: 1

* - ROCm
- Thrust / CUB
- HPC SDK

* - 6.1.x
- 2.1.0
- 22.9

* - 6.0.x
- 2.0.1
- 22.9

* - 5.7.x
- 1.17.2
- 22.9

* - 5.6.x
- 1.17.2
- 22.9

* - 5.5.x
- 1.17
- 22.9

* - 5.4.x
- 1.16
- 22.9

* - 5.3.x
- 1.16
- 22.7

* - 5.2.x
- 1.15
- 22.2, 22.3

* - 5.1.3
- 1.15
- 22.1

* - 5.0.2
- 1.14
- 21.9

For the latest documentation of these libraries, refer to the ROCm
:doc:`API libraries <rocm:reference/api-libraries>`.
15 changes: 15 additions & 0 deletions docs/reference/user-kernel-space-compat-matrix-content.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ROCm™ provides forward and backward compatibility between the Kernel Fusion
Driver (KFD) and its user space software for +/- 2 releases. This table shows
the compatibility combinations that are currently supported.

.. csv-table::
:widths: 30, 70
:header: "KFD", "Tested user space versions"

"6.1.x", "5.7.x, 6.0.x"
"6.0.x", "5.6.x, 5.7.x, 6.1.x"
"5.7.x", "5.5.x, 5.6.x, 6.0.x, 6.1.x"
"5.6.x", "5.4.x, 5.5.x, 5.7.x, 6.0.x"
"5.5.x", "5.3.x, 5.4.x, 5.6.x, 5.7.x"
"5.4.x", "5.2.x, 5.3.x, 5.5.x, 5.6.x"
"5.3.x", "5.1.x, 5.2.x, 5.4.x, 5.5.x"
16 changes: 1 addition & 15 deletions docs/reference/user-kernel-space-compat-matrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,4 @@
User and kernel-space support matrix
*****************************************************************************************

ROCm™ provides forward and backward compatibility between the Kernel Fusion
Driver (KFD) and its user space software for +/- 2 releases. This table shows
the compatibility combinations that are currently supported.

.. csv-table::
:widths: 30, 70
:header: "KFD", "Tested user space versions"

"6.1.x", "5.7.x, 6.0.x"
"6.0.x", "5.6.x, 5.7.x, 6.1.x"
"5.7.x", "5.5.x, 5.6.x, 6.0.x, 6.1.x"
"5.6.x", "5.4.x, 5.5.x, 5.7.x, 6.0.x"
"5.5.x", "5.3.x, 5.4.x, 5.6.x, 5.7.x"
"5.4.x", "5.2.x, 5.3.x, 5.5.x, 5.6.x"
"5.3.x", "5.1.x, 5.2.x, 5.4.x, 5.5.x"
.. include:: user-kernel-space-compat-matrix-content.rst
Loading