Compare commits

...

12 Commits

Author SHA1 Message Date
Sam Wu
e1ba50284c Update documentation requirements 2024-09-16 10:12:51 -08:00
Sam Wu
4beee306d7 Update documentation requirements 2024-06-06 16:58:43 -06:00
Sam Wu
084d3544c5 Fix RTD config 2024-05-02 08:55:25 -06:00
Sam Wu
15b29a63aa Update documentation requirements 2024-05-01 16:59:33 -06:00
Sam Wu
529cadfd70 Update documentation requirements 2024-05-01 16:54:04 -06:00
Mátyás Aradi
0970d89582 Update Linux and ROCm versions in ROCm 5.5.1 (#2879)
* Update Linux and ROCm versions

* Fix CI based on ROCm 5.5
2024-02-08 09:07:25 -07:00
Promesis
43cd4cc3c3 modified: install.md (#2439)
Co-authored-by: Promesis <3149154722@qq.com>
2023-09-08 09:51:14 -06:00
Promesis
b223a5521a modified: install.md (#2403)
Co-authored-by: Promesis <3149154722@qq.com>
2023-08-24 08:11:57 -06:00
Sam Wu
f9dce5475e add version to html title 2023-08-04 17:18:22 -06:00
Saad Rahim
0cff04e4c0 GPU support clarification (#2350) 2023-07-27 17:43:14 -06:00
Saad Rahim
dda4b81e8a linting fix 2023-07-27 16:31:30 -06:00
Saad Rahim
7e344d0b53 Updating GPU support list 2023-07-27 16:31:30 -06:00
8 changed files with 135 additions and 125 deletions

View File

@@ -3,12 +3,19 @@
version: 2 version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
apt_packages:
- "doxygen"
- "graphviz" # For dot graphs in doxygen
python:
install:
- requirements: docs/sphinx/requirements.txt
sphinx: sphinx:
configuration: docs/conf.py configuration: docs/conf.py
formats: [htmlzip, pdf, epub] formats: []
python:
version: "3.8"
install:
- requirements: docs/sphinx/requirements.txt

View File

@@ -86,7 +86,7 @@ article_pages = [
external_toc_path = "./sphinx/_toc.yml" external_toc_path = "./sphinx/_toc.yml"
docs_core = ROCmDocs("ROCm Documentation Home") docs_core = ROCmDocs("ROCm 5.5.1 Documentation Home")
docs_core.setup() docs_core.setup()
external_projects_current_project = "rocm" external_projects_current_project = "rocm"

View File

@@ -18,7 +18,7 @@ following commands based on your distribution.
```shell ```shell
sudo apt update sudo apt update
wget https://repo.radeon.com/amdgpu-install/5.6/ubuntu/focal/amdgpu-install_5.6.50600-1_all.deb wget https://repo.radeon.com/amdgpu-install/5.5.1/ubuntu/focal/amdgpu-install_5.5.50501-1_all.deb
sudo apt install ./amdgpu-install_5.6.50600-1_all.deb sudo apt install ./amdgpu-install_5.6.50600-1_all.deb
``` ```
@@ -28,7 +28,7 @@ sudo apt install ./amdgpu-install_5.6.50600-1_all.deb
```shell ```shell
sudo apt update sudo apt update
wget https://repo.radeon.com/amdgpu-install/5.6/ubuntu/jammy/amdgpu-install_5.6.50600-1_all.deb wget https://repo.radeon.com/amdgpu-install/5.5.1/ubuntu/jammy/amdgpu-install_5.5.50501-1_all.deb
sudo apt install ./amdgpu-install_5.6.50600-1_all.deb sudo apt install ./amdgpu-install_5.6.50600-1_all.deb
``` ```
@@ -44,7 +44,7 @@ sudo apt install ./amdgpu-install_5.6.50600-1_all.deb
:sync: RHEL-8 :sync: RHEL-8
```shell ```shell
sudo yum install https://repo.radeon.com/amdgpu-install/5.6/rhel/8.6/amdgpu-install-5.6.50600-1.el8.noarch.rpm sudo yum install https://repo.radeon.com/amdgpu-install/5.5.1/rhel/8.6/amdgpu-install-5.5.50501-1.el8.noarch.rpm
``` ```
::: :::
@@ -53,7 +53,7 @@ sudo yum install https://repo.radeon.com/amdgpu-install/5.6/rhel/8.6/amdgpu-inst
:sync: RHEL-8 :sync: RHEL-8
```shell ```shell
sudo yum install https://repo.radeon.com/amdgpu-install/5.6/rhel/8.7/amdgpu-install-5.6.50600-1.el8.noarch.rpm sudo yum install https://repo.radeon.com/amdgpu-install/5.5.1/rhel/8.7/amdgpu-install-5.5.50501-1.el8.noarch.rpm
``` ```
::: :::
@@ -71,7 +71,7 @@ sudo yum install https://repo.radeon.com/amdgpu-install/5.5.1/rhel/8.8/amdgpu-in
:sync: RHEL-9 :sync: RHEL-9
```shell ```shell
sudo yum install https://repo.radeon.com/amdgpu-install/5.6/rhel/9.1/amdgpu-install-5.6.50600-1.el8.noarch.rpm sudo yum install https://repo.radeon.com/amdgpu-install/5.5.1/rhel/9.1/amdgpu-install-5.5.50501-1.el9.noarch.rpm
``` ```
::: :::
@@ -80,7 +80,7 @@ sudo yum install https://repo.radeon.com/amdgpu-install/5.6/rhel/9.1/amdgpu-inst
:sync: RHEL-9 :sync: RHEL-9
```shell ```shell
sudo yum install https://repo.radeon.com/amdgpu-install/5.5.1/rhel/9.2/amdgpu-install-5.5.50501-1.el8.noarch.rpm sudo yum install https://repo.radeon.com/amdgpu-install/5.5.1/rhel/9.2/amdgpu-install-5.5.50501-1.el9.noarch.rpm
``` ```
::: :::
@@ -90,19 +90,19 @@ sudo yum install https://repo.radeon.com/amdgpu-install/5.5.1/rhel/9.2/amdgpu-in
:sync: SLES :sync: SLES
::::{tab-set} ::::{tab-set}
:::{tab-item} SLES 15.3
:sync: SLES-15.3
```shell
sudo zypper --no-gpg-checks install https://repo.radeon.com/amdgpu-install/5.5.1/sle/15.3/amdgpu-install-5.5.50501-1.noarch.rpm
```
:::
:::{tab-item} SLES 15.4 :::{tab-item} SLES 15.4
:sync: SLES-15.4 :sync: SLES-15.4
```shell ```shell
sudo zypper --no-gpg-checks install https://repo.radeon.com/amdgpu-install/5.6/sle/15.4/amdgpu-install-5.6.50600-1.noarch.rpm sudo zypper --no-gpg-checks install https://repo.radeon.com/amdgpu-install/5.5.1/sle/15.4/amdgpu-install-5.5.50501-1.noarch.rpm
```
:::
:::{tab-item} SLES 15.5
:sync: SLES-15.5
```shell
sudo zypper --no-gpg-checks install https://repo.radeon.com/amdgpu-install/5.6/sle/15.5/amdgpu-install-5.6.50600-1.noarch.rpm
``` ```
::: :::

View File

@@ -29,11 +29,11 @@ wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | \
```shell ```shell
# Kernel driver repository for focal # Kernel driver repository for focal
sudo tee /etc/apt/sources.list.d/amdgpu.list <<'EOF' sudo tee /etc/apt/sources.list.d/amdgpu.list <<'EOF'
deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/amdgpu/latest/ubuntu focal main deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/amdgpu/5.5.1/ubuntu focal main
EOF EOF
# ROCm repository for focal # ROCm repository for focal
sudo tee /etc/apt/sources.list.d/rocm.list <<'EOF' sudo tee /etc/apt/sources.list.d/rocm.list <<'EOF'
deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/debian focal main deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/5.5.1 focal main
EOF EOF
``` ```
@@ -44,11 +44,11 @@ EOF
```shell ```shell
# Kernel driver repository for jammy # Kernel driver repository for jammy
sudo tee /etc/apt/sources.list.d/amdgpu.list <<'EOF' sudo tee /etc/apt/sources.list.d/amdgpu.list <<'EOF'
deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/amdgpu/latest/ubuntu jammy main deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/amdgpu/5.5.1/ubuntu jammy main
EOF EOF
# ROCm repository for jammy # ROCm repository for jammy
sudo tee /etc/apt/sources.list.d/rocm.list <<'EOF' sudo tee /etc/apt/sources.list.d/rocm.list <<'EOF'
deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/debian jammy main deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/5.5.1 jammy main
EOF EOF
# Prefer packages from the rocm repository over system packages # Prefer packages from the rocm repository over system packages
echo -e 'Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600' | sudo tee /etc/apt/preferences.d/rocm-pin-600 echo -e 'Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600' | sudo tee /etc/apt/preferences.d/rocm-pin-600
@@ -81,7 +81,7 @@ sudo apt update
sudo tee /etc/yum.repos.d/amdgpu.repo <<'EOF' sudo tee /etc/yum.repos.d/amdgpu.repo <<'EOF'
[amdgpu] [amdgpu]
name=amdgpu name=amdgpu
baseurl=https://repo.radeon.com/amdgpu/latest/rhel/8.6/main/x86_64 baseurl=https://repo.radeon.com/amdgpu/5.5.1/rhel/8.6/main/x86_64
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key
@@ -90,7 +90,7 @@ EOF
sudo tee /etc/yum.repos.d/rocm.repo <<'EOF' sudo tee /etc/yum.repos.d/rocm.repo <<'EOF'
[rocm] [rocm]
name=rocm name=rocm
baseurl=https://repo.radeon.com/rocm/rhel8/latest/main baseurl=https://repo.radeon.com/rocm/rhel8/5.5.1/main
enabled=1 enabled=1
priority=50 priority=50
gpgcheck=1 gpgcheck=1
@@ -108,7 +108,7 @@ EOF
sudo tee /etc/yum.repos.d/amdgpu.repo <<'EOF' sudo tee /etc/yum.repos.d/amdgpu.repo <<'EOF'
[amdgpu] [amdgpu]
name=amdgpu name=amdgpu
baseurl=https://repo.radeon.com/amdgpu/latest/rhel/8.7/main/x86_64 baseurl=https://repo.radeon.com/amdgpu/5.5.1/rhel/8.7/main/x86_64
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key
@@ -117,7 +117,7 @@ EOF
sudo tee /etc/yum.repos.d/rocm.repo <<'EOF' sudo tee /etc/yum.repos.d/rocm.repo <<'EOF'
[rocm] [rocm]
name=rocm name=rocm
baseurl=https://repo.radeon.com/rocm/rhel8/latest/main baseurl=https://repo.radeon.com/rocm/rhel8/5.5.1/main
enabled=1 enabled=1
priority=50 priority=50
gpgcheck=1 gpgcheck=1
@@ -135,7 +135,7 @@ EOF
sudo tee /etc/yum.repos.d/amdgpu.repo <<'EOF' sudo tee /etc/yum.repos.d/amdgpu.repo <<'EOF'
[amdgpu] [amdgpu]
name=amdgpu name=amdgpu
baseurl=https://repo.radeon.com/amdgpu/latest/rhel/8.8/main/x86_64 baseurl=https://repo.radeon.com/amdgpu/5.5.1/rhel/8.8/main/x86_64
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key
@@ -144,7 +144,7 @@ EOF
sudo tee /etc/yum.repos.d/rocm.repo <<'EOF' sudo tee /etc/yum.repos.d/rocm.repo <<'EOF'
[rocm] [rocm]
name=rocm name=rocm
baseurl=https://repo.radeon.com/rocm/rhel8/latest/main baseurl=https://repo.radeon.com/rocm/rhel8/5.5.1/main
enabled=1 enabled=1
priority=50 priority=50
gpgcheck=1 gpgcheck=1
@@ -162,7 +162,7 @@ EOF
sudo tee /etc/yum.repos.d/amdgpu.repo <<'EOF' sudo tee /etc/yum.repos.d/amdgpu.repo <<'EOF'
[amdgpu] [amdgpu]
name=amdgpu name=amdgpu
baseurl=https://repo.radeon.com/amdgpu/latest/rhel/9.1/main/x86_64 baseurl=https://repo.radeon.com/amdgpu/5.5.1/rhel/9.1/main/x86_64
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key
@@ -171,7 +171,7 @@ EOF
sudo tee /etc/yum.repos.d/rocm.repo <<'EOF' sudo tee /etc/yum.repos.d/rocm.repo <<'EOF'
[rocm] [rocm]
name=rocm name=rocm
baseurl=https://repo.radeon.com/rocm/rhel9/latest/main baseurl=https://repo.radeon.com/rocm/rhel9/5.5.1/main
enabled=1 enabled=1
priority=50 priority=50
gpgcheck=1 gpgcheck=1
@@ -189,7 +189,7 @@ EOF
sudo tee /etc/yum.repos.d/amdgpu.repo <<'EOF' sudo tee /etc/yum.repos.d/amdgpu.repo <<'EOF'
[amdgpu] [amdgpu]
name=amdgpu name=amdgpu
baseurl=https://repo.radeon.com/amdgpu/latest/rhel/9.2/main/x86_64 baseurl=https://repo.radeon.com/amdgpu/5.5.1/rhel/9.2/main/x86_64
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key
@@ -198,7 +198,7 @@ EOF
sudo tee /etc/yum.repos.d/rocm.repo <<'EOF' sudo tee /etc/yum.repos.d/rocm.repo <<'EOF'
[rocm] [rocm]
name=rocm name=rocm
baseurl=https://repo.radeon.com/rocm/rhel9/latest/main baseurl=https://repo.radeon.com/rocm/rhel9/5.5.1/main
enabled=1 enabled=1
priority=50 priority=50
gpgcheck=1 gpgcheck=1
@@ -225,16 +225,16 @@ sudo yum clean all
:::: ::::
::::{tab-set} ::::{tab-set}
:::{tab-item} SLES 15.4 :::{tab-item} SLES 15.3
:sync: SLES-15.4 :sync: SLES-15.3
```shell ```shell
# Add the amdgpu module repository for SLES 15.4 # Add the amdgpu module repository for SLES 15.3
sudo tee /etc/zypp/repos.d/amdgpu.repo <<'EOF' sudo tee /etc/zypp/repos.d/amdgpu.repo <<'EOF'
[amdgpu] [amdgpu]
name=amdgpu name=amdgpu
baseurl=https://repo.radeon.com/amdgpu/latest/sle/15.4/main/x86_64 baseurl=https://repo.radeon.com/amdgpu/5.5.1/sle/15.3/main/x86_64
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key
@@ -252,16 +252,16 @@ EOF
``` ```
::: :::
:::{tab-item} SLES 15.5 :::{tab-item} SLES 15.4
:sync: SLES-15.5 :sync: SLES-15.4
```shell ```shell
# Add the amdgpu module repository for SLES 15.5 # Add the amdgpu module repository for SLES 15.4
sudo tee /etc/zypp/repos.d/amdgpu.repo <<'EOF' sudo tee /etc/zypp/repos.d/amdgpu.repo <<'EOF'
[amdgpu] [amdgpu]
name=amdgpu name=amdgpu
baseurl=https://repo.radeon.com/amdgpu/latest/sle/15.5/main/x86_64 baseurl=https://repo.radeon.com/amdgpu/5.5.1/sle/15.4/main/x86_64
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key

View File

@@ -60,9 +60,11 @@ ROCm supports virtualization for select GPUs only as shown below.
(supported_gpus)= (supported_gpus)=
## Supported GPUs ## Linux Supported GPUs
The following table shows the list of GPUs supported on Linux distributions: The table below shows supported GPUs for Instinct™, Radeon Pro™ and Radeon™
GPUs. Please click the tabs below to switch between GPU product lines. If a GPU
is not listed on this table, the GPU is not officially supported by AMD.
::::{tab-set} ::::{tab-set}

View File

@@ -12,7 +12,11 @@ AMD ROCm™ Platform supports the following Windows SKU.
| Windows 11 | x86-64 | 22H2 (GA) | | Windows 11 | x86-64 | 22H2 (GA) |
| Windows Server 2022 | x86-64 | | | Windows Server 2022 | x86-64 | |
## GPU Support Table ## Windows Supported GPUs
The table below shows supported GPUs for Radeon Pro™ and Radeon™ GPUs. Please
click the tabs below to switch between GPU product lines. If a GPU is not listed
on this table, the GPU is not officially supported by AMD.
::::{tab-set} ::::{tab-set}
@@ -21,12 +25,12 @@ AMD ROCm™ Platform supports the following Windows SKU.
| Name | Architecture |[LLVM Target](https://www.llvm.org/docs/AMDGPUUsage.html#processors) | Runtime | HIP SDK | | Name | Architecture |[LLVM Target](https://www.llvm.org/docs/AMDGPUUsage.html#processors) | Runtime | HIP SDK |
|:----:|:------------:|:--------------------------------------------------------------------:|:-------:|:----------------:| |:----:|:------------:|:--------------------------------------------------------------------:|:-------:|:----------------:|
| AMD Radeon Pro W7900 | RDNA3 | gfx1100 | ✅ | ✅ | | AMD Radeon Pro W7900 | RDNA3 | gfx1100 | ✅ | ✅ |
| AMD Radeon Pro W7800 | RDNA3 | gfx1100 | ✅ | ✅ | | AMD Radeon Pro W7800 | RDNA3 | gfx1100 | ✅ | ✅ |
| AMD Radeon Pro W6800 | RDNA2 | gfx1030 | ✅ | ✅ | | AMD Radeon Pro W6800 | RDNA2 | gfx1030 | ✅ | ✅ |
| AMD Radeon Pro W6600 | RDNA2 | gfx1032 | ✅ | ❌ | | AMD Radeon Pro W6600 | RDNA2 | gfx1032 | ✅ | ❌ |
| AMD Radeon Pro W5500 | RDNA1 | gfx1012 | ❌ | ❌ | | AMD Radeon Pro W5500 | RDNA1 | gfx1012 | ❌ | ❌ |
| AMD Radeon Pro VII | GCN5.1 | gfx906 | ❌ | ❌ | | AMD Radeon Pro VII | GCN5.1 | gfx906 | ❌ | ❌ |
::: :::
@@ -36,13 +40,18 @@ AMD ROCm™ Platform supports the following Windows SKU.
| Name | Architecture | [LLVM Target](https://www.llvm.org/docs/AMDGPUUsage.html#processors) | Runtime | HIP SDK | | Name | Architecture | [LLVM Target](https://www.llvm.org/docs/AMDGPUUsage.html#processors) | Runtime | HIP SDK |
|:----:|:------------:|:--------------------------------------------------------------------:|:-------:|:----------------:| |:----:|:------------:|:--------------------------------------------------------------------:|:-------:|:----------------:|
| AMD Radeon™ RX 7900 XTX | RDNA3 | gfx1100 | ✅ | ✅ | | AMD Radeon™ RX 7900 XTX | RDNA3 | gfx1100 | ✅ | ✅ |
| AMD Radeon™ RX 7900 XT | RDNA3 | gfx1100 | | | | AMD Radeon™ RX 7900 XT | RDNA3 | gfx1100 | | |
| AMD Radeon™ RX 6950 XT | RDNA2 | gfx1030 | | | | AMD Radeon™ RX 7600 | RDNA3 | gfx1100 | | |
| AMD Radeon™ RX 6950 XT | RDNA2 | gfx1030 | ✅ | ✅ |
| AMD Radeon™ RX 6900 XT | RDNA2 | gfx1030 | ✅ | ✅ | | AMD Radeon™ RX 6900 XT | RDNA2 | gfx1030 | ✅ | ✅ |
| AMD Radeon™ RX 6800 XT | RDNA2 | gfx1030 | ✅ | ✅ |
| AMD Radeon™ RX 6800 | RDNA2 | gfx1030 | ✅ | ✅ | | AMD Radeon™ RX 6800 | RDNA2 | gfx1030 | ✅ | ✅ |
| AMD Radeon™ RX 6750 | RDNA2 | gfx1032 | ✅ | ❌ |
| AMD Radeon™ RX 6700 XT | RDNA2 | gfx1032 | ✅ | ❌ | | AMD Radeon™ RX 6700 XT | RDNA2 | gfx1032 | ✅ | ❌ |
| AMD Radeon™ RX 6700 | RDNA2 | gfx1032 | ✅ | ❌ | | AMD Radeon™ RX 6700 | RDNA2 | gfx1032 | ✅ | ❌ |
| AMD Radeon™ RX 6600 | RDNA2 | gfx1032 | | ❌ | | AMD Radeon™ RX 6650 XT | RDNA2 | gfx1032 | | ❌ |
| AMD Radeon™ RX 6600 XT | RDNA2 | gfx1032 | ✅ | ❌ |
| AMD Radeon™ RX 6600 | RDNA2 | gfx1032 | ✅ | ❌ |
::: :::

View File

@@ -1 +1,2 @@
rocm-docs-core==0.18.3 rocm-docs-core==1.8.0
sphinx-reredirects

View File

@@ -1,118 +1,106 @@
# #
# This file is autogenerated by pip-compile with Python 3.11 # This file is autogenerated by pip-compile with Python 3.10
# by the following command: # by the following command:
# #
# pip-compile --resolver=backtracking requirements.in # pip-compile requirements.in
# #
accessible-pygments==0.0.3 accessible-pygments==0.0.5
# via pydata-sphinx-theme # via pydata-sphinx-theme
alabaster==0.7.13 alabaster==1.0.0
# via sphinx # via sphinx
babel==2.11.0 babel==2.16.0
# via # via
# pydata-sphinx-theme # pydata-sphinx-theme
# sphinx # sphinx
beautifulsoup4==4.11.2 beautifulsoup4==4.12.3
# via pydata-sphinx-theme # via pydata-sphinx-theme
breathe==4.34.0 breathe==4.35.0
# via rocm-docs-core # via rocm-docs-core
certifi==2022.12.7 certifi==2024.8.30
# via requests # via requests
cffi==1.15.1 cffi==1.17.1
# via # via
# cryptography # cryptography
# pynacl # pynacl
charset-normalizer==2.1.1 charset-normalizer==3.3.2
# via requests # via requests
click==8.1.3 click==8.1.7
# via sphinx-external-toc # via sphinx-external-toc
colorama==0.4.6 cryptography==43.0.1
# via
# click
# sphinx
cryptography==40.0.2
# via pyjwt # via pyjwt
deprecated==1.2.13 deprecated==1.2.14
# via pygithub # via pygithub
docutils==0.19 docutils==0.21.2
# via # via
# breathe # breathe
# myst-parser # myst-parser
# pydata-sphinx-theme # pydata-sphinx-theme
# sphinx # sphinx
fastjsonschema==2.16.3 fastjsonschema==2.20.0
# via rocm-docs-core # via rocm-docs-core
gitdb==4.0.10 gitdb==4.0.11
# via gitpython # via gitpython
gitpython==3.1.30 gitpython==3.1.43
# via rocm-docs-core # via rocm-docs-core
idna==3.4 idna==3.10
# via requests # via requests
imagesize==1.4.1 imagesize==1.4.1
# via sphinx # via sphinx
importlib-metadata==6.7.0 jinja2==3.1.4
# via sphinx
importlib-resources==5.12.0
# via rocm-docs-core
jinja2==3.1.2
# via # via
# myst-parser # myst-parser
# sphinx # sphinx
linkify-it-py==1.0.3 markdown-it-py==3.0.0
# via myst-parser
markdown-it-py==2.2.0
# via # via
# mdit-py-plugins # mdit-py-plugins
# myst-parser # myst-parser
markupsafe==2.1.2 markupsafe==2.1.5
# via jinja2 # via jinja2
mdit-py-plugins==0.3.4 mdit-py-plugins==0.4.2
# via myst-parser # via myst-parser
mdurl==0.1.2 mdurl==0.1.2
# via markdown-it-py # via markdown-it-py
myst-parser[linkify]==1.0.0 myst-parser==4.0.0
# via rocm-docs-core # via rocm-docs-core
packaging==23.0 packaging==24.1
# via # via
# pydata-sphinx-theme # pydata-sphinx-theme
# sphinx # sphinx
pycparser==2.21 pycparser==2.22
# via cffi # via cffi
pydata-sphinx-theme==0.13.3 pydata-sphinx-theme==0.15.4
# via # via
# rocm-docs-core # rocm-docs-core
# sphinx-book-theme # sphinx-book-theme
pygithub==1.58.1 pygithub==2.4.0
# via rocm-docs-core # via rocm-docs-core
pygments==2.14.0 pygments==2.18.0
# via # via
# accessible-pygments # accessible-pygments
# pydata-sphinx-theme # pydata-sphinx-theme
# sphinx # sphinx
pyjwt[crypto]==2.6.0 pyjwt[crypto]==2.9.0
# via pygithub # via pygithub
pynacl==1.5.0 pynacl==1.5.0
# via pygithub # via pygithub
pytz==2022.7.1 pyyaml==6.0.2
# via babel
pyyaml==6.0
# via # via
# myst-parser # myst-parser
# rocm-docs-core # rocm-docs-core
# sphinx-external-toc # sphinx-external-toc
requests==2.28.1 requests==2.32.3
# via # via
# pygithub # pygithub
# sphinx # sphinx
rocm-docs-core==0.18.3 rocm-docs-core==1.8.0
# via -r requirements.in # via -r requirements.in
smmap==5.0.0 smmap==5.0.1
# via gitdb # via gitdb
snowballstemmer==2.2.0 snowballstemmer==2.2.0
# via sphinx # via sphinx
soupsieve==2.4 soupsieve==2.6
# via beautifulsoup4 # via beautifulsoup4
sphinx==5.3.0 sphinx==8.0.2
# via # via
# breathe # breathe
# myst-parser # myst-parser
@@ -123,37 +111,40 @@ sphinx==5.3.0
# sphinx-design # sphinx-design
# sphinx-external-toc # sphinx-external-toc
# sphinx-notfound-page # sphinx-notfound-page
sphinx-book-theme==1.0.1 # sphinx-reredirects
sphinx-book-theme==1.1.3
# via rocm-docs-core # via rocm-docs-core
sphinx-copybutton==0.5.1 sphinx-copybutton==0.5.2
# via rocm-docs-core # via rocm-docs-core
sphinx-design==0.4.1 sphinx-design==0.6.1
# via rocm-docs-core # via rocm-docs-core
sphinx-external-toc==0.3.1 sphinx-external-toc==1.0.1
# via rocm-docs-core # via rocm-docs-core
sphinx-notfound-page==0.8.3 sphinx-notfound-page==1.0.4
# via rocm-docs-core # via rocm-docs-core
sphinxcontrib-applehelp==1.0.4 sphinx-reredirects==0.1.5
# via -r requirements.in
sphinxcontrib-applehelp==2.0.0
# via sphinx # via sphinx
sphinxcontrib-devhelp==1.0.2 sphinxcontrib-devhelp==2.0.0
# via sphinx # via sphinx
sphinxcontrib-htmlhelp==2.0.1 sphinxcontrib-htmlhelp==2.1.0
# via sphinx # via sphinx
sphinxcontrib-jsmath==1.0.1 sphinxcontrib-jsmath==1.0.1
# via sphinx # via sphinx
sphinxcontrib-qthelp==1.0.3 sphinxcontrib-qthelp==2.0.0
# via sphinx # via sphinx
sphinxcontrib-serializinghtml==1.1.5 sphinxcontrib-serializinghtml==2.0.0
# via sphinx # via sphinx
typing-extensions==4.5.0 tomli==2.0.1
# via pydata-sphinx-theme # via sphinx
uc-micro-py==1.0.1 typing-extensions==4.12.2
# via linkify-it-py
urllib3==1.26.13
# via requests
wrapt==1.14.1
# via deprecated
zipp==3.15.0
# via # via
# importlib-metadata # pydata-sphinx-theme
# importlib-resources # pygithub
urllib3==2.2.3
# via
# pygithub
# requests
wrapt==1.16.0
# via deprecated