mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
Add minimal configs for redirect
This commit is contained in:
1
docs/sphinx/.gitignore
vendored
Normal file
1
docs/sphinx/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
_toc.yml
|
||||
@@ -1,209 +1,9 @@
|
||||
# Anywhere {branch} is used, the branch name will be substituted.
|
||||
# These comments will also be removed.
|
||||
defaults:
|
||||
numbered: False
|
||||
maxdepth: 6
|
||||
root: index
|
||||
subtrees:
|
||||
- entries:
|
||||
- file: what-is-rocm.md
|
||||
- file: about/whats-new/whats-new.md
|
||||
|
||||
- caption: Installation
|
||||
entries:
|
||||
- file: install/windows/install-quick.md
|
||||
title: Quick start (Windows)
|
||||
- file: install/windows/install.md
|
||||
title: Windows install guide
|
||||
subtrees:
|
||||
- entries:
|
||||
- file: install/windows/windows-app-deployment-guidelines.md
|
||||
title: Application deployment guidelines
|
||||
- file: install/docker.md
|
||||
title: ROCm Docker containers
|
||||
- file: install/pytorch-install.md
|
||||
title: PyTorch for ROCm
|
||||
- file: install/tensorflow-install.md
|
||||
title: Tensorflow for ROCm
|
||||
- file: install/magma-install.md
|
||||
title: MAGMA for ROCm
|
||||
- file: install/spack-intro.md
|
||||
title: ROCm & Spack
|
||||
|
||||
- caption: Compatibility & support
|
||||
entries:
|
||||
- file: about/compatibility/linux-support.md
|
||||
title: Linux (GPU & OS)
|
||||
- file: about/compatibility/windows-support.md
|
||||
title: Windows (GPU & OS)
|
||||
- file: about/compatibility/3rd-party-support-matrix.md
|
||||
title: Third-party
|
||||
- file: about/compatibility/user-kernel-space-compat-matrix.md
|
||||
title: User/kernel space support
|
||||
- file: about/compatibility/docker-image-support-matrix.rst
|
||||
title: Docker
|
||||
- file: about/compatibility/openmp.md
|
||||
title: OpenMP
|
||||
|
||||
- caption: Release information
|
||||
entries:
|
||||
- file: about/release-notes.md
|
||||
title: Release notes
|
||||
- file: about/CHANGELOG.md
|
||||
title: Changelog
|
||||
- file: about/release-history.md
|
||||
title: Release history
|
||||
- url: https://github.com/RadeonOpenCompute/ROCm/labels/Verified%20Issue
|
||||
title: Known issues
|
||||
|
||||
- caption: How-to
|
||||
entries:
|
||||
- file: how-to/deep-learning-rocm.md
|
||||
title: Deep learning
|
||||
- file: how-to/gpu-enabled-mpi.md
|
||||
title: Using MPI
|
||||
- file: how-to/system-debugging.md
|
||||
title: Debugging
|
||||
- file: how-to/tuning-guides.md
|
||||
title: Tuning guides
|
||||
subtrees:
|
||||
- entries:
|
||||
- file: how-to/tuning-guides/mi100.md
|
||||
title: MI100
|
||||
- file: how-to/tuning-guides/mi200.md
|
||||
title: MI200
|
||||
- file: how-to/tuning-guides/w6000-v620.md
|
||||
title: RDNA2
|
||||
- url: https://github.com/amd/rocm-examples
|
||||
title: GitHub examples
|
||||
|
||||
- caption: Reference
|
||||
entries:
|
||||
- file: reference/library-index.md
|
||||
title: API libraries & tools
|
||||
subtrees:
|
||||
- entries:
|
||||
- url: ${project:composable_kernel}
|
||||
title: Composable kernel
|
||||
- url: ${project:hipblas}
|
||||
title: hipBLAS
|
||||
- url: ${project:hipblaslt}
|
||||
title: hipBLASLt
|
||||
- url: ${project:hipcc}
|
||||
title: hipCC
|
||||
- url: ${project:hipcub}
|
||||
title: hipCUB
|
||||
- url: ${project:hipfft}
|
||||
title: hipFFT
|
||||
- url: ${project:hipify}
|
||||
title: HIPIFY
|
||||
- url: ${project:hiprand}
|
||||
title: hipRAND
|
||||
- url: ${project:hip}
|
||||
title: HIP runtime
|
||||
- url: ${project:hipsolver}
|
||||
title: hipSOLVER
|
||||
- url: ${project:hipsparse}
|
||||
title: hipSPARSE
|
||||
- url: ${project:hipsparselt}
|
||||
title: hipSPARSELt
|
||||
- url: ${project:hiptensor}
|
||||
title: hipTensor
|
||||
- url: ${project:miopen}
|
||||
title: MIOpen
|
||||
- url: ${project:amdmigraphx}
|
||||
title: MIGraphX
|
||||
- url: ${project:rccl}
|
||||
title: RCCL
|
||||
- url: ${project:rocalution}
|
||||
title: rocALUTION
|
||||
- url: ${project:rocblas}
|
||||
title: rocBLAS
|
||||
- url: ${project:rocdbgapi}
|
||||
title: ROCdbgapi
|
||||
- url: ${project:rocfft}
|
||||
title: rocFFT
|
||||
- file: reference/rocmcc.md
|
||||
title: ROCmCC
|
||||
- url: ${project:rdc}
|
||||
title: ROCm Data Center Tool
|
||||
- url: ${project:rocm_smi_lib}
|
||||
title: ROCm SMI LIB
|
||||
- url: ${project:rocmvalidationsuite}
|
||||
title: ROCm validation suite
|
||||
- url: ${project:rocprim}
|
||||
title: rocPRIM
|
||||
- url: ${project:rocprofiler}
|
||||
title: ROCProfiler
|
||||
- url: ${project:rocrand}
|
||||
title: rocRAND
|
||||
- url: ${project:rocsolver}
|
||||
title: rocSOLVER
|
||||
- url: ${project:rocsparse}
|
||||
title: rocSPARSE
|
||||
- url: ${project:rocthrust}
|
||||
title: rocThrust
|
||||
- url: ${project:roctracer}
|
||||
title: rocTracer
|
||||
- url: ${project:rocwmma}
|
||||
title: rocWMMA
|
||||
- url: ${project:transferbench}
|
||||
title: TransferBench
|
||||
|
||||
- caption: Conceptual
|
||||
entries:
|
||||
- file: conceptual/gpu-arch.md
|
||||
title: GPU architectures
|
||||
subtrees:
|
||||
- entries:
|
||||
- file: conceptual/gpu-arch/mi250.md
|
||||
title: MI250 microarchitecture
|
||||
subtrees:
|
||||
- entries:
|
||||
- url: https://www.amd.com/system/files/TechDocs/instinct-mi200-cdna2-instruction-set-architecture.pdf
|
||||
title: AMD Instinct MI200/CDNA2 ISA
|
||||
- url: https://www.amd.com/system/files/documents/amd-cdna2-white-paper.pdf
|
||||
title: White paper
|
||||
- file: conceptual/gpu-arch/mi200-performance-counters.md
|
||||
title: Performance counter
|
||||
- file: conceptual/gpu-arch/mi100.md
|
||||
title: MI100 microarchitecture
|
||||
subtrees:
|
||||
- entries:
|
||||
- url: https://www.amd.com/system/files/TechDocs/instinct-mi100-cdna1-shader-instruction-set-architecture%C2%A0.pdf
|
||||
title: AMD Instinct MI100/CDNA1 ISA
|
||||
- url: https://www.amd.com/system/files/documents/amd-cdna-whitepaper.pdf
|
||||
title: White paper
|
||||
- file: conceptual/gpu-memory.md
|
||||
title: GPU memory
|
||||
- file: conceptual/compiler-disambiguation.md
|
||||
title: Compiler disambiguation
|
||||
- file: conceptual/file-reorg.md
|
||||
title: File structure (Linux FHS)
|
||||
- file: conceptual/gpu-isolation.md
|
||||
title: GPU isolation techniques
|
||||
- file: conceptual/using-gpu-sanitizer.md
|
||||
title: LLVN ASan
|
||||
- file: conceptual/cmake-packages.rst
|
||||
title: Using CMake
|
||||
- file: conceptual/More-about-how-ROCm-uses-PCIe-Atomics.rst
|
||||
title: ROCm & PCIe atomics
|
||||
- file: conceptual/ai-pytorch-inception.md
|
||||
title: Inception v3 with PyTorch
|
||||
- file: conceptual/ai-migraphx-optimization.md
|
||||
title: Inference optimization with MIGraphX
|
||||
|
||||
- caption: Contribute
|
||||
entries:
|
||||
- file: contribute/index.md
|
||||
title: Contribute to ROCm docs
|
||||
subtrees:
|
||||
- entries:
|
||||
- file: contribute/toolchain.md
|
||||
title: Documentation tools
|
||||
- file: contribute/building.md
|
||||
title: Building documentation
|
||||
- file: contribute/feedback.md
|
||||
title: Providing feedback
|
||||
- file: about/license.md
|
||||
title: ROCm license
|
||||
# Anywhere {branch} is used, the branch name will be substituted.
|
||||
# These comments will also be removed.
|
||||
defaults:
|
||||
numbered: False
|
||||
maxdepth: 6
|
||||
root: index
|
||||
subtrees:
|
||||
- entries:
|
||||
- file: about
|
||||
|
||||
@@ -1 +1 @@
|
||||
rocm-docs-core==0.26.0
|
||||
rocm-docs-core==0.26.0
|
||||
|
||||
@@ -1,151 +1,154 @@
|
||||
#
|
||||
# This file is autogenerated by pip-compile with Python 3.10
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile requirements.in
|
||||
#
|
||||
accessible-pygments==0.0.3
|
||||
# via pydata-sphinx-theme
|
||||
alabaster==0.7.13
|
||||
# via sphinx
|
||||
babel==2.11.0
|
||||
# via
|
||||
# pydata-sphinx-theme
|
||||
# sphinx
|
||||
beautifulsoup4==4.11.2
|
||||
# via pydata-sphinx-theme
|
||||
breathe==4.34.0
|
||||
# via rocm-docs-core
|
||||
certifi==2023.7.22
|
||||
# via requests
|
||||
cffi==1.15.1
|
||||
# via
|
||||
# cryptography
|
||||
# pynacl
|
||||
charset-normalizer==2.1.1
|
||||
# via requests
|
||||
click==8.1.3
|
||||
# via sphinx-external-toc
|
||||
cryptography==41.0.3
|
||||
# via pyjwt
|
||||
deprecated==1.2.13
|
||||
# via pygithub
|
||||
docutils==0.19
|
||||
# via
|
||||
# breathe
|
||||
# myst-parser
|
||||
# pydata-sphinx-theme
|
||||
# sphinx
|
||||
fastjsonschema==2.16.3
|
||||
# via rocm-docs-core
|
||||
gitdb==4.0.10
|
||||
# via gitpython
|
||||
gitpython==3.1.30
|
||||
# via rocm-docs-core
|
||||
idna==3.4
|
||||
# via requests
|
||||
imagesize==1.4.1
|
||||
# via sphinx
|
||||
importlib-metadata==6.8.0
|
||||
# via sphinx
|
||||
importlib-resources==6.1.0
|
||||
# via rocm-docs-core
|
||||
jinja2==3.1.2
|
||||
# via
|
||||
# myst-parser
|
||||
# sphinx
|
||||
markdown-it-py==2.2.0
|
||||
# via
|
||||
# mdit-py-plugins
|
||||
# myst-parser
|
||||
markupsafe==2.1.2
|
||||
# via jinja2
|
||||
mdit-py-plugins==0.3.4
|
||||
# via myst-parser
|
||||
mdurl==0.1.2
|
||||
# via markdown-it-py
|
||||
myst-parser==1.0.0
|
||||
# via rocm-docs-core
|
||||
packaging==23.0
|
||||
# via
|
||||
# pydata-sphinx-theme
|
||||
# sphinx
|
||||
pycparser==2.21
|
||||
# via cffi
|
||||
pydata-sphinx-theme==0.13.3
|
||||
# via
|
||||
# rocm-docs-core
|
||||
# sphinx-book-theme
|
||||
pygithub==1.58.1
|
||||
# via rocm-docs-core
|
||||
pygments==2.15.0
|
||||
# via
|
||||
# accessible-pygments
|
||||
# pydata-sphinx-theme
|
||||
# sphinx
|
||||
pyjwt[crypto]==2.6.0
|
||||
# via pygithub
|
||||
pynacl==1.5.0
|
||||
# via pygithub
|
||||
pytz==2022.7.1
|
||||
# via babel
|
||||
pyyaml==6.0
|
||||
# via
|
||||
# myst-parser
|
||||
# rocm-docs-core
|
||||
# sphinx-external-toc
|
||||
requests==2.31.0
|
||||
# via
|
||||
# pygithub
|
||||
# sphinx
|
||||
rocm-docs-core==0.26.0
|
||||
# via -r requirements.in
|
||||
smmap==5.0.0
|
||||
# via gitdb
|
||||
snowballstemmer==2.2.0
|
||||
# via sphinx
|
||||
soupsieve==2.4
|
||||
# via beautifulsoup4
|
||||
sphinx==5.3.0
|
||||
# via
|
||||
# breathe
|
||||
# myst-parser
|
||||
# pydata-sphinx-theme
|
||||
# rocm-docs-core
|
||||
# sphinx-book-theme
|
||||
# sphinx-copybutton
|
||||
# sphinx-design
|
||||
# sphinx-external-toc
|
||||
# sphinx-notfound-page
|
||||
sphinx-book-theme==1.0.1
|
||||
# via rocm-docs-core
|
||||
sphinx-copybutton==0.5.1
|
||||
# via rocm-docs-core
|
||||
sphinx-design==0.4.1
|
||||
# via rocm-docs-core
|
||||
sphinx-external-toc==0.3.1
|
||||
# via rocm-docs-core
|
||||
sphinx-notfound-page==0.8.3
|
||||
# via rocm-docs-core
|
||||
sphinxcontrib-applehelp==1.0.4
|
||||
# via sphinx
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
# via sphinx
|
||||
sphinxcontrib-htmlhelp==2.0.1
|
||||
# via sphinx
|
||||
sphinxcontrib-jsmath==1.0.1
|
||||
# via sphinx
|
||||
sphinxcontrib-qthelp==1.0.3
|
||||
# via sphinx
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
# via sphinx
|
||||
typing-extensions==4.5.0
|
||||
# via pydata-sphinx-theme
|
||||
urllib3==1.26.13
|
||||
# via requests
|
||||
wrapt==1.14.1
|
||||
# via deprecated
|
||||
zipp==3.17.0
|
||||
# via
|
||||
# importlib-metadata
|
||||
# importlib-resources
|
||||
#
|
||||
# This file is autogenerated by pip-compile with Python 3.10
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile requirements.in
|
||||
#
|
||||
accessible-pygments==0.0.4
|
||||
# via pydata-sphinx-theme
|
||||
alabaster==0.7.13
|
||||
# via sphinx
|
||||
babel==2.13.1
|
||||
# via
|
||||
# pydata-sphinx-theme
|
||||
# sphinx
|
||||
beautifulsoup4==4.12.2
|
||||
# via pydata-sphinx-theme
|
||||
breathe==4.35.0
|
||||
# via rocm-docs-core
|
||||
certifi==2023.7.22
|
||||
# via requests
|
||||
cffi==1.16.0
|
||||
# via
|
||||
# cryptography
|
||||
# pynacl
|
||||
charset-normalizer==3.3.1
|
||||
# via requests
|
||||
click==8.1.7
|
||||
# via sphinx-external-toc
|
||||
cryptography==41.0.5
|
||||
# via pyjwt
|
||||
deprecated==1.2.14
|
||||
# via pygithub
|
||||
docutils==0.19
|
||||
# via
|
||||
# breathe
|
||||
# myst-parser
|
||||
# pydata-sphinx-theme
|
||||
# sphinx
|
||||
fastjsonschema==2.18.1
|
||||
# via rocm-docs-core
|
||||
gitdb==4.0.11
|
||||
# via gitpython
|
||||
gitpython==3.1.40
|
||||
# via rocm-docs-core
|
||||
idna==3.4
|
||||
# via requests
|
||||
imagesize==1.4.1
|
||||
# via sphinx
|
||||
jinja2==3.1.2
|
||||
# via
|
||||
# myst-parser
|
||||
# sphinx
|
||||
markdown-it-py==2.2.0
|
||||
# via
|
||||
# mdit-py-plugins
|
||||
# myst-parser
|
||||
markupsafe==2.1.3
|
||||
# via jinja2
|
||||
mdit-py-plugins==0.3.5
|
||||
# via myst-parser
|
||||
mdurl==0.1.2
|
||||
# via markdown-it-py
|
||||
myst-parser==1.0.0
|
||||
# via rocm-docs-core
|
||||
packaging==23.2
|
||||
# via
|
||||
# pydata-sphinx-theme
|
||||
# sphinx
|
||||
pycparser==2.21
|
||||
# via cffi
|
||||
pydata-sphinx-theme==0.14.2
|
||||
# via
|
||||
# rocm-docs-core
|
||||
# sphinx-book-theme
|
||||
pygithub==2.1.1
|
||||
# via rocm-docs-core
|
||||
pygments==2.16.1
|
||||
# via
|
||||
# accessible-pygments
|
||||
# pydata-sphinx-theme
|
||||
# sphinx
|
||||
pyjwt[crypto]==2.8.0
|
||||
# via pygithub
|
||||
pynacl==1.5.0
|
||||
# via pygithub
|
||||
python-dateutil==2.8.2
|
||||
# via pygithub
|
||||
pyyaml==6.0.1
|
||||
# via
|
||||
# myst-parser
|
||||
# rocm-docs-core
|
||||
# sphinx-external-toc
|
||||
requests==2.31.0
|
||||
# via
|
||||
# pygithub
|
||||
# sphinx
|
||||
rocm-docs-core==0.26.0
|
||||
# via -r requirements.in
|
||||
six==1.16.0
|
||||
# via python-dateutil
|
||||
smmap==5.0.1
|
||||
# via gitdb
|
||||
snowballstemmer==2.2.0
|
||||
# via sphinx
|
||||
soupsieve==2.5
|
||||
# via beautifulsoup4
|
||||
sphinx==5.3.0
|
||||
# via
|
||||
# breathe
|
||||
# myst-parser
|
||||
# pydata-sphinx-theme
|
||||
# rocm-docs-core
|
||||
# sphinx-book-theme
|
||||
# sphinx-copybutton
|
||||
# sphinx-design
|
||||
# sphinx-external-toc
|
||||
# sphinx-notfound-page
|
||||
# sphinxcontrib-applehelp
|
||||
# sphinxcontrib-devhelp
|
||||
# sphinxcontrib-htmlhelp
|
||||
# sphinxcontrib-qthelp
|
||||
# sphinxcontrib-serializinghtml
|
||||
sphinx-book-theme==1.0.1
|
||||
# via rocm-docs-core
|
||||
sphinx-copybutton==0.5.2
|
||||
# via rocm-docs-core
|
||||
sphinx-design==0.5.0
|
||||
# via rocm-docs-core
|
||||
sphinx-external-toc==0.3.1
|
||||
# via rocm-docs-core
|
||||
sphinx-notfound-page==1.0.0
|
||||
# via rocm-docs-core
|
||||
sphinxcontrib-applehelp==1.0.7
|
||||
# via sphinx
|
||||
sphinxcontrib-devhelp==1.0.5
|
||||
# via sphinx
|
||||
sphinxcontrib-htmlhelp==2.0.4
|
||||
# via sphinx
|
||||
sphinxcontrib-jsmath==1.0.1
|
||||
# via sphinx
|
||||
sphinxcontrib-qthelp==1.0.6
|
||||
# via sphinx
|
||||
sphinxcontrib-serializinghtml==1.1.9
|
||||
# via sphinx
|
||||
typing-extensions==4.8.0
|
||||
# via
|
||||
# pydata-sphinx-theme
|
||||
# pygithub
|
||||
urllib3==2.0.7
|
||||
# via
|
||||
# pygithub
|
||||
# requests
|
||||
wrapt==1.15.0
|
||||
# via deprecated
|
||||
|
||||
Reference in New Issue
Block a user