Read the Docs build information Build id: 3369643 Project: advanced-micro-devices-linux-install-docs Version: latest Commit: c1678ac82aa7d5fa95dbcfaf8f66976e8cf29123 Date: 2025-09-17T20:38:29.919035Z State: finished Success: True [rtd-command-info] start-time: 2025-09-17T20:38:30.910146Z, end-time: 2025-09-17T20:38:31.736477Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/ROCm/rocm-install-on-linux.git . Cloning into '.'... [rtd-command-info] start-time: 2025-09-17T20:38:31.842337Z, end-time: 2025-09-17T20:38:32.595568Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/docs/7.0.1:refs/remotes/origin/docs/7.0.1 From https://github.com/ROCm/rocm-install-on-linux * [new branch] docs/7.0.1 -> origin/docs/7.0.1 [rtd-command-info] start-time: 2025-09-17T20:38:33.579733Z, end-time: 2025-09-17T20:38:33.661053Z, duration: 0, exit-code: 0 git checkout --force origin/docs/7.0.1 Note: switching to 'origin/docs/7.0.1'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at c1678ac Docs: toc fix (#551) (#552) [rtd-command-info] start-time: 2025-09-17T20:38:33.800374Z, end-time: 2025-09-17T20:38:33.846638Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 sphinx: configuration: docs/conf.py formats: [htmlzip, pdf] python: install: - requirements: docs/sphinx/requirements.txt build: os: ubuntu-22.04 tools: python: "3.10" [rtd-command-info] start-time: 2025-09-17T20:38:38.831725Z, end-time: 2025-09-17T20:38:38.899171Z, duration: 0, exit-code: 0 asdf global python 3.10.17 [rtd-command-info] start-time: 2025-09-17T20:38:39.351291Z, end-time: 2025-09-17T20:38:40.711636Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.10.17.final.0-64 in 896ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2025-09-17T20:38:40.792220Z, end-time: 2025-09-17T20:38:48.362949Z, duration: 7, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (23.1) Collecting pip Downloading pip-25.2-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 9.6 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (67.6.1) Collecting setuptools Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 23.4 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.6.1 Uninstalling setuptools-67.6.1: Successfully uninstalled setuptools-67.6.1 Attempting uninstall: pip Found existing installation: pip 23.1 Uninstalling pip-23.1: Successfully uninstalled pip-23.1 Successfully installed pip-25.2 setuptools-80.9.0 [rtd-command-info] start-time: 2025-09-17T20:38:48.491892Z, end-time: 2025-09-17T20:38:53.074287Z, duration: 4, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx Collecting sphinx Downloading sphinx-8.1.3-py3-none-any.whl.metadata (6.4 kB) Collecting sphinxcontrib-applehelp>=1.0.7 (from sphinx) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-htmlhelp>=2.0.6 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath>=1.0.1 (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-qthelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl.metadata (2.4 kB) Collecting Jinja2>=3.1 (from sphinx) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting Pygments>=2.17 (from sphinx) Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) Collecting docutils<0.22,>=0.20 (from sphinx) Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.2 (from sphinx) Downloading snowballstemmer-3.0.1-py3-none-any.whl.metadata (7.9 kB) Collecting babel>=2.13 (from sphinx) Downloading babel-2.17.0-py3-none-any.whl.metadata (2.0 kB) Collecting alabaster>=0.7.14 (from sphinx) Downloading alabaster-1.0.0-py3-none-any.whl.metadata (2.8 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB) Collecting requests>=2.30.0 (from sphinx) Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB) Collecting packaging>=23.0 (from sphinx) Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) Collecting tomli>=2 (from sphinx) Downloading tomli-2.2.1-py3-none-any.whl.metadata (10 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1->sphinx) Downloading MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) Collecting charset_normalizer<4,>=2 (from requests>=2.30.0->sphinx) Downloading charset_normalizer-3.4.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (36 kB) Collecting idna<4,>=2.5 (from requests>=2.30.0->sphinx) Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.30.0->sphinx) Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) Collecting certifi>=2017.4.17 (from requests>=2.30.0->sphinx) Downloading certifi-2025.8.3-py3-none-any.whl.metadata (2.4 kB) Downloading sphinx-8.1.3-py3-none-any.whl (3.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 152.2 MB/s 0:00:00 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 580.4 MB/s 0:00:00 Downloading alabaster-1.0.0-py3-none-any.whl (13 kB) Downloading babel-2.17.0-py3-none-any.whl (10.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 393.9 MB/s 0:00:00 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) Downloading packaging-25.0-py3-none-any.whl (66 kB) Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 631.2 MB/s 0:00:00 Downloading requests-2.32.5-py3-none-any.whl (64 kB) Downloading charset_normalizer-3.4.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (152 kB) Downloading idna-3.10-py3-none-any.whl (70 kB) Downloading urllib3-2.5.0-py3-none-any.whl (129 kB) Downloading certifi-2025.8.3-py3-none-any.whl (161 kB) Downloading snowballstemmer-3.0.1-py3-none-any.whl (103 kB) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl (119 kB) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl (82 kB) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl (98 kB) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl (88 kB) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl (92 kB) Downloading tomli-2.2.1-py3-none-any.whl (14 kB) Installing collected packages: urllib3, tomli, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, snowballstemmer, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset_normalizer, certifi, babel, alabaster, requests, Jinja2, sphinx Successfully installed Jinja2-3.1.6 MarkupSafe-3.0.2 Pygments-2.19.2 alabaster-1.0.0 babel-2.17.0 certifi-2025.8.3 charset_normalizer-3.4.3 docutils-0.21.2 idna-3.10 imagesize-1.4.1 packaging-25.0 requests-2.32.5 snowballstemmer-3.0.1 sphinx-8.1.3 sphinxcontrib-applehelp-2.0.0 sphinxcontrib-devhelp-2.0.0 sphinxcontrib-htmlhelp-2.1.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-2.0.0 sphinxcontrib-serializinghtml-2.0.0 tomli-2.2.1 urllib3-2.5.0 [rtd-command-info] start-time: 2025-09-17T20:38:53.154517Z, end-time: 2025-09-17T20:39:06.719388Z, duration: 13, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r docs/sphinx/requirements.txt Collecting accessible-pygments==0.0.5 (from -r docs/sphinx/requirements.txt (line 7)) Downloading accessible_pygments-0.0.5-py3-none-any.whl.metadata (10 kB) Requirement already satisfied: alabaster==1.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 9)) (1.0.0) Collecting asttokens==3.0.0 (from -r docs/sphinx/requirements.txt (line 11)) Downloading asttokens-3.0.0-py3-none-any.whl.metadata (4.7 kB) Collecting attrs==25.3.0 (from -r docs/sphinx/requirements.txt (line 13)) Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) Requirement already satisfied: babel==2.17.0 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 18)) (2.17.0) Collecting beartype==0.21.0 (from -r docs/sphinx/requirements.txt (line 22)) Downloading beartype-0.21.0-py3-none-any.whl.metadata (33 kB) Collecting beautifulsoup4==4.13.5 (from -r docs/sphinx/requirements.txt (line 24)) Downloading beautifulsoup4-4.13.5-py3-none-any.whl.metadata (3.8 kB) Collecting breathe==4.36.0 (from -r docs/sphinx/requirements.txt (line 26)) Downloading breathe-4.36.0-py3-none-any.whl.metadata (7.6 kB) Requirement already satisfied: certifi==2025.8.3 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 28)) (2025.8.3) Collecting cffi==2.0.0 (from -r docs/sphinx/requirements.txt (line 30)) Downloading cffi-2.0.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.6 kB) Requirement already satisfied: charset-normalizer==3.4.3 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 34)) (3.4.3) Collecting click==8.2.1 (from -r docs/sphinx/requirements.txt (line 36)) Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) Collecting comm==0.2.3 (from -r docs/sphinx/requirements.txt (line 40)) Downloading comm-0.2.3-py3-none-any.whl.metadata (3.7 kB) Collecting cryptography==45.0.7 (from -r docs/sphinx/requirements.txt (line 42)) Downloading cryptography-45.0.7-cp37-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB) Collecting debugpy==1.8.16 (from -r docs/sphinx/requirements.txt (line 44)) Downloading debugpy-1.8.16-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.3 kB) Collecting decorator==5.2.1 (from -r docs/sphinx/requirements.txt (line 46)) Downloading decorator-5.2.1-py3-none-any.whl.metadata (3.9 kB) Collecting defusedxml==0.7.1 (from -r docs/sphinx/requirements.txt (line 48)) Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) Requirement already satisfied: docutils==0.21.2 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 50)) (0.21.2) Collecting exceptiongroup==1.3.0 (from -r docs/sphinx/requirements.txt (line 56)) Downloading exceptiongroup-1.3.0-py3-none-any.whl.metadata (6.7 kB) Collecting executing==2.2.1 (from -r docs/sphinx/requirements.txt (line 58)) Downloading executing-2.2.1-py2.py3-none-any.whl.metadata (8.9 kB) Collecting fastjsonschema==2.21.2 (from -r docs/sphinx/requirements.txt (line 60)) Downloading fastjsonschema-2.21.2-py3-none-any.whl.metadata (2.3 kB) Collecting gitdb==4.0.12 (from -r docs/sphinx/requirements.txt (line 64)) Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) Collecting gitpython==3.1.45 (from -r docs/sphinx/requirements.txt (line 66)) Downloading gitpython-3.1.45-py3-none-any.whl.metadata (13 kB) Collecting greenlet==3.2.4 (from -r docs/sphinx/requirements.txt (line 68)) Downloading greenlet-3.2.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (4.1 kB) Requirement already satisfied: idna==3.10 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 70)) (3.10) Requirement already satisfied: imagesize==1.4.1 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 72)) (1.4.1) Collecting importlib-metadata==8.7.0 (from -r docs/sphinx/requirements.txt (line 74)) Downloading importlib_metadata-8.7.0-py3-none-any.whl.metadata (4.8 kB) Collecting ipykernel==6.30.1 (from -r docs/sphinx/requirements.txt (line 78)) Downloading ipykernel-6.30.1-py3-none-any.whl.metadata (6.2 kB) Collecting ipython==8.37.0 (from -r docs/sphinx/requirements.txt (line 80)) Downloading ipython-8.37.0-py3-none-any.whl.metadata (5.1 kB) Collecting jedi==0.19.2 (from -r docs/sphinx/requirements.txt (line 84)) Downloading jedi-0.19.2-py2.py3-none-any.whl.metadata (22 kB) Requirement already satisfied: jinja2==3.1.6 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 86)) (3.1.6) Collecting jsonschema==4.25.1 (from -r docs/sphinx/requirements.txt (line 90)) Downloading jsonschema-4.25.1-py3-none-any.whl.metadata (7.6 kB) Collecting jsonschema-specifications==2025.9.1 (from -r docs/sphinx/requirements.txt (line 92)) Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl.metadata (2.9 kB) Collecting jupyter-cache==1.0.1 (from -r docs/sphinx/requirements.txt (line 94)) Downloading jupyter_cache-1.0.1-py3-none-any.whl.metadata (5.8 kB) Collecting jupyter-client==8.6.3 (from -r docs/sphinx/requirements.txt (line 96)) Downloading jupyter_client-8.6.3-py3-none-any.whl.metadata (8.3 kB) Collecting jupyter-core==5.8.1 (from -r docs/sphinx/requirements.txt (line 100)) Downloading jupyter_core-5.8.1-py3-none-any.whl.metadata (1.6 kB) Collecting markdown-it-py==3.0.0 (from -r docs/sphinx/requirements.txt (line 106)) Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB) Requirement already satisfied: markupsafe==3.0.2 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 110)) (3.0.2) Collecting matplotlib-inline==0.1.7 (from -r docs/sphinx/requirements.txt (line 112)) Downloading matplotlib_inline-0.1.7-py3-none-any.whl.metadata (3.9 kB) Collecting mdit-py-plugins==0.5.0 (from -r docs/sphinx/requirements.txt (line 116)) Downloading mdit_py_plugins-0.5.0-py3-none-any.whl.metadata (2.8 kB) Collecting mdurl==0.1.2 (from -r docs/sphinx/requirements.txt (line 118)) Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB) Collecting myst-nb==1.3.0 (from -r docs/sphinx/requirements.txt (line 120)) Downloading myst_nb-1.3.0-py3-none-any.whl.metadata (4.7 kB) Collecting myst-parser==4.0.1 (from -r docs/sphinx/requirements.txt (line 122)) Downloading myst_parser-4.0.1-py3-none-any.whl.metadata (5.5 kB) Collecting nbclient==0.10.2 (from -r docs/sphinx/requirements.txt (line 126)) Downloading nbclient-0.10.2-py3-none-any.whl.metadata (8.3 kB) Collecting nbformat==5.10.4 (from -r docs/sphinx/requirements.txt (line 130)) Downloading nbformat-5.10.4-py3-none-any.whl.metadata (3.6 kB) Collecting nest-asyncio==1.6.0 (from -r docs/sphinx/requirements.txt (line 135)) Downloading nest_asyncio-1.6.0-py3-none-any.whl.metadata (2.8 kB) Requirement already satisfied: packaging==25.0 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 137)) (25.0) Collecting parso==0.8.5 (from -r docs/sphinx/requirements.txt (line 142)) Downloading parso-0.8.5-py2.py3-none-any.whl.metadata (8.3 kB) Collecting pexpect==4.9.0 (from -r docs/sphinx/requirements.txt (line 144)) Downloading pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB) Collecting platformdirs==4.4.0 (from -r docs/sphinx/requirements.txt (line 146)) Downloading platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB) Collecting prompt-toolkit==3.0.52 (from -r docs/sphinx/requirements.txt (line 148)) Downloading prompt_toolkit-3.0.52-py3-none-any.whl.metadata (6.4 kB) Collecting psutil==7.0.0 (from -r docs/sphinx/requirements.txt (line 150)) Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) Collecting ptyprocess==0.7.0 (from -r docs/sphinx/requirements.txt (line 152)) Downloading ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB) Collecting pure-eval==0.2.3 (from -r docs/sphinx/requirements.txt (line 154)) Downloading pure_eval-0.2.3-py3-none-any.whl.metadata (6.3 kB) Collecting pycparser==2.23 (from -r docs/sphinx/requirements.txt (line 156)) Downloading pycparser-2.23-py3-none-any.whl.metadata (993 bytes) Collecting pydata-sphinx-theme==0.15.4 (from -r docs/sphinx/requirements.txt (line 158)) Downloading pydata_sphinx_theme-0.15.4-py3-none-any.whl.metadata (7.5 kB) Collecting pygithub==2.8.1 (from -r docs/sphinx/requirements.txt (line 162)) Downloading pygithub-2.8.1-py3-none-any.whl.metadata (3.9 kB) Requirement already satisfied: pygments==2.19.2 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 164)) (2.19.2) Collecting pyjwt==2.10.1 (from pyjwt[crypto]==2.10.1->-r docs/sphinx/requirements.txt (line 170)) Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) Collecting pynacl==1.6.0 (from -r docs/sphinx/requirements.txt (line 172)) Downloading pynacl-1.6.0-cp38-abi3-manylinux_2_34_x86_64.whl.metadata (9.4 kB) Collecting python-dateutil==2.9.0.post0 (from -r docs/sphinx/requirements.txt (line 174)) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Collecting pyyaml==6.0.2 (from -r docs/sphinx/requirements.txt (line 176)) Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting pyzmq==27.1.0 (from -r docs/sphinx/requirements.txt (line 184)) Downloading pyzmq-27.1.0-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.metadata (6.0 kB) Collecting referencing==0.36.2 (from -r docs/sphinx/requirements.txt (line 188)) Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) Requirement already satisfied: requests==2.32.5 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 192)) (2.32.5) Collecting rocm-docs-core==1.20.1 (from -r docs/sphinx/requirements.txt (line 196)) Downloading rocm_docs_core-1.20.1-py3-none-any.whl.metadata (4.0 kB) Collecting rpds-py==0.27.1 (from -r docs/sphinx/requirements.txt (line 198)) Downloading rpds_py-0.27.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) Collecting six==1.17.0 (from -r docs/sphinx/requirements.txt (line 202)) Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting smmap==5.0.2 (from -r docs/sphinx/requirements.txt (line 204)) Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) Requirement already satisfied: snowballstemmer==3.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 206)) (3.0.1) Collecting soupsieve==2.8 (from -r docs/sphinx/requirements.txt (line 208)) Downloading soupsieve-2.8-py3-none-any.whl.metadata (4.6 kB) Requirement already satisfied: sphinx==8.1.3 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 210)) (8.1.3) Collecting sphinx-book-theme==1.1.4 (from -r docs/sphinx/requirements.txt (line 225)) Downloading sphinx_book_theme-1.1.4-py3-none-any.whl.metadata (5.8 kB) Collecting sphinx-copybutton==0.5.2 (from -r docs/sphinx/requirements.txt (line 227)) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl.metadata (3.2 kB) Collecting sphinx-design==0.6.1 (from -r docs/sphinx/requirements.txt (line 229)) Downloading sphinx_design-0.6.1-py3-none-any.whl.metadata (5.5 kB) Collecting sphinx-external-toc==1.0.1 (from -r docs/sphinx/requirements.txt (line 231)) Downloading sphinx_external_toc-1.0.1-py3-none-any.whl.metadata (15 kB) Collecting sphinx-notfound-page==1.1.0 (from -r docs/sphinx/requirements.txt (line 233)) Downloading sphinx_notfound_page-1.1.0-py3-none-any.whl.metadata (2.9 kB) Collecting sphinx-substitution-extensions==2025.6.6 (from -r docs/sphinx/requirements.txt (line 235)) Downloading sphinx_substitution_extensions-2025.6.6-py2.py3-none-any.whl.metadata (7.7 kB) Requirement already satisfied: sphinxcontrib-applehelp==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 237)) (2.0.0) Collecting sphinxcontrib-datatemplates==0.11.0 (from -r docs/sphinx/requirements.txt (line 239)) Downloading sphinxcontrib.datatemplates-0.11.0-py3-none-any.whl.metadata (3.2 kB) Requirement already satisfied: sphinxcontrib-devhelp==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 241)) (2.0.0) Requirement already satisfied: sphinxcontrib-htmlhelp==2.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 243)) (2.1.0) Requirement already satisfied: sphinxcontrib-jsmath==1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 245)) (1.0.1) Requirement already satisfied: sphinxcontrib-qthelp==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 247)) (2.0.0) Collecting sphinxcontrib-runcmd==0.2.0 (from -r docs/sphinx/requirements.txt (line 249)) Downloading sphinxcontrib_runcmd-0.2.0-py2.py3-none-any.whl.metadata (3.9 kB) Requirement already satisfied: sphinxcontrib-serializinghtml==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 251)) (2.0.0) Collecting sqlalchemy==2.0.43 (from -r docs/sphinx/requirements.txt (line 253)) Downloading sqlalchemy-2.0.43-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.6 kB) Collecting stack-data==0.6.3 (from -r docs/sphinx/requirements.txt (line 255)) Downloading stack_data-0.6.3-py3-none-any.whl.metadata (18 kB) Collecting tabulate==0.9.0 (from -r docs/sphinx/requirements.txt (line 257)) Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) Requirement already satisfied: tomli==2.2.1 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 259)) (2.2.1) Collecting tornado==6.5.2 (from -r docs/sphinx/requirements.txt (line 261)) Downloading tornado-6.5.2-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.8 kB) Collecting traitlets==5.14.3 (from -r docs/sphinx/requirements.txt (line 265)) Downloading traitlets-5.14.3-py3-none-any.whl.metadata (10 kB) Collecting typing-extensions==4.15.0 (from -r docs/sphinx/requirements.txt (line 274)) Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) Requirement already satisfied: urllib3==2.5.0 in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/envs/latest/lib/python3.10/site-packages (from -r docs/sphinx/requirements.txt (line 284)) (2.5.0) Collecting wcwidth==0.2.13 (from -r docs/sphinx/requirements.txt (line 288)) Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB) Collecting zipp==3.23.0 (from -r docs/sphinx/requirements.txt (line 290)) Downloading zipp-3.23.0-py3-none-any.whl.metadata (3.6 kB) Downloading accessible_pygments-0.0.5-py3-none-any.whl (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 62.1 MB/s 0:00:00 Downloading asttokens-3.0.0-py3-none-any.whl (26 kB) Downloading attrs-25.3.0-py3-none-any.whl (63 kB) Downloading beartype-0.21.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 556.2 MB/s 0:00:00 Downloading beautifulsoup4-4.13.5-py3-none-any.whl (105 kB) Downloading breathe-4.36.0-py3-none-any.whl (97 kB) Downloading cffi-2.0.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216 kB) Downloading click-8.2.1-py3-none-any.whl (102 kB) Downloading comm-0.2.3-py3-none-any.whl (7.3 kB) Downloading cryptography-45.0.7-cp37-abi3-manylinux_2_34_x86_64.whl (4.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 370.2 MB/s 0:00:00 Downloading debugpy-1.8.16-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 369.1 MB/s 0:00:00 Downloading decorator-5.2.1-py3-none-any.whl (9.2 kB) Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) Downloading exceptiongroup-1.3.0-py3-none-any.whl (16 kB) Downloading executing-2.2.1-py2.py3-none-any.whl (28 kB) Downloading fastjsonschema-2.21.2-py3-none-any.whl (24 kB) Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) Downloading smmap-5.0.2-py3-none-any.whl (24 kB) Downloading gitpython-3.1.45-py3-none-any.whl (208 kB) Downloading greenlet-3.2.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (584 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 584.4/584.4 kB 583.5 MB/s 0:00:00 Downloading importlib_metadata-8.7.0-py3-none-any.whl (27 kB) Downloading ipykernel-6.30.1-py3-none-any.whl (117 kB) Downloading ipython-8.37.0-py3-none-any.whl (831 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 831.9/831.9 kB 548.3 MB/s 0:00:00 Downloading prompt_toolkit-3.0.52-py3-none-any.whl (391 kB) Downloading jedi-0.19.2-py2.py3-none-any.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 641.8 MB/s 0:00:00 Downloading parso-0.8.5-py2.py3-none-any.whl (106 kB) Downloading jsonschema-4.25.1-py3-none-any.whl (90 kB) Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl (18 kB) Downloading jupyter_cache-1.0.1-py3-none-any.whl (33 kB) Downloading sqlalchemy-2.0.43-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 212.6 MB/s 0:00:00 Downloading jupyter_client-8.6.3-py3-none-any.whl (106 kB) Downloading jupyter_core-5.8.1-py3-none-any.whl (28 kB) Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Downloading matplotlib_inline-0.1.7-py3-none-any.whl (9.9 kB) Downloading mdit_py_plugins-0.5.0-py3-none-any.whl (57 kB) Downloading myst_nb-1.3.0-py3-none-any.whl (82 kB) Downloading myst_parser-4.0.1-py3-none-any.whl (84 kB) Downloading nbclient-0.10.2-py3-none-any.whl (25 kB) Downloading nbformat-5.10.4-py3-none-any.whl (78 kB) Downloading nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB) Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB) Downloading platformdirs-4.4.0-py3-none-any.whl (18 kB) Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Downloading pure_eval-0.2.3-py3-none-any.whl (11 kB) Downloading pycparser-2.23-py3-none-any.whl (118 kB) Downloading pydata_sphinx_theme-0.15.4-py3-none-any.whl (4.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 264.8 MB/s 0:00:00 Downloading pygithub-2.8.1-py3-none-any.whl (432 kB) Downloading PyJWT-2.10.1-py3-none-any.whl (22 kB) Downloading pynacl-1.6.0-cp38-abi3-manylinux_2_34_x86_64.whl (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 644.6 MB/s 0:00:00 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 751.2/751.2 kB 653.4 MB/s 0:00:00 Downloading pyzmq-27.1.0-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (854 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 854.1/854.1 kB 429.3 MB/s 0:00:00 Downloading referencing-0.36.2-py3-none-any.whl (26 kB) Downloading rocm_docs_core-1.20.1-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 644.9 MB/s 0:00:00 Downloading rpds_py-0.27.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (384 kB) Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) Downloading soupsieve-2.8-py3-none-any.whl (36 kB) Downloading sphinx_book_theme-1.1.4-py3-none-any.whl (433 kB) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Downloading sphinx_design-0.6.1-py3-none-any.whl (2.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 460.0 MB/s 0:00:00 Downloading sphinx_external_toc-1.0.1-py3-none-any.whl (26 kB) Downloading sphinx_notfound_page-1.1.0-py3-none-any.whl (8.2 kB) Downloading sphinx_substitution_extensions-2025.6.6-py2.py3-none-any.whl (7.9 kB) Downloading sphinxcontrib.datatemplates-0.11.0-py3-none-any.whl (12 kB) Downloading sphinxcontrib_runcmd-0.2.0-py2.py3-none-any.whl (6.0 kB) Downloading stack_data-0.6.3-py3-none-any.whl (24 kB) Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) Downloading tornado-6.5.2-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB) Downloading traitlets-5.14.3-py3-none-any.whl (85 kB) Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) Downloading zipp-3.23.0-py3-none-any.whl (10 kB) Installing collected packages: wcwidth, pure-eval, ptyprocess, fastjsonschema, zipp, typing-extensions, traitlets, tornado, tabulate, soupsieve, smmap, six, rpds-py, pyzmq, pyyaml, pyjwt, pycparser, psutil, prompt-toolkit, platformdirs, pexpect, parso, nest-asyncio, mdurl, greenlet, executing, defusedxml, decorator, debugpy, comm, click, beartype, attrs, asttokens, accessible-pygments, stack-data, sqlalchemy, referencing, python-dateutil, matplotlib-inline, markdown-it-py, jupyter-core, jedi, importlib-metadata, gitdb, exceptiongroup, cffi, beautifulsoup4, sphinxcontrib-runcmd, sphinx-notfound-page, sphinx-external-toc, sphinx-design, sphinx-copybutton, pynacl, pydata-sphinx-theme, mdit-py-plugins, jupyter-client, jsonschema-specifications, ipython, gitpython, cryptography, breathe, sphinxcontrib-datatemplates, sphinx-book-theme, myst-parser, jsonschema, ipykernel, sphinx-substitution-extensions, pygithub, nbformat, nbclient, jupyter-cache, myst-nb, rocm-docs-core Successfully installed accessible-pygments-0.0.5 asttokens-3.0.0 attrs-25.3.0 beartype-0.21.0 beautifulsoup4-4.13.5 breathe-4.36.0 cffi-2.0.0 click-8.2.1 comm-0.2.3 cryptography-45.0.7 debugpy-1.8.16 decorator-5.2.1 defusedxml-0.7.1 exceptiongroup-1.3.0 executing-2.2.1 fastjsonschema-2.21.2 gitdb-4.0.12 gitpython-3.1.45 greenlet-3.2.4 importlib-metadata-8.7.0 ipykernel-6.30.1 ipython-8.37.0 jedi-0.19.2 jsonschema-4.25.1 jsonschema-specifications-2025.9.1 jupyter-cache-1.0.1 jupyter-client-8.6.3 jupyter-core-5.8.1 markdown-it-py-3.0.0 matplotlib-inline-0.1.7 mdit-py-plugins-0.5.0 mdurl-0.1.2 myst-nb-1.3.0 myst-parser-4.0.1 nbclient-0.10.2 nbformat-5.10.4 nest-asyncio-1.6.0 parso-0.8.5 pexpect-4.9.0 platformdirs-4.4.0 prompt-toolkit-3.0.52 psutil-7.0.0 ptyprocess-0.7.0 pure-eval-0.2.3 pycparser-2.23 pydata-sphinx-theme-0.15.4 pygithub-2.8.1 pyjwt-2.10.1 pynacl-1.6.0 python-dateutil-2.9.0.post0 pyyaml-6.0.2 pyzmq-27.1.0 referencing-0.36.2 rocm-docs-core-1.20.1 rpds-py-0.27.1 six-1.17.0 smmap-5.0.2 soupsieve-2.8 sphinx-book-theme-1.1.4 sphinx-copybutton-0.5.2 sphinx-design-0.6.1 sphinx-external-toc-1.0.1 sphinx-notfound-page-1.1.0 sphinx-substitution-extensions-2025.6.6 sphinxcontrib-datatemplates-0.11.0 sphinxcontrib-runcmd-0.2.0 sqlalchemy-2.0.43 stack-data-0.6.3 tabulate-0.9.0 tornado-6.5.2 traitlets-5.14.3 typing-extensions-4.15.0 wcwidth-0.2.13 zipp-3.23.0 [rtd-command-info] start-time: 2025-09-17T20:39:06.890909Z, end-time: 2025-09-17T20:39:06.933874Z, duration: 0, exit-code: 0 cat docs/conf.py # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full # list see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html # ROCm version numbers rocm_version = '7.0.1' rocm_major_version = '7.0' rocm_multi_versions = '7.0.1 7.0' # in 6.3, the folder names on repo.radeon.com use 6.3 for minor releases rocm_multi_versions_package_versions = '7.0.1 7.0.0' # however, in multi, the packages use 6.3.0 rocm_directory_version = '7.0.1' # in 6.0 rocm was located in /opt/rocm-6.0.0 amdgpu_version = '7.0.1' # directory in https://repo.radeon.com/rocm/apt/ and https://repo.radeon.com/amdgpu-install/ amdgpu_install_version = '7.0.70001-1' # version in https://repo.radeon.com/amdgpu-install/6.0.2/ubuntu/jammy/ udev_version = '30.10.1.0-2212064' udev_amdgpu_version = '30.10.1' latex_engine = "xelatex" latex_elements = { "fontpkg": r""" \usepackage{tgtermes} \usepackage{tgheros} \renewcommand\ttdefault{txtt} """ } # configurations for PDF output by Read the Docs project = "ROCm installation on Linux" author = "Advanced Micro Devices, Inc." copyright = "Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved." version = "7.0.1" release = "7.0.1" setting_all_article_info = True all_article_info_os = ["linux"] all_article_info_author = "" # Supported linux version numbers ubuntu_version_numbers = [('24.04', 'noble'), ('22.04', 'jammy')] debian_version_numbers = [('12', 'jammy')] rhel_release_version_numbers = ['9', '8'] rhel_version_numbers = ['9.6', '9.4', '8.10'] rhel_multi_versions = ['9.6', '9.4', '8.10'] sles_version_numbers = ['15.7'] ol_release_version_numbers = ['9', '8'] ol_version_numbers = ['9.6', '8.10'] ol_multi_versions = ['9.6', '8.10'] azl_version_numbers = ['3.0'] rl_version_numbers = ['9.6'] exclude_patterns = [ 'temp', 'install/install-methods/includes/rhel-multi-install.rst', 'install/install-methods/includes/sles-multi-install.rst', 'install/install-methods/includes/ubuntu-multi-install.rst', 'install/install-methods/includes/debian-multi-install.rst', 'install/install-methods/includes/ol-multi-install.rst', 'install/install-methods/includes/azl-multi-install.rst', 'install/install-methods/includes/amdgpu-installer-common.rst', 'install/install-methods/includes/meta-package-table.rst', 'install/amdgpu-install.rst' ] external_toc_path = "./sphinx/_toc.yml" html_theme = "rocm_docs_theme" html_theme_options = {"flavor": "rocm-docs-home"} extensions = [ "rocm_docs", "sphinxcontrib.datatemplates", "sphinx_substitution_extensions", ] html_title = "ROCm installation (Linux)" external_projects_current_project = "rocm" # Add the following replacements to every RST file. rst_prolog = f""" .. |rocm_version| replace:: {rocm_version} .. |rocm_major_version| replace:: {rocm_major_version} .. |rocm_multi_versions| replace:: {rocm_multi_versions} .. |rocm_multi_versions_package_versions| replace:: {rocm_multi_versions_package_versions} .. |amdgpu_version| replace:: {amdgpu_version} .. |rocm_directory_version| replace:: {rocm_directory_version} .. |amdgpu_install_version| replace:: {amdgpu_install_version} .. |udev_version| replace:: {udev_version} .. |udev_amdgpu_version| replace:: {udev_amdgpu_version} """ html_theme_options = { "link_main_doc": True } html_context = { "ubuntu_version_numbers" : ubuntu_version_numbers, "debian_version_numbers" : debian_version_numbers, "sles_version_numbers" : sles_version_numbers, "rhel_release_version_numbers" : rhel_release_version_numbers, "rhel_version_numbers" : rhel_version_numbers, "ol_release_version_numbers" : ol_release_version_numbers, "ol_version_numbers" : ol_version_numbers, "azl_version_numbers": azl_version_numbers, "rl_version_numbers" : rl_version_numbers, "rhel_multi_versions" : rhel_multi_versions, "ol_multi_versions" : ol_multi_versions } footnote_backlinks = False [rtd-command-info] start-time: 2025-09-17T20:39:07.029462Z, end-time: 2025-09-17T20:39:30.706265Z, duration: 23, exit-code: 0 python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v8.1.3 loading translations [en]... done initializing sphinxcontrib.datatemplates making output directory... done Remote mappings will be fetched from ROCm/rocm-docs-core branch=develop myst v4.0.1: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'fieldlist', 'html_image', 'replacements', 'colon_fence', 'substitution', 'dollarmath'}, disable_syntax=[], all_links_external=False, links_external_new_tab=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=3, heading_slug_func=None, html_meta={}, footnote_sort=True, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) myst-nb v1.3.0: NbParserConfig(custom_formats={}, metadata_key='mystnb', cell_metadata_key='mystnb', kernel_rgx_aliases={}, eval_name_regex='^[a-zA-Z_][a-zA-Z0-9_]*$', execution_mode='auto', execution_cache_path='', execution_excludepatterns=(), execution_timeout=30, execution_in_temp=False, execution_allow_errors=False, execution_raise_on_error=False, execution_show_tb=False, merge_streams=False, render_plugin='default', remove_code_source=False, remove_code_outputs=False, scroll_outputs=False, code_prompt_show='Show code cell {type}', code_prompt_hide='Hide code cell {type}', number_source_lines=False, output_stderr='show', render_text_lexer='myst-ansi', render_error_lexer='ipythontb', render_image_options={}, render_figure_options={}, render_markdown_format='commonmark', output_folder='build', append_css=True, metadata_to_fm=False) Using jupyter-cache at: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/.jupyter_cache loading intersphinx inventory 'amdmigraphx' from https://rocm.docs.amd.com/projects/AMDMIGraphX/en/latest/objects.inv ... loading intersphinx inventory 'amdsmi' from https://rocm.docs.amd.com/projects/amdsmi/en/latest/objects.inv ... loading intersphinx inventory 'aqlprofile' from https://rocm.docs.amd.com/projects/aqlprofile/en/latest/objects.inv ... loading intersphinx inventory 'composable_kernel' from https://rocm.docs.amd.com/projects/composable_kernel/en/latest/objects.inv ... loading intersphinx inventory 'gpuaidev' from https://rocm.docs.amd.com/projects/ai-developer-hub/en/latest/objects.inv ... loading intersphinx inventory 'hip' from https://rocm.docs.amd.com/projects/HIP/en/latest/objects.inv ... loading intersphinx inventory 'hipblas' from https://rocm.docs.amd.com/projects/hipBLAS/en/latest/objects.inv ... loading intersphinx inventory 'hipblaslt' from https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/objects.inv ... loading intersphinx inventory 'hipcc' from https://rocm.docs.amd.com/projects/HIPCC/en/latest/objects.inv ... loading intersphinx inventory 'hipcim' from https://rocm.docs.amd.com/projects/hipcim/en/latest/objects.inv ... loading intersphinx inventory 'hipcub' from https://rocm.docs.amd.com/projects/hipCUB/en/latest/objects.inv ... loading intersphinx inventory 'hipdf' from https://rocm.docs.amd.com/projects/hipDF/en/latest/objects.inv ... loading intersphinx inventory 'hipfft' from https://rocm.docs.amd.com/projects/hipFFT/en/latest/objects.inv ... loading intersphinx inventory 'hipfort' from https://rocm.docs.amd.com/projects/hipfort/en/latest/objects.inv ... intersphinx inventory has moved: https://rocm.docs.amd.com/projects/aqlprofile/en/latest/objects.inv -> https://app.readthedocs.com/accounts/login/?next=/cas/login%3Fsubproject%3Daqlprofile%26organization%3Dadvanced-micro-devices%26service%3Dhttps%253A%252F%252Frocm.docs.amd.com%252F_%252Faccounts%252Flogin%252F%253Fnext%253Dhttps%25253A%25252F%25252Frocm.docs.amd.com%25252Fprojects%25252Faqlprofile%25252Fen%25252Flatest%25252Fobjects.inv loading intersphinx inventory 'hipgraph' from https://rocm.docs.amd.com/projects/hipGRAPH/en/latest/objects.inv ... loading intersphinx inventory 'hipify' from https://rocm.docs.amd.com/projects/HIPIFY/en/latest/objects.inv ... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://rocm.docs.amd.com/projects/aqlprofile/en/latest/objects.inv' not readable due to ValueError: unknown or unsupported inventory version: ValueError('invalid inventory header: ') loading intersphinx inventory 'hip-python' from https://rocm.docs.amd.com/projects/hip-python/en/latest/objects.inv ... loading intersphinx inventory 'hipmm' from https://rocm.docs.amd.com/projects/hipMM/en/latest/objects.inv ... loading intersphinx inventory 'hiprand' from https://rocm.docs.amd.com/projects/hipRAND/en/latest/objects.inv ... loading intersphinx inventory 'hipsolver' from https://rocm.docs.amd.com/projects/hipSOLVER/en/latest/objects.inv ... loading intersphinx inventory 'hipsparse' from https://rocm.docs.amd.com/projects/hipSPARSE/en/latest/objects.inv ... loading intersphinx inventory 'hipsparselt' from https://rocm.docs.amd.com/projects/hipSPARSELt/en/latest/objects.inv ... loading intersphinx inventory 'hiptensor' from https://rocm.docs.amd.com/projects/hipTensor/en/latest/objects.inv ... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://rocm.docs.amd.com/projects/hipcim/en/latest/objects.inv' not fetchable due to : 404 Client Error: Not Found for url: https://rocm.docs.amd.com/projects/hipcim/en/latest/objects.inv loading intersphinx inventory 'hip-vs' from https://rocm.docs.amd.com/projects/hip-vs/en/latest/objects.inv ... loading intersphinx inventory 'instinct' from https://instinct.docs.amd.com/objects.inv ... loading intersphinx inventory 'llvm-project' from https://rocm.docs.amd.com/projects/llvm-project/en/latest/objects.inv ... loading intersphinx inventory 'miopen' from https://rocm.docs.amd.com/projects/MIOpen/en/latest/objects.inv ... loading intersphinx inventory 'mivisionx' from https://rocm.docs.amd.com/projects/MIVisionX/en/latest/objects.inv ... loading intersphinx inventory 'omniperf' from https://rocm.docs.amd.com/projects/omniperf/en/latest/objects.inv ... loading intersphinx inventory 'omnitrace' from https://rocm.docs.amd.com/projects/omnitrace/en/latest/objects.inv ... loading intersphinx inventory 'python' from https://docs.python.org/3/objects.inv ... loading intersphinx inventory 'rccl' from https://rocm.docs.amd.com/projects/rccl/en/latest/objects.inv ... loading intersphinx inventory 'rdc' from https://rocm.docs.amd.com/projects/rdc/en/latest/objects.inv ... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://instinct.docs.amd.com/objects.inv' not fetchable due to : 404 Client Error: Not Found for url: https://instinct.docs.amd.com/objects.inv loading intersphinx inventory 'radeon' from https://rocm.docs.amd.com/projects/radeon/en/latest/objects.inv ... loading intersphinx inventory 'rocal' from https://rocm.docs.amd.com/projects/rocAL/en/latest/objects.inv ... loading intersphinx inventory 'rocalution' from https://rocm.docs.amd.com/projects/rocALUTION/en/latest/objects.inv ... loading intersphinx inventory 'rocdbgapi' from https://rocm.docs.amd.com/projects/ROCdbgapi/en/latest/objects.inv ... loading intersphinx inventory 'rocblas' from https://rocm.docs.amd.com/projects/rocBLAS/en/latest/objects.inv ... loading intersphinx inventory 'rocdecode' from https://rocm.docs.amd.com/projects/rocDecode/en/latest/objects.inv ... loading intersphinx inventory 'rocfft' from https://rocm.docs.amd.com/projects/rocFFT/en/latest/objects.inv ... loading intersphinx inventory 'rocgdb' from https://rocm.docs.amd.com/projects/ROCgdb/en/latest/objects.inv ... loading intersphinx inventory 'rocgraph' from https://rocm.docs.amd.com/projects/rocGRAPH/en/latest/objects.inv ... loading intersphinx inventory 'rocjpeg' from https://rocm.docs.amd.com/projects/rocJPEG/en/latest/objects.inv ... intersphinx inventory has moved: https://rocm.docs.amd.com/projects/omniperf/en/latest/objects.inv -> https://app.readthedocs.com/accounts/login/?next=/cas/login%3Fsubproject%3Domniperf%26organization%3Dadvanced-micro-devices%26service%3Dhttps%253A%252F%252Frocm.docs.amd.com%252F_%252Faccounts%252Flogin%252F%253Fnext%253Dhttps%25253A%25252F%25252Frocm.docs.amd.com%25252Fprojects%25252Fomniperf%25252Fen%25252Flatest%25252Fobjects.inv loading intersphinx inventory 'rocm' from https://rocm.docs.amd.com/en/latest/objects.inv ... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://rocm.docs.amd.com/projects/omniperf/en/latest/objects.inv' not readable due to ValueError: unknown or unsupported inventory version: ValueError('invalid inventory header: ') loading intersphinx inventory 'rocm-docs-core' from https://rocm.docs.amd.com/projects/rocm-docs-core/en/latest/objects.inv ... loading intersphinx inventory 'rocm-ds' from https://rocm.docs.amd.com/projects/rocm-ds/en/latest/objects.inv ... loading intersphinx inventory 'rocm-ls' from https://rocm.docs.amd.com/projects/rocm-ls/en/latest/objects.inv ... loading intersphinx inventory 'rocm-ds-internal' from https://rocm.docs.amd.com/projects/rocm-ds-internal/en/latest/objects.inv ... loading intersphinx inventory 'rocm-ls-internal' from https://rocm.docs.amd.com/projects/rocm-ls-internal/en/latest/objects.inv ... loading intersphinx inventory 'rocm-install-on-linux' from https://rocm.docs.amd.com/projects/install-on-linux/en/latest/objects.inv ... loading intersphinx inventory 'rocm-install-on-windows' from https://rocm.docs.amd.com/projects/install-on-windows/en/latest/objects.inv ... loading intersphinx inventory 'rocm_bandwidth_test' from https://rocm.docs.amd.com/projects/rocm_bandwidth_test/en/latest/objects.inv ... loading intersphinx inventory 'rocm_smi_lib' from https://rocm.docs.amd.com/projects/rocm_smi_lib/en/latest/objects.inv ... loading intersphinx inventory 'rocmcmakebuildtools' from https://rocm.docs.amd.com/projects/ROCmCMakeBuildTools/en/latest/objects.inv ... loading intersphinx inventory 'rocminfo' from https://rocm.docs.amd.com/projects/rocminfo/en/latest/objects.inv ... loading intersphinx inventory 'rocmvalidationsuite' from https://rocm.docs.amd.com/projects/ROCmValidationSuite/en/latest/objects.inv ... loading intersphinx inventory 'rocprim' from https://rocm.docs.amd.com/projects/rocPRIM/en/latest/objects.inv ... loading intersphinx inventory 'rocprof-compute-viewer' from https://rocm.docs.amd.com/projects/rocprof-compute-viewer/en/latest/objects.inv ... loading intersphinx inventory 'rocprofiler' from https://rocm.docs.amd.com/projects/rocprofiler/en/latest/objects.inv ... loading intersphinx inventory 'rocprofiler-compute' from https://rocm.docs.amd.com/projects/rocprofiler-compute/en/latest/objects.inv ... loading intersphinx inventory 'rocprofiler-sdk' from https://rocm.docs.amd.com/projects/rocprofiler-sdk/en/latest/objects.inv ... loading intersphinx inventory 'rocprofiler-systems' from https://rocm.docs.amd.com/projects/rocprofiler-systems/en/latest/objects.inv ... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://rocm.docs.amd.com/projects/rocm-ls-internal/en/latest/objects.inv' not fetchable due to : 404 Client Error: Not Found for url: https://rocm.docs.amd.com/projects/rocm-ls-internal/en/latest/objects.inv loading intersphinx inventory 'rocpydecode' from https://rocm.docs.amd.com/projects/rocPyDecode/en/latest/objects.inv ... loading intersphinx inventory 'rocrand' from https://rocm.docs.amd.com/projects/rocRAND/en/latest/objects.inv ... loading intersphinx inventory 'rocr-runtime' from https://rocm.docs.amd.com/projects/ROCR-Runtime/en/latest/objects.inv ... loading intersphinx inventory 'rocr_debug_agent' from https://rocm.docs.amd.com/projects/rocr_debug_agent/en/latest/objects.inv ... loading intersphinx inventory 'rocshmem' from https://rocm.docs.amd.com/projects/rocSHMEM/en/latest/objects.inv ... loading intersphinx inventory 'rocsolver' from https://rocm.docs.amd.com/projects/rocSOLVER/en/latest/objects.inv ... intersphinx inventory has moved: https://rocm.docs.amd.com/projects/rocm-ds-internal/en/latest/objects.inv -> https://app.readthedocs.com/accounts/login/?next=/cas/login%3Fsubproject%3Drocm-ds-internal%26organization%3Dadvanced-micro-devices%26service%3Dhttps%253A%252F%252Frocm.docs.amd.com%252F_%252Faccounts%252Flogin%252F%253Fnext%253Dhttps%25253A%25252F%25252Frocm.docs.amd.com%25252Fprojects%25252Frocm-ds-internal%25252Fen%25252Flatest%25252Fobjects.inv WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://rocm.docs.amd.com/projects/rocm-ds-internal/en/latest/objects.inv' not readable due to ValueError: unknown or unsupported inventory version: ValueError('invalid inventory header: ') loading intersphinx inventory 'rocsparse' from https://rocm.docs.amd.com/projects/rocSPARSE/en/latest/objects.inv ... loading intersphinx inventory 'rocthrust' from https://rocm.docs.amd.com/projects/rocThrust/en/latest/objects.inv ... loading intersphinx inventory 'roctracer' from https://rocm.docs.amd.com/projects/roctracer/en/latest/objects.inv ... loading intersphinx inventory 'rocwmma' from https://rocm.docs.amd.com/projects/rocWMMA/en/latest/objects.inv ... loading intersphinx inventory 'rpp' from https://rocm.docs.amd.com/projects/rpp/en/latest/objects.inv ... loading intersphinx inventory 'rtd' from https://docs.readthedocs.io/en/stable/objects.inv ... loading intersphinx inventory 'sphinx' from https://www.sphinx-doc.org/en/master/objects.inv ... loading intersphinx inventory 'tensile' from https://rocm.docs.amd.com/projects/Tensile/en/latest/objects.inv ... loading intersphinx inventory 'transferbench' from https://rocm.docs.amd.com/projects/TransferBench/en/latest/objects.inv ... intersphinx inventory has moved: https://docs.readthedocs.io/en/stable/objects.inv -> https://docs.readthedocs.com/platform/stable/objects.inv [autosummary] generating autosummary for: how-to/docker.rst, how-to/spack.rst, index.rst, install/3rd-party/dgl-install.rst, install/3rd-party/jax-install.rst, install/3rd-party/llama-cpp-install.rst, install/3rd-party/megablocks-install.rst, install/3rd-party/pytorch-install.rst, install/3rd-party/ray-install.rst, install/3rd-party/stanford-megatron-lm-install.rst, ..., install/install-overview.rst, install/post-install.rst, install/prerequisites.rst, install/quick-start.rst, install/rocm-offline-installer.rst, install/rocm-runfile-installer.rst, reference/install-faq.rst, reference/package-manager-integration.rst, reference/system-requirements.rst, reference/user-kernel-space-compat-matrix.rst building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 40 source files that are out of date updating environment: [new config] 40 added, 0 changed, 0 removed reading sources... [ 2%] how-to/docker reading sources... [ 5%] how-to/spack reading sources... [ 8%] index reading sources... [ 10%] install/3rd-party/dgl-install reading sources... [ 12%] install/3rd-party/jax-install reading sources... [ 15%] install/3rd-party/llama-cpp-install reading sources... [ 18%] install/3rd-party/megablocks-install reading sources... [ 20%] install/3rd-party/pytorch-install reading sources... [ 22%] install/3rd-party/ray-install reading sources... [ 25%] install/3rd-party/stanford-megatron-lm-install reading sources... [ 28%] install/3rd-party/taichi-install reading sources... [ 30%] install/3rd-party/tensorflow-install reading sources... [ 32%] install/3rd-party/verl-install reading sources... [ 35%] install/detailed-install reading sources... [ 38%] install/install-methods/multi-version-install-index reading sources... [ 40%] install/install-methods/multi-version-install/multi-version-install-azl reading sources... [ 42%] install/install-methods/multi-version-install/multi-version-install-debian reading sources... [ 45%] install/install-methods/multi-version-install/multi-version-install-ol reading sources... [ 48%] install/install-methods/multi-version-install/multi-version-install-rhel reading sources... [ 50%] install/install-methods/multi-version-install/multi-version-install-rl reading sources... [ 52%] install/install-methods/multi-version-install/multi-version-install-sles reading sources... [ 55%] install/install-methods/multi-version-install/multi-version-install-ubuntu reading sources... [ 57%] install/install-methods/package-manager-index reading sources... [ 60%] install/install-methods/package-manager/package-manager-azl reading sources... [ 62%] install/install-methods/package-manager/package-manager-debian reading sources... [ 65%] install/install-methods/package-manager/package-manager-ol reading sources... [ 68%] install/install-methods/package-manager/package-manager-rhel reading sources... [ 70%] install/install-methods/package-manager/package-manager-rl reading sources... [ 72%] install/install-methods/package-manager/package-manager-sles reading sources... [ 75%] install/install-methods/package-manager/package-manager-ubuntu reading sources... [ 78%] install/install-overview reading sources... [ 80%] install/post-install reading sources... [ 82%] install/prerequisites reading sources... [ 85%] install/quick-start reading sources... [ 88%] install/rocm-offline-installer reading sources... [ 90%] install/rocm-runfile-installer reading sources... [ 92%] reference/install-faq reading sources... [ 95%] reference/package-manager-integration reading sources... [ 98%] reference/system-requirements reading sources... [100%] reference/user-kernel-space-compat-matrix /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/includes/meta-package-table.rst:10: WARNING: duplicate label rocm-runtime, other instance in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/package-manager/package-manager-azl.rst /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/includes/meta-package-table.rst:31: WARNING: duplicate label rocm-dev, other instance in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/package-manager/package-manager-azl.rst /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/includes/meta-package-table.rst:10: WARNING: duplicate label rocm-runtime, other instance in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/package-manager/package-manager-debian.rst /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/includes/meta-package-table.rst:31: WARNING: duplicate label rocm-dev, other instance in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/package-manager/package-manager-debian.rst /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/includes/meta-package-table.rst:10: WARNING: duplicate label rocm-runtime, other instance in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/package-manager/package-manager-ol.rst /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/includes/meta-package-table.rst:31: WARNING: duplicate label rocm-dev, other instance in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/package-manager/package-manager-ol.rst /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/includes/meta-package-table.rst:10: WARNING: duplicate label rocm-runtime, other instance in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/package-manager/package-manager-rhel.rst /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/includes/meta-package-table.rst:31: WARNING: duplicate label rocm-dev, other instance in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/package-manager/package-manager-rhel.rst /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/includes/meta-package-table.rst:10: WARNING: duplicate label rocm-runtime, other instance in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/package-manager/package-manager-rl.rst /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/includes/meta-package-table.rst:31: WARNING: duplicate label rocm-dev, other instance in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/package-manager/package-manager-rl.rst /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/includes/meta-package-table.rst:10: WARNING: duplicate label rocm-runtime, other instance in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/package-manager/package-manager-sles.rst /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/includes/meta-package-table.rst:31: WARNING: duplicate label rocm-dev, other instance in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/package-manager/package-manager-sles.rst /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/includes/meta-package-table.rst:10: WARNING: duplicate label rocm-runtime, other instance in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/package-manager/package-manager-ubuntu.rst /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/includes/meta-package-table.rst:31: WARNING: duplicate label rocm-dev, other instance in /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/docs/install/install-methods/package-manager/package-manager-ubuntu.rst looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying static files... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/html/_static/language_data.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/html/_static/basic.css Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/html/_static/documentation_options.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/html/_static/copybutton.js copying static files: done copying extra files... copying extra files: done copying assets: done writing output... [ 2%] how-to/docker writing output... [ 5%] how-to/spack writing output... [ 8%] index writing output... [ 10%] install/3rd-party/dgl-install writing output... [ 12%] install/3rd-party/jax-install writing output... [ 15%] install/3rd-party/llama-cpp-install writing output... [ 18%] install/3rd-party/megablocks-install writing output... [ 20%] install/3rd-party/pytorch-install writing output... [ 22%] install/3rd-party/ray-install writing output... [ 25%] install/3rd-party/stanford-megatron-lm-install writing output... [ 28%] install/3rd-party/taichi-install writing output... [ 30%] install/3rd-party/tensorflow-install writing output... [ 32%] install/3rd-party/verl-install writing output... [ 35%] install/detailed-install writing output... [ 38%] install/install-methods/multi-version-install-index writing output... [ 40%] install/install-methods/multi-version-install/multi-version-install-azl writing output... [ 42%] install/install-methods/multi-version-install/multi-version-install-debian writing output... [ 45%] install/install-methods/multi-version-install/multi-version-install-ol writing output... [ 48%] install/install-methods/multi-version-install/multi-version-install-rhel writing output... [ 50%] install/install-methods/multi-version-install/multi-version-install-rl writing output... [ 52%] install/install-methods/multi-version-install/multi-version-install-sles writing output... [ 55%] install/install-methods/multi-version-install/multi-version-install-ubuntu writing output... [ 57%] install/install-methods/package-manager-index writing output... [ 60%] install/install-methods/package-manager/package-manager-azl writing output... [ 62%] install/install-methods/package-manager/package-manager-debian writing output... [ 65%] install/install-methods/package-manager/package-manager-ol writing output... [ 68%] install/install-methods/package-manager/package-manager-rhel writing output... [ 70%] install/install-methods/package-manager/package-manager-rl writing output... [ 72%] install/install-methods/package-manager/package-manager-sles writing output... [ 75%] install/install-methods/package-manager/package-manager-ubuntu writing output... [ 78%] install/install-overview writing output... [ 80%] install/post-install writing output... [ 82%] install/prerequisites writing output... [ 85%] install/quick-start writing output... [ 88%] install/rocm-offline-installer writing output... [ 90%] install/rocm-runfile-installer writing output... [ 92%] reference/install-faq writing output... [ 95%] reference/package-manager-integration writing output... [ 98%] reference/system-requirements writing output... [100%] reference/user-kernel-space-compat-matrix generating indices... genindex done writing additional pages... search done copying images... [ 5%] data/install/tensorflow-install/tensorflow-test-output.png copying images... [ 9%] data/install/linux/linux001.png copying images... [ 14%] data/how-to/rocm-offline-installer-1-main-menu.png copying images... [ 18%] data/how-to/rocm-offline-installer-2-create-install-options.png copying images... [ 23%] data/how-to/rocm-offline-installer-3-rocm-options.png copying images... [ 27%] data/how-to/rocm-offline-installer-3b-rocm-usecase.png copying images... [ 32%] data/how-to/rocm-offline-installer-3b-rocm-meta.png copying images... [ 36%] data/how-to/rocm-offline-installer-4-driver-options.png copying images... [ 41%] data/how-to/rocm-offline-installer-4b-driver-advanced-options.png copying images... [ 45%] data/how-to/rocm-offline-installer-5-extra-packages.png copying images... [ 50%] data/how-to/rocm-offline-installer-6-post-install.png copying images... [ 55%] data/how-to/rocm-offline-installer-7-configuration-1.png copying images... [ 59%] data/how-to/rocm-offline-installer-8-configuration-2.png copying images... [ 64%] data/how-to/rocm-offline-installer-9-configuration-3.png copying images... [ 68%] data/how-to/rocm-runfile-main-menu-1.png copying images... [ 73%] data/how-to/rocm-runfile-preinstall-menu-2.png copying images... [ 77%] data/how-to/rocm-runfile-rocm-menu-3.png copying images... [ 82%] data/how-to/rocm-runfile-rocm-menu-uninstall-3b.png copying images... [ 86%] data/how-to/rocm-runfile-driver-menu-4.png copying images... [ 91%] data/how-to/rocm-runfile-postinstall-menu-5.png copying images... [ 95%] data/install/linux/linux002.png copying images... [100%] data/install/linux/linux003.png dumping search index in English (code: en)... done dumping object inventory... done ====================== slowest reading durations ======================= 0.220 install/rocm-offline-installer 0.148 install/rocm-runfile-installer 0.136 install/3rd-party/pytorch-install 0.134 install/prerequisites 0.121 install/3rd-party/llama-cpp-install build succeeded, 20 warnings. The HTML pages are in ../_readthedocs/html. [rtd-command-info] start-time: 2025-09-17T20:39:30.817262Z, end-time: 2025-09-17T20:39:39.059955Z, duration: 8, exit-code: 0 python -m sphinx -T -b singlehtml -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/htmlzip Running Sphinx v8.1.3 loading translations [en]... done initializing sphinxcontrib.datatemplates making output directory... done Remote mappings will be fetched from ROCm/rocm-docs-core branch=develop loading pickled environment... The configuration has changed (17 options: 'header_link', 'header_title', 'html_context', 'html_favicon', 'html_permalinks_icon', ...) done myst v4.0.1: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'replacements', 'fieldlist', 'dollarmath', 'substitution', 'html_image', 'colon_fence'}, disable_syntax=[], all_links_external=False, links_external_new_tab=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=3, heading_slug_func=None, html_meta={}, footnote_sort=True, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) myst-nb v1.3.0: NbParserConfig(custom_formats={}, metadata_key='mystnb', cell_metadata_key='mystnb', kernel_rgx_aliases={}, eval_name_regex='^[a-zA-Z_][a-zA-Z0-9_]*$', execution_mode='auto', execution_cache_path='', execution_excludepatterns=(), execution_timeout=30, execution_in_temp=False, execution_allow_errors=False, execution_raise_on_error=False, execution_show_tb=False, merge_streams=False, render_plugin='default', remove_code_source=False, remove_code_outputs=False, scroll_outputs=False, code_prompt_show='Show code cell {type}', code_prompt_hide='Hide code cell {type}', number_source_lines=False, output_stderr='show', render_text_lexer='myst-ansi', render_error_lexer='ipythontb', render_image_options={}, render_figure_options={}, render_markdown_format='commonmark', output_folder='build', append_css=True, metadata_to_fm=False) Using jupyter-cache at: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/.jupyter_cache loading intersphinx inventory 'aqlprofile' from https://rocm.docs.amd.com/projects/aqlprofile/en/latest/objects.inv ... loading intersphinx inventory 'hipcim' from https://rocm.docs.amd.com/projects/hipcim/en/latest/objects.inv ... loading intersphinx inventory 'instinct' from https://instinct.docs.amd.com/objects.inv ... loading intersphinx inventory 'omniperf' from https://rocm.docs.amd.com/projects/omniperf/en/latest/objects.inv ... loading intersphinx inventory 'rocm-ds-internal' from https://rocm.docs.amd.com/projects/rocm-ds-internal/en/latest/objects.inv ... loading intersphinx inventory 'rocm-ls-internal' from https://rocm.docs.amd.com/projects/rocm-ls-internal/en/latest/objects.inv ... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://rocm.docs.amd.com/projects/hipcim/en/latest/objects.inv' not fetchable due to : 404 Client Error: Not Found for url: https://rocm.docs.amd.com/projects/hipcim/en/latest/objects.inv WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://instinct.docs.amd.com/objects.inv' not fetchable due to : 404 Client Error: Not Found for url: https://instinct.docs.amd.com/objects.inv WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://rocm.docs.amd.com/projects/rocm-ls-internal/en/latest/objects.inv' not fetchable due to : 404 Client Error: Not Found for url: https://rocm.docs.amd.com/projects/rocm-ls-internal/en/latest/objects.inv intersphinx inventory has moved: https://rocm.docs.amd.com/projects/omniperf/en/latest/objects.inv -> https://app.readthedocs.com/accounts/login/?next=/cas/login%3Fsubproject%3Domniperf%26organization%3Dadvanced-micro-devices%26service%3Dhttps%253A%252F%252Frocm.docs.amd.com%252F_%252Faccounts%252Flogin%252F%253Fnext%253Dhttps%25253A%25252F%25252Frocm.docs.amd.com%25252Fprojects%25252Fomniperf%25252Fen%25252Flatest%25252Fobjects.inv WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://rocm.docs.amd.com/projects/omniperf/en/latest/objects.inv' not readable due to ValueError: unknown or unsupported inventory version: ValueError('invalid inventory header: ') intersphinx inventory has moved: https://rocm.docs.amd.com/projects/aqlprofile/en/latest/objects.inv -> https://app.readthedocs.com/accounts/login/?next=/cas/login%3Fsubproject%3Daqlprofile%26organization%3Dadvanced-micro-devices%26service%3Dhttps%253A%252F%252Frocm.docs.amd.com%252F_%252Faccounts%252Flogin%252F%253Fnext%253Dhttps%25253A%25252F%25252Frocm.docs.amd.com%25252Fprojects%25252Faqlprofile%25252Fen%25252Flatest%25252Fobjects.inv WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://rocm.docs.amd.com/projects/aqlprofile/en/latest/objects.inv' not readable due to ValueError: unknown or unsupported inventory version: ValueError('invalid inventory header: ') intersphinx inventory has moved: https://rocm.docs.amd.com/projects/rocm-ds-internal/en/latest/objects.inv -> https://app.readthedocs.com/accounts/login/?next=/cas/login%3Fsubproject%3Drocm-ds-internal%26organization%3Dadvanced-micro-devices%26service%3Dhttps%253A%252F%252Frocm.docs.amd.com%252F_%252Faccounts%252Flogin%252F%253Fnext%253Dhttps%25253A%25252F%25252Frocm.docs.amd.com%25252Fprojects%25252Frocm-ds-internal%25252Fen%25252Flatest%25252Fobjects.inv WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://rocm.docs.amd.com/projects/rocm-ds-internal/en/latest/objects.inv' not readable due to ValueError: unknown or unsupported inventory version: ValueError('invalid inventory header: ') [autosummary] generating autosummary for: how-to/docker.rst, how-to/spack.rst, index.rst, install/3rd-party/dgl-install.rst, install/3rd-party/jax-install.rst, install/3rd-party/llama-cpp-install.rst, install/3rd-party/megablocks-install.rst, install/3rd-party/pytorch-install.rst, install/3rd-party/ray-install.rst, install/3rd-party/stanford-megatron-lm-install.rst, ..., install/install-overview.rst, install/post-install.rst, install/prerequisites.rst, install/quick-start.rst, install/rocm-offline-installer.rst, install/rocm-runfile-installer.rst, reference/install-faq.rst, reference/package-manager-integration.rst, reference/system-requirements.rst, reference/user-kernel-space-compat-matrix.rst building [mo]: targets for 0 po files that are out of date writing output... building [singlehtml]: all documents updating environment: 0 added, 0 changed, 0 removed reading sources... looking for now-outdated files... none found preparing documents... done copying assets... copying static files... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/htmlzip/_static/language_data.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/htmlzip/_static/basic.css Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/htmlzip/_static/documentation_options.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/htmlzip/_static/copybutton.js copying static files: done copying extra files... copying extra files: done copying assets: done assembling single document... index install/quick-start install/detailed-install install/prerequisites install/install-overview install/install-methods/package-manager-index install/install-methods/package-manager/package-manager-ubuntu install/install-methods/package-manager/package-manager-debian install/install-methods/package-manager/package-manager-rhel install/install-methods/package-manager/package-manager-ol install/install-methods/package-manager/package-manager-rl install/install-methods/package-manager/package-manager-sles install/install-methods/package-manager/package-manager-azl install/install-methods/multi-version-install-index install/install-methods/multi-version-install/multi-version-install-ubuntu install/install-methods/multi-version-install/multi-version-install-debian install/install-methods/multi-version-install/multi-version-install-rhel install/install-methods/multi-version-install/multi-version-install-ol install/install-methods/multi-version-install/multi-version-install-rl install/install-methods/multi-version-install/multi-version-install-sles install/install-methods/multi-version-install/multi-version-install-azl install/rocm-offline-installer install/rocm-runfile-installer install/post-install install/3rd-party/pytorch-install install/3rd-party/tensorflow-install install/3rd-party/jax-install install/3rd-party/verl-install install/3rd-party/stanford-megatron-lm-install install/3rd-party/dgl-install install/3rd-party/megablocks-install install/3rd-party/taichi-install install/3rd-party/ray-install install/3rd-party/llama-cpp-install how-to/docker how-to/spack reference/package-manager-integration reference/system-requirements reference/install-faq reference/user-kernel-space-compat-matrix assembling single document: done writing... done writing additional files... done copying images... [ 5%] data/install/linux/linux001.png copying images... [ 9%] data/how-to/rocm-offline-installer-1-main-menu.png copying images... [ 14%] data/how-to/rocm-offline-installer-2-create-install-options.png copying images... [ 18%] data/how-to/rocm-offline-installer-3-rocm-options.png copying images... [ 23%] data/how-to/rocm-offline-installer-3b-rocm-usecase.png copying images... [ 27%] data/how-to/rocm-offline-installer-3b-rocm-meta.png copying images... [ 32%] data/how-to/rocm-offline-installer-4-driver-options.png copying images... [ 36%] data/how-to/rocm-offline-installer-4b-driver-advanced-options.png copying images... [ 41%] data/how-to/rocm-offline-installer-5-extra-packages.png copying images... [ 45%] data/how-to/rocm-offline-installer-6-post-install.png copying images... [ 50%] data/how-to/rocm-offline-installer-7-configuration-1.png copying images... [ 55%] data/how-to/rocm-offline-installer-8-configuration-2.png copying images... [ 59%] data/how-to/rocm-offline-installer-9-configuration-3.png copying images... [ 64%] data/how-to/rocm-runfile-main-menu-1.png copying images... [ 68%] data/how-to/rocm-runfile-preinstall-menu-2.png copying images... [ 73%] data/how-to/rocm-runfile-rocm-menu-3.png copying images... [ 77%] data/how-to/rocm-runfile-rocm-menu-uninstall-3b.png copying images... [ 82%] data/how-to/rocm-runfile-driver-menu-4.png copying images... [ 86%] data/how-to/rocm-runfile-postinstall-menu-5.png copying images... [ 91%] data/install/tensorflow-install/tensorflow-test-output.png copying images... [ 95%] data/install/linux/linux002.png copying images... [100%] data/install/linux/linux003.png copying static files... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/htmlzip/_static/language_data.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/htmlzip/_static/basic.css Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/htmlzip/_static/documentation_options.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/htmlzip/_static/copybutton.js copying static files: done copying extra files... copying extra files: done dumping object inventory... done build succeeded, 6 warnings. The HTML page is in ../_readthedocs/htmlzip. [rtd-command-info] start-time: 2025-09-17T20:39:39.707812Z, end-time: 2025-09-17T20:39:44.405798Z, duration: 4, exit-code: 0 python -m sphinx -T -b latex -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/pdf Running Sphinx v8.1.3 loading translations [en]... done initializing sphinxcontrib.datatemplates making output directory... done Remote mappings will be fetched from ROCm/rocm-docs-core branch=develop loading pickled environment... The configuration has changed (17 options: 'header_link', 'header_title', 'html_context', 'html_favicon', 'html_permalinks_icon', ...) done myst v4.0.1: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'dollarmath', 'substitution', 'html_image', 'fieldlist', 'colon_fence', 'replacements'}, disable_syntax=[], all_links_external=False, links_external_new_tab=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=3, heading_slug_func=None, html_meta={}, footnote_sort=True, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) myst-nb v1.3.0: NbParserConfig(custom_formats={}, metadata_key='mystnb', cell_metadata_key='mystnb', kernel_rgx_aliases={}, eval_name_regex='^[a-zA-Z_][a-zA-Z0-9_]*$', execution_mode='auto', execution_cache_path='', execution_excludepatterns=(), execution_timeout=30, execution_in_temp=False, execution_allow_errors=False, execution_raise_on_error=False, execution_show_tb=False, merge_streams=False, render_plugin='default', remove_code_source=False, remove_code_outputs=False, scroll_outputs=False, code_prompt_show='Show code cell {type}', code_prompt_hide='Hide code cell {type}', number_source_lines=False, output_stderr='show', render_text_lexer='myst-ansi', render_error_lexer='ipythontb', render_image_options={}, render_figure_options={}, render_markdown_format='commonmark', output_folder='build', append_css=True, metadata_to_fm=False) Using jupyter-cache at: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/.jupyter_cache loading intersphinx inventory 'aqlprofile' from https://rocm.docs.amd.com/projects/aqlprofile/en/latest/objects.inv ... loading intersphinx inventory 'hipcim' from https://rocm.docs.amd.com/projects/hipcim/en/latest/objects.inv ... loading intersphinx inventory 'instinct' from https://instinct.docs.amd.com/objects.inv ... loading intersphinx inventory 'omniperf' from https://rocm.docs.amd.com/projects/omniperf/en/latest/objects.inv ... loading intersphinx inventory 'rocm-ds-internal' from https://rocm.docs.amd.com/projects/rocm-ds-internal/en/latest/objects.inv ... loading intersphinx inventory 'rocm-ls-internal' from https://rocm.docs.amd.com/projects/rocm-ls-internal/en/latest/objects.inv ... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://instinct.docs.amd.com/objects.inv' not fetchable due to : 404 Client Error: Not Found for url: https://instinct.docs.amd.com/objects.inv WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://rocm.docs.amd.com/projects/rocm-ls-internal/en/latest/objects.inv' not fetchable due to : 404 Client Error: Not Found for url: https://rocm.docs.amd.com/projects/rocm-ls-internal/en/latest/objects.inv WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://rocm.docs.amd.com/projects/hipcim/en/latest/objects.inv' not fetchable due to : 404 Client Error: Not Found for url: https://rocm.docs.amd.com/projects/hipcim/en/latest/objects.inv intersphinx inventory has moved: https://rocm.docs.amd.com/projects/aqlprofile/en/latest/objects.inv -> https://app.readthedocs.com/accounts/login/?next=/cas/login%3Fsubproject%3Daqlprofile%26organization%3Dadvanced-micro-devices%26service%3Dhttps%253A%252F%252Frocm.docs.amd.com%252F_%252Faccounts%252Flogin%252F%253Fnext%253Dhttps%25253A%25252F%25252Frocm.docs.amd.com%25252Fprojects%25252Faqlprofile%25252Fen%25252Flatest%25252Fobjects.inv WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://rocm.docs.amd.com/projects/aqlprofile/en/latest/objects.inv' not readable due to ValueError: unknown or unsupported inventory version: ValueError('invalid inventory header: ') intersphinx inventory has moved: https://rocm.docs.amd.com/projects/rocm-ds-internal/en/latest/objects.inv -> https://app.readthedocs.com/accounts/login/?next=/cas/login%3Fsubproject%3Drocm-ds-internal%26organization%3Dadvanced-micro-devices%26service%3Dhttps%253A%252F%252Frocm.docs.amd.com%252F_%252Faccounts%252Flogin%252F%253Fnext%253Dhttps%25253A%25252F%25252Frocm.docs.amd.com%25252Fprojects%25252Frocm-ds-internal%25252Fen%25252Flatest%25252Fobjects.inv WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://rocm.docs.amd.com/projects/rocm-ds-internal/en/latest/objects.inv' not readable due to ValueError: unknown or unsupported inventory version: ValueError('invalid inventory header: ') intersphinx inventory has moved: https://rocm.docs.amd.com/projects/omniperf/en/latest/objects.inv -> https://app.readthedocs.com/accounts/login/?next=/cas/login%3Fsubproject%3Domniperf%26organization%3Dadvanced-micro-devices%26service%3Dhttps%253A%252F%252Frocm.docs.amd.com%252F_%252Faccounts%252Flogin%252F%253Fnext%253Dhttps%25253A%25252F%25252Frocm.docs.amd.com%25252Fprojects%25252Fomniperf%25252Fen%25252Flatest%25252Fobjects.inv WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://rocm.docs.amd.com/projects/omniperf/en/latest/objects.inv' not readable due to ValueError: unknown or unsupported inventory version: ValueError('invalid inventory header: ') [autosummary] generating autosummary for: how-to/docker.rst, how-to/spack.rst, index.rst, install/3rd-party/dgl-install.rst, install/3rd-party/jax-install.rst, install/3rd-party/llama-cpp-install.rst, install/3rd-party/megablocks-install.rst, install/3rd-party/pytorch-install.rst, install/3rd-party/ray-install.rst, install/3rd-party/stanford-megatron-lm-install.rst, ..., install/install-overview.rst, install/post-install.rst, install/prerequisites.rst, install/quick-start.rst, install/rocm-offline-installer.rst, install/rocm-runfile-installer.rst, reference/install-faq.rst, reference/package-manager-integration.rst, reference/system-requirements.rst, reference/user-kernel-space-compat-matrix.rst building [mo]: targets for 0 po files that are out of date writing output... building [latex]: all documents updating environment: 0 added, 0 changed, 0 removed reading sources... looking for now-outdated files... none found preparing documents... done copying assets... copying TeX support files... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/pdf/latexmkrc Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/pdf/Makefile Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/pdf/make.bat Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/pdf/latexmkjarc done copying assets: done processing rocminstallationonlinux.tex... index install/quick-start install/detailed-install install/prerequisites install/install-overview install/install-methods/package-manager-index install/install-methods/package-manager/package-manager-ubuntu install/install-methods/package-manager/package-manager-debian install/install-methods/package-manager/package-manager-rhel install/install-methods/package-manager/package-manager-ol install/install-methods/package-manager/package-manager-rl install/install-methods/package-manager/package-manager-sles install/install-methods/package-manager/package-manager-azl install/install-methods/multi-version-install-index install/install-methods/multi-version-install/multi-version-install-ubuntu install/install-methods/multi-version-install/multi-version-install-debian install/install-methods/multi-version-install/multi-version-install-rhel install/install-methods/multi-version-install/multi-version-install-ol install/install-methods/multi-version-install/multi-version-install-rl install/install-methods/multi-version-install/multi-version-install-sles install/install-methods/multi-version-install/multi-version-install-azl install/rocm-offline-installer install/rocm-runfile-installer install/post-install install/3rd-party/pytorch-install install/3rd-party/tensorflow-install install/3rd-party/jax-install install/3rd-party/verl-install install/3rd-party/stanford-megatron-lm-install install/3rd-party/dgl-install install/3rd-party/megablocks-install install/3rd-party/taichi-install install/3rd-party/ray-install install/3rd-party/llama-cpp-install how-to/docker how-to/spack reference/package-manager-integration reference/system-requirements reference/install-faq reference/user-kernel-space-compat-matrix resolving references... processing rocminstallationonlinux.tex: done writing... done copying images... [ 5%] data/install/linux/linux001.png copying images... [ 9%] data/how-to/rocm-offline-installer-1-main-menu.png copying images... [ 14%] data/how-to/rocm-offline-installer-2-create-install-options.png copying images... [ 18%] data/how-to/rocm-offline-installer-3-rocm-options.png copying images... [ 23%] data/how-to/rocm-offline-installer-3b-rocm-usecase.png copying images... [ 27%] data/how-to/rocm-offline-installer-3b-rocm-meta.png copying images... [ 32%] data/how-to/rocm-offline-installer-4-driver-options.png copying images... [ 36%] data/how-to/rocm-offline-installer-4b-driver-advanced-options.png copying images... [ 41%] data/how-to/rocm-offline-installer-5-extra-packages.png copying images... [ 45%] data/how-to/rocm-offline-installer-6-post-install.png copying images... [ 50%] data/how-to/rocm-offline-installer-7-configuration-1.png copying images... [ 55%] data/how-to/rocm-offline-installer-8-configuration-2.png copying images... [ 59%] data/how-to/rocm-offline-installer-9-configuration-3.png copying images... [ 64%] data/how-to/rocm-runfile-main-menu-1.png copying images... [ 68%] data/how-to/rocm-runfile-preinstall-menu-2.png copying images... [ 73%] data/how-to/rocm-runfile-rocm-menu-3.png copying images... [ 77%] data/how-to/rocm-runfile-rocm-menu-uninstall-3b.png copying images... [ 82%] data/how-to/rocm-runfile-driver-menu-4.png copying images... [ 86%] data/how-to/rocm-runfile-postinstall-menu-5.png copying images... [ 91%] data/install/tensorflow-install/tensorflow-test-output.png copying images... [ 95%] data/install/linux/linux002.png copying images... [100%] data/install/linux/linux003.png Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-linux-install-docs/checkouts/latest/_readthedocs/pdf/sphinxmessages.sty build succeeded, 6 warnings. The LaTeX files are in ../_readthedocs/pdf. Run 'make' in that directory to run these through (pdf)latex (use `make latexpdf' here to do that automatically). [rtd-command-info] start-time: 2025-09-17T20:39:46.675159Z, end-time: 2025-09-17T20:39:46.718160Z, duration: 0, exit-code: 0 cat latexmkrc $latex = 'xelatex --no-pdf ' . $ENV{'LATEXOPTS'} . ' %O %S'; $pdflatex = 'xelatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $lualatex = 'lualatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $xelatex = 'xelatex --no-pdf ' . $ENV{'LATEXOPTS'} . ' %O %S'; $makeindex = 'internal xindy ' . $ENV{'XINDYOPTS'} . ' %O -o %D %S'; sub xindy { my @args = @_; if (-z $args[-1]) { # create an empty .ind file if .idx is empty open(FH, ">" . $args[-2]); close(FH); return 0; } else { return system("xindy", @args); } } add_cus_dep( "glo", "gls", 0, "makeglo" ); sub makeglo { return system( "makeindex -s gglo.ist -o '$_[0].gls' '$_[0].glo'" ); } [rtd-command-info] start-time: 2025-09-17T20:39:46.814982Z, end-time: 2025-09-17T20:40:19.745630Z, duration: 32, exit-code: 0 latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=advanced-micro-devices-linux-install-docs -interaction=nonstopmode Use of uninitialized value in concatenation (.) or string at (eval 10) line 1. Use of uninitialized value in concatenation (.) or string at (eval 10) line 2. Use of uninitialized value in concatenation (.) or string at (eval 10) line 3. Use of uninitialized value in concatenation (.) or string at (eval 10) line 4. Use of uninitialized value in concatenation (.) or string at (eval 10) line 5. Subroutine xindy redefined at (eval 11) line 6. Subroutine makeglo redefined at (eval 11) line 18. Use of uninitialized value in concatenation (.) or string at (eval 11) line 1. Use of uninitialized value in concatenation (.) or string at (eval 11) line 2. Use of uninitialized value in concatenation (.) or string at (eval 11) line 3. Use of uninitialized value in concatenation (.) or string at (eval 11) line 4. Use of uninitialized value in concatenation (.) or string at (eval 11) line 5. Rc files read: /etc/LatexMk latexmkrc latexmkrc Latexmk: This is Latexmk, John Collins, 20 November 2021, version: 4.76. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'rocminstallationonlinux.tex' ------------ Run number 1 of rule 'pdflatex' ------------ Latexmk: applying rule 'pdflatex'... ------------ Running 'xelatex -interaction=nonstopmode -recorder --jobname="advanced-micro-devices-linux-install-docs" "rocminstallationonlinux.tex"' ------------ This is XeTeX, Version 3.141592653-2.6-0.999993 (TeX Live 2022/dev/Debian) (preloaded format=xelatex) restricted \write18 enabled. entering extended mode (./rocminstallationonlinux.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty Package cmap Warning: pdftex not detected - exiting. ) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def (|extractbb --version)))) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/polyglossia.sty (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty) (/usr/share/texlive/texmf-dist/tex/latex/makecmds/makecmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex)))) (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty) LaTeX hooks Warning: Generic hook 'file/after/tracklang.sty' is deprecated. (hooks) Use hook 'file/tracklang.sty/after' instead. LaTeX hooks Warning: Generic hook 'package/after/bidi' is deprecated. (hooks) Use hook 'package/bidi/after' instead. LaTeX hooks Warning: Generic hook 'package/after/luabidi' is deprecated. (hooks) Use hook 'package/luabidi/after' instead. (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/gloss-latex.ldf)) (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/gloss-english.ldf) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/xetex.def)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-xetex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty) (./sphinxpackagefootnote.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def (/usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file advanced-micro-devices-linux-install-docs.idx LaTeX Font Warning: Font shape `TU/qtm/m/n' undefined (Font) using `TU/lmr/m/n' instead on input line 68. (./advanced-micro-devices-linux-install-docs.aux) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5.sty (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-utex-helper. sty (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/tufontawesomefree.fd) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/tufontawesomebrands.fd))) *geometry* driver: auto-detecting *geometry* detected driver: xetex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) Package hyperref Warning: Rerun to get /PageLabels entry. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\spacefactor' on input line 71. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\@m' on input line 71. LaTeX Font Warning: Font shape `TU/qhv/m/n' undefined (Font) using `TU/lmr/m/n' instead on input line 71. LaTeX Font Warning: Font shape `TU/qhv/b/n' undefined (Font) using `TU/qhv/m/n' instead on input line 71. LaTeX Font Warning: Font shape `TU/qhv/b/it' undefined (Font) using `TU/qhv/b/n' instead on input line 71. (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1] [2] [1] [2] LaTeX Font Warning: Font shape `TU/qtm/b/n' undefined (Font) using `TU/qtm/m/n' instead on input line 81. LaTeX Warning: Hyper reference `install/quick-start::doc' on page 1 undefined o n input line 120. LaTeX Font Warning: Font shape `TU/qtm/m/it' undefined (Font) using `TU/qtm/m/n' instead on input line 120. LaTeX Warning: Hyper reference `install/detailed-install::doc' on page 1 undefi ned on input line 124. LaTeX Warning: Hyper reference `install/3rd-party/pytorch-install::doc' on page 1 undefined on input line 148. LaTeX Warning: Hyper reference `install/3rd-party/tensorflow-install::doc' on p age 1 undefined on input line 152. LaTeX Warning: Hyper reference `install/3rd-party/jax-install::doc' on page 1 u ndefined on input line 156. LaTeX Warning: Hyper reference `install/3rd-party/verl-install::doc' on page 1 undefined on input line 160. LaTeX Warning: Hyper reference `install/3rd-party/stanford-megatron-lm-install: :doc' on page 1 undefined on input line 164. LaTeX Warning: Hyper reference `install/3rd-party/dgl-install::doc' on page 1 u ndefined on input line 168. LaTeX Warning: Hyper reference `install/3rd-party/megablocks-install::doc' on p age 1 undefined on input line 172. LaTeX Warning: Hyper reference `install/3rd-party/ray-install::doc' on page 1 u ndefined on input line 176. LaTeX Warning: Hyper reference `install/3rd-party/llama-cpp-install::doc' on pa ge 1 undefined on input line 180. LaTeX Warning: Hyper reference `how-to/docker::doc' on page 1 undefined on inpu t line 232. LaTeX Warning: Hyper reference `how-to/spack::doc' on page 1 undefined on input line 236. LaTeX Warning: Hyper reference `reference/package-manager-integration::doc' on page 1 undefined on input line 260. LaTeX Warning: Hyper reference `reference/system-requirements::doc' on page 1 u ndefined on input line 264. LaTeX Warning: Hyper reference `reference/install-faq::doc' on page 1 undefined on input line 268. LaTeX Warning: Hyper reference `reference/user-kernel-space-compat-matrix::doc' on page 1 undefined on input line 272. [1] [2] Chapter 1. LaTeX Warning: Hyper reference `install/prerequisites:verify-kernel-version' on page 3 undefined on input line 303. LaTeX Warning: Hyper reference `reference/system-requirements:supported-distrib utions' on page 3 undefined on input line 303. LaTeX Warning: Hyper reference `install/detailed-install:detailed-install-overv iew' on page 3 undefined on input line 309. LaTeX Font Warning: Font shape `TU/txtt/m/n' undefined (Font) using `TU/lmr/m/n' instead on input line 327. LaTeX Font Warning: Font shape `TU/txtt/m/it' undefined (Font) using `TU/txtt/m/n' instead on input line 332. [3] LaTeX Warning: Hyper reference `install/prerequisites:register-enterprise-linux ' on page 4 undefined on input line 384. LaTeX Warning: Hyper reference `install/prerequisites:register-enterprise-linux ' on page 4 undefined on input line 404. LaTeX Warning: Hyper reference `install/prerequisites:register-enterprise-linux ' on page 4 undefined on input line 424. [4] LaTeX Warning: Hyper reference `install/prerequisites:update-enterprise-linux' on page 5 undefined on input line 451. LaTeX Warning: Hyper reference `install/prerequisites:update-enterprise-linux' on page 5 undefined on input line 471. LaTeX Warning: Hyper reference `install/prerequisites:register-enterprise-linux ' on page 5 undefined on input line 498. [5] LaTeX Font Warning: Font shape `TU/txtt/b/n' undefined (Font) using `TU/txtt/m/n' instead on input line 588. [6] LaTeX Warning: Hyper reference `install/prerequisites:register-enterprise-linux ' on page 7 undefined on input line 638. LaTeX Warning: Hyper reference `install/prerequisites:register-enterprise-linux ' on page 7 undefined on input line 653. LaTeX Warning: Hyper reference `install/prerequisites:register-enterprise-linux ' on page 7 undefined on input line 668. [7] LaTeX Warning: Hyper reference `install/prerequisites:update-enterprise-linux' on page 8 undefined on input line 690. LaTeX Warning: Hyper reference `install/prerequisites:update-enterprise-linux' on page 8 undefined on input line 705. LaTeX Warning: Hyper reference `install/prerequisites:register-enterprise-linux ' on page 8 undefined on input line 727. [8] LaTeX Warning: Hyper reference `install/prerequisites:group-permissions' on pag e 9 undefined on input line 791. LaTeX Warning: Hyper reference `install/post-install::doc' on page 9 undefined on input line 795. LaTeX Warning: Hyper reference `reference/install-faq::doc' on page 9 undefined on input line 795. [9] [10] Chapter 2. LaTeX Warning: Hyper reference `install/prerequisites::doc' on page 11 undefine d on input line 808. LaTeX Warning: Hyper reference `install/install-overview::doc' on page 11 undef ined on input line 812. LaTeX Warning: Hyper reference `install/post-install::doc' on page 11 undefined on input line 816. LaTeX Warning: Hyper reference `reference/install-faq::doc' on page 11 undefine d on input line 821. LaTeX Warning: Hyper reference `reference/system-requirements:supported-distrib utions' on page 11 undefined on input line 846. LaTeX Warning: Hyper reference `reference/system-requirements:supported-distrib utions' on page 11 undefined on input line 886. [11] [12] [13] [14] [15] LaTeX Warning: Hyper reference `install/post-install:config-rocm-path' on page 16 undefined on input line 1371. [16] [17] [18] [19] LaTeX Warning: Hyper reference `install/quick-start:rocm-install-quick' on page 20 undefined on input line 1746. LaTeX Warning: Hyper reference `install/install-overview:package-manager' on pa ge 20 undefined on input line 1770. LaTeX Warning: Hyper reference `install/install-overview:multi-version-install- overview' on page 20 undefined on input line 1774. LaTeX Warning: Hyper reference `install/install-overview:rocm-offline-installer -creator' on page 20 undefined on input line 1778. LaTeX Warning: Hyper reference `install/install-overview:rocm-runfile-installer ' on page 20 undefined on input line 1782. LaTeX Warning: Hyper reference `install/install-methods/package-manager-index:: doc' on page 20 undefined on input line 1792. LaTeX Warning: Hyper reference `install/install-methods/multi-version-install-i ndex::doc' on page 20 undefined on input line 1801. [20] LaTeX Warning: Hyper reference `install/rocm-offline-installer::doc' on page 21 undefined on input line 1810. LaTeX Warning: Hyper reference `install/rocm-runfile-installer::doc' on page 21 undefined on input line 1818. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-ubuntu::doc' on page 21 undefined on input line 1855. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-debian::doc' on page 21 undefined on input line 1859. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-rhel::doc' on page 21 undefined on input line 1863. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-ol::doc' on page 21 undefined on input line 1867. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-rl::doc' on page 21 undefined on input line 1871. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-sles::doc' on page 21 undefined on input line 1875. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-azl::doc' on page 21 undefined on input line 1879. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-ubuntu:ubuntu-package-manager-uninstall' on page 21 undefined on input line 1903. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-debian:debian-package-manager-uninstall' on page 21 undefined on input line 1907. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-rhel:rhel-package-manager-uninstall' on page 21 undefined on input lin e 1911. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-ol:ol-package-manager-uninstall' on page 21 undefined on input line 19 15. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-rl:rl-package-manager-uninstall' on page 21 undefined on input line 19 19. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-sles:sles-package-manager-uninstall' on page 21 undefined on input lin e 1923. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-azl:azl-package-manager-uninstall' on page 21 undefined on input line 1927. LaTeX Warning: Hyper reference `reference/system-requirements::doc' on page 21 undefined on input line 1953. LaTeX Warning: Hyper reference `reference/install-faq::doc' on page 21 undefine d on input line 1954. LaTeX Warning: Hyper reference `install/prerequisites::doc' on page 21 undefine d on input line 1963. [21] [22] LaTeX Warning: Hyper reference `reference/package-manager-integration:rocm-runt ime' on page 23 undefined on input line 2055. LaTeX Warning: Hyper reference `reference/package-manager-integration:rocm-dev' on page 23 undefined on input line 2059. Overfull \hbox (19.219pt too wide) in paragraph at lines 2118--2120 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 2138--2140 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 2163--2165 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| Overfull \hbox (8.989pt too wide) in paragraph at lines 2198--2200 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 2208--2210 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [23] LaTeX Warning: Hyper reference `install/post-install::doc' on page 24 undefined on input line 2266. [24] LaTeX Warning: Hyper reference `install/prerequisites::doc' on page 25 undefine d on input line 2309. [25] LaTeX Warning: Hyper reference `reference/package-manager-integration:rocm-runt ime' on page 26 undefined on input line 2382. LaTeX Warning: Hyper reference `reference/package-manager-integration:rocm-dev' on page 26 undefined on input line 2386. Overfull \hbox (19.219pt too wide) in paragraph at lines 2445--2447 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 2465--2467 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 2490--2492 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| Overfull \hbox (8.989pt too wide) in paragraph at lines 2525--2527 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 2535--2537 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [26] LaTeX Warning: Hyper reference `install/post-install::doc' on page 27 undefined on input line 2593. LaTeX Warning: Hyper reference `install/prerequisites::doc' on page 27 undefine d on input line 2636. [27] [28] LaTeX Warning: Hyper reference `reference/package-manager-integration:rocm-runt ime' on page 29 undefined on input line 2739. LaTeX Warning: Hyper reference `reference/package-manager-integration:rocm-dev' on page 29 undefined on input line 2743. Overfull \hbox (19.219pt too wide) in paragraph at lines 2802--2804 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 2822--2824 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 2847--2849 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| Overfull \hbox (8.989pt too wide) in paragraph at lines 2882--2884 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 2892--2894 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [29] LaTeX Warning: Hyper reference `install/post-install::doc' on page 30 undefined on input line 2950. [30] LaTeX Warning: Hyper reference `install/prerequisites::doc' on page 31 undefine d on input line 2992. [31] LaTeX Warning: Hyper reference `reference/package-manager-integration:rocm-runt ime' on page 32 undefined on input line 3069. LaTeX Warning: Hyper reference `reference/package-manager-integration:rocm-dev' on page 32 undefined on input line 3073. Overfull \hbox (19.219pt too wide) in paragraph at lines 3132--3134 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 3152--3154 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 3177--3179 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| Overfull \hbox (8.989pt too wide) in paragraph at lines 3212--3214 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 3222--3224 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [32] LaTeX Warning: Hyper reference `install/post-install::doc' on page 33 undefined on input line 3280. [33] LaTeX Warning: Hyper reference `install/prerequisites::doc' on page 34 undefine d on input line 3322. LaTeX Warning: Hyper reference `reference/package-manager-integration:rocm-runt ime' on page 34 undefined on input line 3373. LaTeX Warning: Hyper reference `reference/package-manager-integration:rocm-dev' on page 34 undefined on input line 3377. Overfull \hbox (19.219pt too wide) in paragraph at lines 3436--3438 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 3456--3458 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 3481--3483 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| [34] Overfull \hbox (8.989pt too wide) in paragraph at lines 3516--3518 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 3526--3528 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| LaTeX Warning: Hyper reference `install/post-install::doc' on page 35 undefined on input line 3584. [35] LaTeX Warning: Hyper reference `install/prerequisites::doc' on page 36 undefine d on input line 3623. [36] LaTeX Warning: Hyper reference `reference/package-manager-integration:rocm-runt ime' on page 37 undefined on input line 3673. LaTeX Warning: Hyper reference `reference/package-manager-integration:rocm-dev' on page 37 undefined on input line 3677. Overfull \hbox (19.219pt too wide) in paragraph at lines 3736--3738 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 3756--3758 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 3781--3783 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| Overfull \hbox (8.989pt too wide) in paragraph at lines 3816--3818 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 3826--3828 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [37] LaTeX Warning: Hyper reference `install/post-install::doc' on page 38 undefined on input line 3884. [38] LaTeX Warning: Hyper reference `install/prerequisites::doc' on page 39 undefine d on input line 3927. LaTeX Warning: Hyper reference `reference/package-manager-integration:rocm-runt ime' on page 39 undefined on input line 3969. LaTeX Warning: Hyper reference `reference/package-manager-integration:rocm-dev' on page 39 undefined on input line 3973. Overfull \hbox (19.219pt too wide) in paragraph at lines 4032--4034 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 4052--4054 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 4077--4079 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| [39] Overfull \hbox (8.989pt too wide) in paragraph at lines 4112--4114 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 4122--4124 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| LaTeX Warning: Hyper reference `install/post-install::doc' on page 40 undefined on input line 4180. [40] LaTeX Warning: Hyper reference `install/quick-start::doc' on page 41 undefined on input line 4256. LaTeX Warning: Hyper reference `install/detailed-install::doc' on page 41 undef ined on input line 4256. [41] LaTeX Warning: Hyper reference `install/install-methods/multi-version-install/m ulti-version-install-ubuntu::doc' on page 42 undefined on input line 4301. LaTeX Warning: Hyper reference `install/install-methods/multi-version-install/m ulti-version-install-debian::doc' on page 42 undefined on input line 4305. LaTeX Warning: Hyper reference `install/install-methods/multi-version-install/m ulti-version-install-rhel::doc' on page 42 undefined on input line 4309. LaTeX Warning: Hyper reference `install/install-methods/multi-version-install/m ulti-version-install-ol::doc' on page 42 undefined on input line 4313. LaTeX Warning: Hyper reference `install/install-methods/multi-version-install/m ulti-version-install-rl::doc' on page 42 undefined on input line 4317. LaTeX Warning: Hyper reference `install/install-methods/multi-version-install/m ulti-version-install-sles::doc' on page 42 undefined on input line 4321. LaTeX Warning: Hyper reference `install/install-methods/multi-version-install/m ulti-version-install-azl::doc' on page 42 undefined on input line 4325. LaTeX Warning: Hyper reference `install/install-methods/multi-version-install/m ulti-version-install-ubuntu:ubuntu-multi-uninstall' on page 42 undefined on inp ut line 4349. LaTeX Warning: Hyper reference `install/install-methods/multi-version-install/m ulti-version-install-debian:debian-multi-uninstall' on page 42 undefined on inp ut line 4353. LaTeX Warning: Hyper reference `install/install-methods/multi-version-install/m ulti-version-install-rhel:rhel-multi-uninstall' on page 42 undefined on input l ine 4357. LaTeX Warning: Hyper reference `install/install-methods/multi-version-install/m ulti-version-install-ol:ol-multi-uninstall' on page 42 undefined on input line 4361. LaTeX Warning: Hyper reference `install/install-methods/multi-version-install/m ulti-version-install-rl:rl-multi-uninstall' on page 42 undefined on input line 4365. LaTeX Warning: Hyper reference `install/install-methods/multi-version-install/m ulti-version-install-sles:sles-multi-uninstall' on page 42 undefined on input l ine 4369. LaTeX Warning: Hyper reference `install/install-methods/multi-version-install/m ulti-version-install-azl:azl-multi-uninstall' on page 42 undefined on input lin e 4373. LaTeX Warning: Hyper reference `reference/system-requirements::doc' on page 42 undefined on input line 4399. LaTeX Warning: Hyper reference `reference/install-faq::doc' on page 42 undefine d on input line 4400. LaTeX Warning: Hyper reference `install/prerequisites::doc' on page 42 undefine d on input line 4409. [42] [43] LaTeX Warning: Hyper reference `install/post-install::doc' on page 44 undefined on input line 4510. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-ubuntu::doc' on page 44 undefined on input line 4515. [44] LaTeX Warning: Hyper reference `install/prerequisites::doc' on page 45 undefine d on input line 4571. [45] LaTeX Warning: Hyper reference `install/post-install::doc' on page 46 undefined on input line 4651. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-debian::doc' on page 46 undefined on input line 4656. [46] LaTeX Warning: Hyper reference `install/prerequisites::doc' on page 47 undefine d on input line 4712. [47] LaTeX Warning: Hyper reference `install/post-install::doc' on page 48 undefined on input line 4807. [48] LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-rhel::doc' on page 49 undefined on input line 4812. LaTeX Warning: Hyper reference `install/prerequisites::doc' on page 49 undefine d on input line 4867. [49] LaTeX Warning: Hyper reference `install/post-install::doc' on page 50 undefined on input line 4941. [50] LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-ol::doc' on page 51 undefined on input line 4946. LaTeX Warning: Hyper reference `install/prerequisites::doc' on page 51 undefine d on input line 5001. [51] LaTeX Warning: Hyper reference `install/post-install::doc' on page 52 undefined on input line 5054. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-rl:rl-register-repo' on page 52 undefined on input line 5059. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-rl:rl-install' on page 52 undefined on input line 5059. [52] LaTeX Warning: Hyper reference `install/prerequisites::doc' on page 53 undefine d on input line 5112. [53] LaTeX Warning: Hyper reference `install/post-install::doc' on page 54 undefined on input line 5164. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-sles::doc' on page 54 undefined on input line 5169. [54] LaTeX Warning: Hyper reference `install/prerequisites::doc' on page 55 undefine d on input line 5227. [55] LaTeX Warning: Hyper reference `install/post-install::doc' on page 56 undefined on input line 5279. LaTeX Warning: Hyper reference `install/install-methods/package-manager/package -manager-azl::doc' on page 56 undefined on input line 5284. [56] LaTeX Warning: Hyper reference `install/rocm-offline-installer:advanced-driver- label' on page 57 undefined on input line 5418. [57] Underfull \hbox (badness 6876) in paragraph at lines 5505--5507 []\TU/txtt/b/n/10 : The ROCm Offline Installer Creator packag e name, for example, [58] LaTeX Warning: Hyper reference `install/rocm-offline-installer:testing' on page 59 undefined on input line 5552. [59] LaTeX Warning: Hyper reference `install/rocm-offline-installer:main-label' on p age 60 undefined on input line 5606. LaTeX Warning: Hyper reference `install/rocm-offline-installer:create-configura tion-label' on page 60 undefined on input line 5610. LaTeX Warning: Hyper reference `install/rocm-offline-installer:rocm-options-lab el' on page 60 undefined on input line 5614. LaTeX Warning: Hyper reference `install/rocm-offline-installer:driver-options-l abel' on page 60 undefined on input line 5618. LaTeX Warning: Hyper reference `install/rocm-offline-installer:extra-packages-l abel' on page 60 undefined on input line 5622. LaTeX Warning: Hyper reference `install/rocm-offline-installer:post-install-opt ions-label' on page 60 undefined on input line 5626. LaTeX Warning: Hyper reference `install/rocm-offline-installer:create-offline-i nstaller-label' on page 60 undefined on input line 5630. [60] [61] [62] [63] [64] LaTeX Warning: Hyper reference `reference/package-manager-integration::doc' on page 65 undefined on input line 5806. [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] LaTeX Warning: Hyper reference `install/rocm-offline-installer:building-label' on page 78 undefined on input line 6483. [78] LaTeX Warning: Hyper reference `install/rocm-offline-installer:running-the-test s' on page 79 undefined on input line 6616. [79] [80] LaTeX Warning: Hyper reference `install/rocm-runfile-installer:gui-install' on page 81 undefined on input line 6902. LaTeX Warning: Hyper reference `install/rocm-runfile-installer:command-line-ins tall' on page 81 undefined on input line 6902. [81] LaTeX Warning: Hyper reference `install/rocm-runfile-installer:log-files' on pa ge 82 undefined on input line 6926. LaTeX Warning: Hyper reference `install/rocm-runfile-installer:gui-install' on page 82 undefined on input line 6941. LaTeX Warning: Hyper reference `install/rocm-runfile-installer:command-line-ins tall' on page 82 undefined on input line 6948. [82] [83] [84] LaTeX Warning: Hyper reference `install/rocm-runfile-installer:dependency-requi rements' on page 85 undefined on input line 7048. [85] [86] [87] [88] [89] [90] [91] [92] [93] LaTeX Warning: Hyper reference `install/rocm-runfile-installer:dependency-requi rements' on page 94 undefined on input line 7724. [94] [95] [96] [97] [98] [99] [100] LaTeX Warning: Hyper reference `install/prerequisites:additional-dev-packages' on page 101 undefined on input line 8264. [101] LaTeX Warning: Hyper reference `install/install-methods/multi-version-install-i ndex::doc' on page 102 undefined on input line 8333. [102] [103] [104] Chapter 3. LaTeX Warning: Hyper reference `install/3rd-party/pytorch-install:using-docker- with-pytorch-pre-installed' on page 105 undefined on input line 8549. LaTeX Warning: Hyper reference `install/3rd-party/pytorch-install:pytorch-docke r-support' on page 105 undefined on input line 8553. LaTeX Warning: Hyper reference `install/3rd-party/pytorch-install:using-wheels- package' on page 105 undefined on input line 8559. LaTeX Warning: Hyper reference `install/3rd-party/pytorch-install:using-pytorch -rocm-docker-image' on page 105 undefined on input line 8563. LaTeX Warning: Hyper reference `install/3rd-party/pytorch-install:using-pytorch -upstream-docker-image' on page 105 undefined on input line 8567. LaTeX Warning: Hyper reference `reference/system-requirements:system-requiremen ts' on page 105 undefined on input line 8576. LaTeX Warning: Hyper reference `install/install-overview::doc' on page 105 unde fined on input line 8588. LaTeX Warning: Hyper reference `install/3rd-party/pytorch-install:pytorch-docke r-support' on page 105 undefined on input line 8595. [105] LaTeX Warning: Hyper reference `install/3rd-party/pytorch-install:pytorch-docke r-latest-note' on page 106 undefined on input line 8670. [106] [107] [108] [109] LaTeX Warning: Hyper reference `reference/system-requirements:system-requiremen ts' on page 110 undefined on input line 9182. LaTeX Warning: Hyper reference `install/install-overview:rocm-install-overview' on page 110 undefined on input line 9202. LaTeX Warning: Hyper reference `reference/system-requirements:system-requiremen ts' on page 110 undefined on input line 9210. LaTeX Warning: Hyper reference `install/install-overview:rocm-install-overview' on page 110 undefined on input line 9211. [110] [111] [112] [113] [114] [115] LaTeX Warning: Hyper reference `reference/system-requirements:system-requiremen ts' on page 116 undefined on input line 9775. LaTeX Warning: Hyper reference `install/prerequisites:group-permissions' on pag e 116 undefined on input line 9807. LaTeX Warning: Hyper reference `install/3rd-party/pytorch-install:using-wheels- package' on page 116 undefined on input line 9814. [116] Chapter 4. LaTeX Warning: Hyper reference `install/3rd-party/tensorflow-install:install-te nsorflow-prebuilt-docker' on page 117 undefined on input line 9843. LaTeX Warning: Hyper reference `install/3rd-party/tensorflow-install:tensorflow -docker-support' on page 117 undefined on input line 9847. LaTeX Warning: Hyper reference `install/3rd-party/tensorflow-install:install-te nsorflow-wheels' on page 117 undefined on input line 9853. LaTeX Warning: Hyper reference `reference/system-requirements:system-requiremen ts' on page 117 undefined on input line 9862. LaTeX Warning: Hyper reference `install/install-overview::doc' on page 117 unde fined on input line 9936. LaTeX Warning: Hyper reference `install/3rd-party/tensorflow-install:tensorflow -docker-support' on page 117 undefined on input line 9943. [117] [118] LaTeX Warning: Hyper reference `install/3rd-party/tensorflow-install:install-te nsorflow-versions' on page 119 undefined on input line 10199. LaTeX Warning: Hyper reference `install/3rd-party/tensorflow-install:install-te nsorflow-versions' on page 119 undefined on input line 10204. [119] LaTeX Warning: Hyper reference `install/3rd-party/tensorflow-install:install-te nsorflow-options' on page 120 undefined on input line 10218. [120] [121] [122] Chapter 5. LaTeX Warning: Hyper reference `reference/system-requirements:system-requiremen ts' on page 123 undefined on input line 10281. [123] LaTeX Warning: Hyper reference `install/3rd-party/jax-install:jax-verify-instal lation' on page 124 undefined on input line 10344. LaTeX Warning: Hyper reference `install/3rd-party/jax-install:jax-verify-instal lation' on page 124 undefined on input line 10410. [124] Overfull \hbox (483.84483pt too wide) in paragraph at lines 10437--10437 [][][]\TU/txtt/b/n/10 =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][] =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][ ]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[] []=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[]| Overfull \hbox (483.84483pt too wide) in paragraph at lines 10446--10446 [][][]\TU/txtt/b/n/10 =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][] =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][ ]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[] []=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[]| [125] [126] [127] [128] Chapter 6. LaTeX Warning: Hyper reference `reference/system-requirements:system-requiremen ts' on page 129 undefined on input line 10631. LaTeX Warning: Hyper reference `install/3rd-party/verl-install:using-docker-wit h-verl-pre-installed' on page 129 undefined on input line 10652. LaTeX Warning: Hyper reference `install/3rd-party/verl-install:build-verl-rocm- docker-image' on page 129 undefined on input line 10656. [129] [130] Chapter 7. LaTeX Warning: Hyper reference `reference/system-requirements:system-requiremen ts' on page 131 undefined on input line 10766. LaTeX Warning: Hyper reference `install/3rd-party/stanford-megatron-lm-install: using-docker-with-stanford-megatron-lm-pre-installed' on page 131 undefined on input line 10787. LaTeX Warning: Hyper reference `install/3rd-party/stanford-megatron-lm-install: build-stanford-megatron-lm-rocm-docker-image' on page 131 undefined on input li ne 10791. [131] [132] [133] [134] Chapter 8. LaTeX Warning: Hyper reference `reference/system-requirements:system-requiremen ts' on page 135 undefined on input line 11007. LaTeX Warning: Hyper reference `install/3rd-party/dgl-install:using-docker-with -dgl-pre-installed' on page 135 undefined on input line 11023. LaTeX Warning: Hyper reference `install/3rd-party/dgl-install:build-dgl-rocm-do cker-image' on page 135 undefined on input line 11027. LaTeX Warning: Hyper reference `install/3rd-party/dgl-install:dgl-docker-suppor t' on page 135 undefined on input line 11044. [135] [136] [137] LaTeX Warning: Hyper reference `install/3rd-party/dgl-install:using-docker-with -dgl-pre-installed' on page 138 undefined on input line 11314. LaTeX Warning: Hyper reference `install/prerequisites:group-permissions' on pag e 138 undefined on input line 11348. [138] Chapter 9. LaTeX Warning: Hyper reference `reference/system-requirements:system-requiremen ts' on page 139 undefined on input line 11373. LaTeX Warning: Hyper reference `install/3rd-party/megablocks-install:using-dock er-with-megablocks-pre-installed' on page 139 undefined on input line 11394. LaTeX Warning: Hyper reference `install/3rd-party/megablocks-install:build-mega blocks-rocm-docker-image' on page 139 undefined on input line 11398. [139] [140] [141] [142] Chapter 10. LaTeX Warning: Hyper reference `reference/system-requirements:system-requiremen ts' on page 143 undefined on input line 11593. LaTeX Warning: Hyper reference `install/3rd-party/taichi-install:using-docker-w ith-taichi-pre-installed' on page 143 undefined on input line 11614. LaTeX Warning: Hyper reference `install/3rd-party/taichi-install:taichi-wheels- package' on page 143 undefined on input line 11618. LaTeX Warning: Hyper reference `install/3rd-party/taichi-install:build-taichi-r ocm-docker-image' on page 143 undefined on input line 11622. [143] [144] [145] [146] Chapter 11. LaTeX Warning: Hyper reference `reference/system-requirements:system-requiremen ts' on page 147 undefined on input line 11851. LaTeX Warning: Hyper reference `install/3rd-party/ray-install:using-docker-with -ray-pre-installed' on page 147 undefined on input line 11872. LaTeX Warning: Hyper reference `install/3rd-party/ray-install:build-ray-rocm-do cker-image' on page 147 undefined on input line 11876. LaTeX Warning: Hyper reference `install/3rd-party/ray-install:install-rocm-ray- bare-metal' on page 147 undefined on input line 11880. LaTeX Warning: Hyper reference `install/3rd-party/ray-install:build-rocm-ray-fr om-source' on page 147 undefined on input line 11884. [147] [148] LaTeX Warning: Hyper reference `install/3rd-party/ray-install:ray-verify-instal lation' on page 149 undefined on input line 12010. Overfull \hbox (483.84483pt too wide) in paragraph at lines 12037--12037 [][][]\TU/txtt/b/n/10 =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][] =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][ ]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[] []=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[]| Overfull \hbox (483.84483pt too wide) in paragraph at lines 12046--12046 [][][]\TU/txtt/b/n/10 =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][] =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][ ]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[] []=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[]| [149] [150] Chapter 12. LaTeX Warning: Hyper reference `reference/system-requirements:system-requiremen ts' on page 151 undefined on input line 12134. LaTeX Warning: Hyper reference `install/3rd-party/llama-cpp-install:using-docke r-with-llama-cpp-pre-installed' on page 151 undefined on input line 12155. LaTeX Warning: Hyper reference `install/3rd-party/llama-cpp-install:build-llama -cpp-docker-image' on page 151 undefined on input line 12159. LaTeX Warning: Hyper reference `install/3rd-party/llama-cpp-install:llama-cpp-d ocker-support' on page 151 undefined on input line 12194. [151] [152] [153] LaTeX Warning: Hyper reference `install/3rd-party/llama-cpp-install:build-llama -cpp-docker-image' on page 154 undefined on input line 12464. [154] Missing character: There is no 😊 (U+1F60A) in font [lmroman10-regular]:mapping= tex-text;! [155] [156] [157] [158] Chapter 13. LaTeX Warning: Hyper reference `install/quick-start:rocm-install-quick' on page 159 undefined on input line 12635. LaTeX Warning: Hyper reference `how-to/docker:docker-restrict-gpus' on page 159 undefined on input line 12684. [159] [160] [161] [162] Chapter 14. [163] Overfull \hbox (70.68501pt too wide) in alignment at lines 12960--13834 [] [] [] [] Package longtable Warning: Column widths have changed (longtable) in table 14.1 on input line 13834. [164] [165] [166] Underfull \vbox (badness 10000) detected at line 13950 Overfull \vbox (0.56996pt too high) detected at line 13950 [167] [168] [169] [170] [171] [172] Chapter 15. [173] [174] LaTeX Warning: Hyper reference `reference/package-manager-integration:rocm-runt ime' on page 175 undefined on input line 14316. LaTeX Warning: Hyper reference `reference/package-manager-integration:rocm-dev' on page 175 undefined on input line 14320. Overfull \hbox (19.219pt too wide) in paragraph at lines 14379--14381 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 14399--14401 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 14424--14426 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| Overfull \hbox (8.989pt too wide) in paragraph at lines 14459--14461 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 14469--14471 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [175] Overfull \hbox (19.219pt too wide) in paragraph at lines 14586--14588 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 14603--14605 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (8.989pt too wide) in paragraph at lines 14635--14637 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Underfull \hbox (badness 10000) in paragraph at lines 14641--14646 []\TU/txtt/b/n/10 Packages: amd[]smi[]lib, hsa[]amd[]aqlprofile, rocm[]core, ro cm[]dbgapi, Underfull \hbox (badness 5563) in paragraph at lines 14641--14646 \TU/txtt/b/n/10 rocm[]debug[]agent, rocm[]gdb, rocm[]smi[]lib, rocprofiler, roc profiler[]compute, Underfull \hbox (badness 10000) in paragraph at lines 14641--14646 \TU/txtt/b/n/10 rocprofiler[]dev, rocprofiler[]plugins, rocprofiler[]register, rocprofiler[]sdk, Overfull \hbox (13.38899pt too wide) in paragraph at lines 14647--14649 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]dev| [176] [177] [178] Chapter 16. Underfull \hbox (badness 10000) in paragraph at lines 14740--14743 []|\TU/txtt/b/n/10 Sup- Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! LaTeX Warning: Hyper reference `reference/system-requirements:supported-distrib utions' on page 179 undefined on input line 14816. Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ❌ (U+274C) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ❌ (U+274C) in font [lmroman10-regular]:mapping=t ex-text;! Underfull \hbox (badness 10000) in paragraph at lines 14970--14973 []|\TU/txtt/b/n/10 Sup- Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ❌ (U+274C) in font [lmroman10-regular]:mapping=t ex-text;! [179] Underfull \hbox (badness 10000) in paragraph at lines 15142--15145 []|\TU/txtt/b/n/10 Sup- Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ❌ (U+274C) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ⚠ (U+26A0) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ️ (U+FE0F) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ❌ (U+274C) in font [lmroman10-regular]:mapping=t ex-text;! LaTeX Warning: Hyper reference `reference/install-faq:multi-gpu' on page 180 un defined on input line 15296. [180] Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! [181] [182] Chapter 17. LaTeX Warning: Hyper reference `install/quick-start::doc' on page 183 undefined on input line 15573. LaTeX Warning: Hyper reference `install/install-methods/package-manager-index:: doc' on page 183 undefined on input line 15577. LaTeX Warning: Hyper reference `install/prerequisites::doc' on page 183 undefin ed on input line 15591. LaTeX Warning: Hyper reference `install/post-install::doc' on page 183 undefine d on input line 15603. [183] [184] LaTeX Warning: Hyper reference `install/prerequisites:register-enterprise-linux ' on page 185 undefined on input line 15705. LaTeX Warning: Hyper reference `install/quick-start::doc' on page 185 undefined on input line 15705. LaTeX Warning: Hyper reference `install/post-install::doc' on page 185 undefine d on input line 15739. LaTeX Warning: Hyper reference `install/prerequisites:group-permissions' on pag e 185 undefined on input line 15769. [185] [186] Chapter 18. No file advanced-micro-devices-linux-install-docs.ind. Package longtable Warning: Table widths have changed. Rerun LaTeX. [187] (./advanced-micro-devices-linux-install-docs.aux) LaTeX Font Warning: Some font shapes were not available, defaults substituted. LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. Package rerunfilecheck Warning: File `advanced-micro-devices-linux-install-docs .out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. ) (see the transcript file for additional information) Output written on advanced-micro-devices-linux-install-docs.pdf (191 pages). Transcript written on advanced-micro-devices-linux-install-docs.log. Latexmk: Index file 'advanced-micro-devices-linux-install-docs.idx' was written Latexmk: References changed. Latexmk: Missing input file 'advanced-micro-devices-linux-install-docs.ind' (or dependence on it) from following: 'No file advanced-micro-devices-linux-install-docs.ind.' Latexmk: References changed. Latexmk: References changed. Latexmk: Log file says output to 'advanced-micro-devices-linux-install-docs.pdf' Rule 'makeindex advanced-micro-devices-linux-install-docs.idx': File changes, etc: Changed files, or newly in use since previous run(s): 'advanced-micro-devices-linux-install-docs.idx' ------------ Run number 1 of rule 'makeindex advanced-micro-devices-linux-install-docs.idx' ------------ ------------ Running 'internal xindy -o "advanced-micro-devices-linux-install-docs.ind" "advanced-micro-devices-linux-install-docs.idx"' ------------ Latexmk: calling xindy( -o "advanced-micro-devices-linux-install-docs.ind" "advanced-micro-devices-linux-install-docs.idx" ) Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'advanced-micro-devices-linux-install-docs.aux' 'advanced-micro-devices-linux-install-docs.ind' 'advanced-micro-devices-linux-install-docs.out' ------------ Run number 2 of rule 'pdflatex' ------------ ------------ Running 'xelatex -interaction=nonstopmode -recorder --jobname="advanced-micro-devices-linux-install-docs" "rocminstallationonlinux.tex"' ------------ Latexmk: Examining 'advanced-micro-devices-linux-install-docs.log' === TeX engine is 'XeTeX' Latexmk: applying rule 'makeindex advanced-micro-devices-linux-install-docs.idx'... Latexmk: applying rule 'pdflatex'... This is XeTeX, Version 3.141592653-2.6-0.999993 (TeX Live 2022/dev/Debian) (preloaded format=xelatex) restricted \write18 enabled. entering extended mode (./rocminstallationonlinux.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty Package cmap Warning: pdftex not detected - exiting. ) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def (|extractbb --version)))) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/polyglossia.sty (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty) (/usr/share/texlive/texmf-dist/tex/latex/makecmds/makecmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex)))) (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty) LaTeX hooks Warning: Generic hook 'file/after/tracklang.sty' is deprecated. (hooks) Use hook 'file/tracklang.sty/after' instead. LaTeX hooks Warning: Generic hook 'package/after/bidi' is deprecated. (hooks) Use hook 'package/bidi/after' instead. LaTeX hooks Warning: Generic hook 'package/after/luabidi' is deprecated. (hooks) Use hook 'package/luabidi/after' instead. (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/gloss-latex.ldf)) (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/gloss-english.ldf) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/xetex.def)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-xetex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty) (./sphinxpackagefootnote.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def (/usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file advanced-micro-devices-linux-install-docs.idx LaTeX Font Warning: Font shape `TU/qtm/m/n' undefined (Font) using `TU/lmr/m/n' instead on input line 68. (./advanced-micro-devices-linux-install-docs.aux) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5.sty (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-utex-helper. sty (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/tufontawesomefree.fd) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/tufontawesomebrands.fd))) *geometry* driver: auto-detecting *geometry* detected driver: xetex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./advanced-micro-devices-linux-install-docs.out) (./advanced-micro-devices-linux-install-docs.out) Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\spacefactor' on input line 71. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\@m' on input line 71. LaTeX Font Warning: Font shape `TU/qhv/m/n' undefined (Font) using `TU/lmr/m/n' instead on input line 71. LaTeX Font Warning: Font shape `TU/qhv/b/n' undefined (Font) using `TU/qhv/m/n' instead on input line 71. LaTeX Font Warning: Font shape `TU/qhv/b/it' undefined (Font) using `TU/qhv/b/n' instead on input line 71. (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1] [2] (./advanced-micro-devices-linux-install-docs.toc LaTeX Font Warning: Font shape `TU/qtm/b/n' undefined (Font) using `TU/qtm/m/n' instead on input line 2. [1] [2] [3] [4] LaTeX Font Warning: Font shape `TU/txtt/m/n' undefined (Font) using `TU/lmr/m/n' instead on input line 208. [5] [6]) [7] [8] LaTeX Font Warning: Font shape `TU/qtm/m/it' undefined (Font) using `TU/qtm/m/n' instead on input line 120. [1] [2] Chapter 1. LaTeX Font Warning: Font shape `TU/txtt/m/it' undefined (Font) using `TU/txtt/m/n' instead on input line 332. [3] [4] [5] LaTeX Font Warning: Font shape `TU/txtt/b/n' undefined (Font) using `TU/txtt/m/n' instead on input line 588. [6] [7] [8] [9] [10] Chapter 2. [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] Overfull \hbox (19.219pt too wide) in paragraph at lines 2118--2120 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 2138--2140 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 2163--2165 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| Overfull \hbox (8.989pt too wide) in paragraph at lines 2198--2200 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 2208--2210 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [23] [24] [25] Overfull \hbox (19.219pt too wide) in paragraph at lines 2445--2447 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 2465--2467 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 2490--2492 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| Overfull \hbox (8.989pt too wide) in paragraph at lines 2525--2527 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 2535--2537 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [26] [27] [28] Overfull \hbox (19.219pt too wide) in paragraph at lines 2802--2804 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 2822--2824 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 2847--2849 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| Overfull \hbox (8.989pt too wide) in paragraph at lines 2882--2884 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 2892--2894 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [29] [30] [31] Overfull \hbox (19.219pt too wide) in paragraph at lines 3132--3134 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 3152--3154 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 3177--3179 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| Overfull \hbox (8.989pt too wide) in paragraph at lines 3212--3214 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 3222--3224 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [32] [33] Overfull \hbox (19.219pt too wide) in paragraph at lines 3436--3438 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 3456--3458 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 3481--3483 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| [34] Overfull \hbox (8.989pt too wide) in paragraph at lines 3516--3518 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 3526--3528 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [35] [36] Overfull \hbox (19.219pt too wide) in paragraph at lines 3736--3738 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 3756--3758 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 3781--3783 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| Overfull \hbox (8.989pt too wide) in paragraph at lines 3816--3818 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 3826--3828 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [37] [38] Overfull \hbox (19.219pt too wide) in paragraph at lines 4032--4034 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 4052--4054 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 4077--4079 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| [39] Overfull \hbox (8.989pt too wide) in paragraph at lines 4112--4114 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 4122--4124 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] Underfull \hbox (badness 6876) in paragraph at lines 5505--5507 []\TU/txtt/b/n/10 : The ROCm Offline Installer Creator packag e name, for example, [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] Chapter 3. [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] Chapter 4. [117] [118] [119] [120] [121] [122] Chapter 5. [123] [124] Overfull \hbox (483.84483pt too wide) in paragraph at lines 10437--10437 [][][]\TU/txtt/b/n/10 =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][] =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][ ]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[] []=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[]| Overfull \hbox (483.84483pt too wide) in paragraph at lines 10446--10446 [][][]\TU/txtt/b/n/10 =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][] =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][ ]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[] []=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[]| [125] [126] [127] [128] Chapter 6. [129] [130] Chapter 7. [131] [132] [133] [134] Chapter 8. [135] [136] [137] [138] Chapter 9. [139] [140] [141] [142] Chapter 10. [143] [144] [145] [146] Chapter 11. [147] [148] Overfull \hbox (483.84483pt too wide) in paragraph at lines 12037--12037 [][][]\TU/txtt/b/n/10 =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][] =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][ ]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[] []=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[]| Overfull \hbox (483.84483pt too wide) in paragraph at lines 12046--12046 [][][]\TU/txtt/b/n/10 =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][] =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][ ]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[] []=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[]| [149] [150] Chapter 12. [151] [152] [153] [154] Missing character: There is no 😊 (U+1F60A) in font [lmroman10-regular]:mapping= tex-text;! [155] [156] [157] [158] Chapter 13. [159] [160] [161] [162] Chapter 14. [163] Overfull \hbox (70.68501pt too wide) in alignment at lines 12916--12932 [] [] [] [] Overfull \hbox (70.68501pt too wide) in alignment at lines 12932--12952 [] [] [] [] Overfull \hbox (70.68501pt too wide) in alignment at lines 12952--12958 [] [] [] [] Overfull \hbox (70.68501pt too wide) in alignment at lines 12958--12960 [] [] [] [] Overfull \hbox (70.68501pt too wide) in alignment at lines 12960--13834 [] [] [] [] [164] [165] [166] Underfull \vbox (badness 10000) detected at line 13950 Overfull \vbox (0.56996pt too high) detected at line 13950 [167] [168] [169] [170] [171] [172] Chapter 15. [173] [174] Overfull \hbox (19.219pt too wide) in paragraph at lines 14379--14381 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 14399--14401 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 14424--14426 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| Overfull \hbox (8.989pt too wide) in paragraph at lines 14459--14461 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 14469--14471 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [175] Overfull \hbox (19.219pt too wide) in paragraph at lines 14586--14588 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 14603--14605 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (8.989pt too wide) in paragraph at lines 14635--14637 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Underfull \hbox (badness 10000) in paragraph at lines 14641--14646 []\TU/txtt/b/n/10 Packages: amd[]smi[]lib, hsa[]amd[]aqlprofile, rocm[]core, ro cm[]dbgapi, Underfull \hbox (badness 5563) in paragraph at lines 14641--14646 \TU/txtt/b/n/10 rocm[]debug[]agent, rocm[]gdb, rocm[]smi[]lib, rocprofiler, roc profiler[]compute, Underfull \hbox (badness 10000) in paragraph at lines 14641--14646 \TU/txtt/b/n/10 rocprofiler[]dev, rocprofiler[]plugins, rocprofiler[]register, rocprofiler[]sdk, Overfull \hbox (13.38899pt too wide) in paragraph at lines 14647--14649 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]dev| [176] [177] [178] Chapter 16. Underfull \hbox (badness 10000) in paragraph at lines 14740--14743 []|\TU/txtt/b/n/10 Sup- Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ❌ (U+274C) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ❌ (U+274C) in font [lmroman10-regular]:mapping=t ex-text;! Underfull \hbox (badness 10000) in paragraph at lines 14970--14973 []|\TU/txtt/b/n/10 Sup- Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ❌ (U+274C) in font [lmroman10-regular]:mapping=t ex-text;! [179] Underfull \hbox (badness 10000) in paragraph at lines 15142--15145 []|\TU/txtt/b/n/10 Sup- Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ❌ (U+274C) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ⚠ (U+26A0) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ️ (U+FE0F) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ❌ (U+274C) in font [lmroman10-regular]:mapping=t ex-text;! [180] Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! [181] [182] Chapter 17. [183] [184] [185] [186] Chapter 18. (./advanced-micro-devices-linux-install-docs.ind) [187] (./advanced-micro-devices-linux-install-docs.aux) LaTeX Font Warning: Some font shapes were not available, defaults substituted. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information) Output written on advanced-micro-devices-linux-install-docs.pdf (197 pages). Transcript written on advanced-micro-devices-linux-install-docs.log. Latexmk: Index file 'advanced-micro-devices-linux-install-docs.idx' was written Latexmk: References changed. Latexmk: Log file says output to 'advanced-micro-devices-linux-install-docs.pdf' Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'advanced-micro-devices-linux-install-docs.aux' 'advanced-micro-devices-linux-install-docs.toc' ------------ Run number 3 of rule 'pdflatex' ------------ ------------ Running 'xelatex -interaction=nonstopmode -recorder --jobname="advanced-micro-devices-linux-install-docs" "rocminstallationonlinux.tex"' ------------ Latexmk: Examining 'advanced-micro-devices-linux-install-docs.log' === TeX engine is 'XeTeX' Latexmk: applying rule 'pdflatex'... This is XeTeX, Version 3.141592653-2.6-0.999993 (TeX Live 2022/dev/Debian) (preloaded format=xelatex) restricted \write18 enabled. entering extended mode (./rocminstallationonlinux.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty Package cmap Warning: pdftex not detected - exiting. ) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def (|extractbb --version)))) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/polyglossia.sty (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty) (/usr/share/texlive/texmf-dist/tex/latex/makecmds/makecmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex)))) (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty) LaTeX hooks Warning: Generic hook 'file/after/tracklang.sty' is deprecated. (hooks) Use hook 'file/tracklang.sty/after' instead. LaTeX hooks Warning: Generic hook 'package/after/bidi' is deprecated. (hooks) Use hook 'package/bidi/after' instead. LaTeX hooks Warning: Generic hook 'package/after/luabidi' is deprecated. (hooks) Use hook 'package/luabidi/after' instead. (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/gloss-latex.ldf)) (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/gloss-english.ldf) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/xetex.def)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-xetex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty) (./sphinxpackagefootnote.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def (/usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file advanced-micro-devices-linux-install-docs.idx LaTeX Font Warning: Font shape `TU/qtm/m/n' undefined (Font) using `TU/lmr/m/n' instead on input line 68. (./advanced-micro-devices-linux-install-docs.aux) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5.sty (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-utex-helper. sty (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/tufontawesomefree.fd) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/tufontawesomebrands.fd))) *geometry* driver: auto-detecting *geometry* detected driver: xetex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./advanced-micro-devices-linux-install-docs.out) (./advanced-micro-devices-linux-install-docs.out) Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\spacefactor' on input line 71. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\@m' on input line 71. LaTeX Font Warning: Font shape `TU/qhv/m/n' undefined (Font) using `TU/lmr/m/n' instead on input line 71. LaTeX Font Warning: Font shape `TU/qhv/b/n' undefined (Font) using `TU/qhv/m/n' instead on input line 71. LaTeX Font Warning: Font shape `TU/qhv/b/it' undefined (Font) using `TU/qhv/b/n' instead on input line 71. (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1] [2] (./advanced-micro-devices-linux-install-docs.toc LaTeX Font Warning: Font shape `TU/qtm/b/n' undefined (Font) using `TU/qtm/m/n' instead on input line 2. [1] [2] [3] [4] LaTeX Font Warning: Font shape `TU/txtt/m/n' undefined (Font) using `TU/lmr/m/n' instead on input line 208. [5] [6]) [7] [8] LaTeX Font Warning: Font shape `TU/qtm/m/it' undefined (Font) using `TU/qtm/m/n' instead on input line 120. [1] [2] Chapter 1. LaTeX Font Warning: Font shape `TU/txtt/m/it' undefined (Font) using `TU/txtt/m/n' instead on input line 332. [3] [4] [5] LaTeX Font Warning: Font shape `TU/txtt/b/n' undefined (Font) using `TU/txtt/m/n' instead on input line 588. [6] [7] [8] [9] [10] Chapter 2. [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] Overfull \hbox (19.219pt too wide) in paragraph at lines 2118--2120 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 2138--2140 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 2163--2165 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| Overfull \hbox (8.989pt too wide) in paragraph at lines 2198--2200 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 2208--2210 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [23] [24] [25] Overfull \hbox (19.219pt too wide) in paragraph at lines 2445--2447 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 2465--2467 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 2490--2492 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| Overfull \hbox (8.989pt too wide) in paragraph at lines 2525--2527 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 2535--2537 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [26] [27] [28] Overfull \hbox (19.219pt too wide) in paragraph at lines 2802--2804 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 2822--2824 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 2847--2849 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| Overfull \hbox (8.989pt too wide) in paragraph at lines 2882--2884 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 2892--2894 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [29] [30] [31] Overfull \hbox (19.219pt too wide) in paragraph at lines 3132--3134 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 3152--3154 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 3177--3179 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| Overfull \hbox (8.989pt too wide) in paragraph at lines 3212--3214 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 3222--3224 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [32] [33] Overfull \hbox (19.219pt too wide) in paragraph at lines 3436--3438 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 3456--3458 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 3481--3483 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| [34] Overfull \hbox (8.989pt too wide) in paragraph at lines 3516--3518 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 3526--3528 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [35] [36] Overfull \hbox (19.219pt too wide) in paragraph at lines 3736--3738 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 3756--3758 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 3781--3783 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| Overfull \hbox (8.989pt too wide) in paragraph at lines 3816--3818 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 3826--3828 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [37] [38] Overfull \hbox (19.219pt too wide) in paragraph at lines 4032--4034 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 4052--4054 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 4077--4079 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| [39] Overfull \hbox (8.989pt too wide) in paragraph at lines 4112--4114 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 4122--4124 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] Underfull \hbox (badness 6876) in paragraph at lines 5505--5507 []\TU/txtt/b/n/10 : The ROCm Offline Installer Creator packag e name, for example, [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] Chapter 3. [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] Chapter 4. [117] [118] [119] [120] [121] [122] Chapter 5. [123] [124] Overfull \hbox (483.84483pt too wide) in paragraph at lines 10437--10437 [][][]\TU/txtt/b/n/10 =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][] =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][ ]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[] []=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[]| Overfull \hbox (483.84483pt too wide) in paragraph at lines 10446--10446 [][][]\TU/txtt/b/n/10 =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][] =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][ ]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[] []=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[]| [125] [126] [127] [128] Chapter 6. [129] [130] Chapter 7. [131] [132] [133] [134] Chapter 8. [135] [136] [137] [138] Chapter 9. [139] [140] [141] [142] Chapter 10. [143] [144] [145] [146] Chapter 11. [147] [148] Overfull \hbox (483.84483pt too wide) in paragraph at lines 12037--12037 [][][]\TU/txtt/b/n/10 =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][] =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][ ]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[] []=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[]| Overfull \hbox (483.84483pt too wide) in paragraph at lines 12046--12046 [][][]\TU/txtt/b/n/10 =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][] =[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][ ]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[] []=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[ ][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]= [][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[][]=[]| [149] [150] Chapter 12. [151] [152] [153] [154] Missing character: There is no 😊 (U+1F60A) in font [lmroman10-regular]:mapping= tex-text;! [155] [156] [157] [158] Chapter 13. [159] [160] [161] [162] Chapter 14. [163] Overfull \hbox (70.68501pt too wide) in alignment at lines 12916--12932 [] [] [] [] Overfull \hbox (70.68501pt too wide) in alignment at lines 12932--12952 [] [] [] [] Overfull \hbox (70.68501pt too wide) in alignment at lines 12952--12958 [] [] [] [] Overfull \hbox (70.68501pt too wide) in alignment at lines 12958--12960 [] [] [] [] Overfull \hbox (70.68501pt too wide) in alignment at lines 12960--13834 [] [] [] [] [164] [165] [166] Underfull \vbox (badness 10000) detected at line 13950 Overfull \vbox (0.56996pt too high) detected at line 13950 [167] [168] [169] [170] [171] [172] Chapter 15. [173] [174] Overfull \hbox (19.219pt too wide) in paragraph at lines 14379--14381 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 14399--14401 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (48.249pt too wide) in paragraph at lines 14424--14426 []|\TU/txtt/b/n/10 hsa[]runtime[]rocr4wsl[]amdgpu| Overfull \hbox (8.989pt too wide) in paragraph at lines 14459--14461 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Overfull \hbox (20.329pt too wide) in paragraph at lines 14469--14471 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]devel| [175] Overfull \hbox (19.219pt too wide) in paragraph at lines 14586--14588 []|\TU/txtt/b/n/10 rocm[]language[]runtime| Overfull \hbox (8.939pt too wide) in paragraph at lines 14603--14605 []|\TU/txtt/b/n/10 rocm[]opencl[]runtime| Overfull \hbox (8.989pt too wide) in paragraph at lines 14635--14637 []|\TU/txtt/b/n/10 rocm[]developer[]tools| Underfull \hbox (badness 10000) in paragraph at lines 14641--14646 []\TU/txtt/b/n/10 Packages: amd[]smi[]lib, hsa[]amd[]aqlprofile, rocm[]core, ro cm[]dbgapi, Underfull \hbox (badness 5563) in paragraph at lines 14641--14646 \TU/txtt/b/n/10 rocm[]debug[]agent, rocm[]gdb, rocm[]smi[]lib, rocprofiler, roc profiler[]compute, Underfull \hbox (badness 10000) in paragraph at lines 14641--14646 \TU/txtt/b/n/10 rocprofiler[]dev, rocprofiler[]plugins, rocprofiler[]register, rocprofiler[]sdk, Overfull \hbox (13.38899pt too wide) in paragraph at lines 14647--14649 []|\TU/txtt/b/n/10 rocm[]hip[]runtime[]dev| [176] [177] [178] Chapter 16. Underfull \hbox (badness 10000) in paragraph at lines 14740--14743 []|\TU/txtt/b/n/10 Sup- Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ❌ (U+274C) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ❌ (U+274C) in font [lmroman10-regular]:mapping=t ex-text;! Underfull \hbox (badness 10000) in paragraph at lines 14970--14973 []|\TU/txtt/b/n/10 Sup- Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ❌ (U+274C) in font [lmroman10-regular]:mapping=t ex-text;! [179] Underfull \hbox (badness 10000) in paragraph at lines 15142--15145 []|\TU/txtt/b/n/10 Sup- Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ❌ (U+274C) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ⚠ (U+26A0) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ️ (U+FE0F) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ❌ (U+274C) in font [lmroman10-regular]:mapping=t ex-text;! [180] Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! Missing character: There is no ✅ (U+2705) in font [lmroman10-regular]:mapping=t ex-text;! [181] [182] Chapter 17. [183] [184] [185] [186] Chapter 18. (./advanced-micro-devices-linux-install-docs.ind) [187] (./advanced-micro-devices-linux-install-docs.aux) LaTeX Font Warning: Some font shapes were not available, defaults substituted. ) (see the transcript file for additional information) Output written on advanced-micro-devices-linux-install-docs.pdf (197 pages). Transcript written on advanced-micro-devices-linux-install-docs.log. Latexmk: Index file 'advanced-micro-devices-linux-install-docs.idx' was written Latexmk: Log file says output to 'advanced-micro-devices-linux-install-docs.pdf' Latexmk: Summary of warnings from last run of *latex: =====Latex reported missing or unavailable character(s). =====See log file for details. Latexmk: Examining 'advanced-micro-devices-linux-install-docs.log' === TeX engine is 'XeTeX' Latexmk: All targets (advanced-micro-devices-linux-install-docs.pdf) are up-to-date