* Update Links (#2240)
* update link to PCIe Gen 4 pdf
* fix broken links
* remove references to broken links
* fix spelling of data center
* Fixing HIP link (#2236)
* Swati develop (#2245)
* Added deleted sections to openmp.md and other improvements
* Update openmp.md
Tagged `ICV`
* Solving indiscrepencies in openmp.md
There are apparently differences in the published document and information conveyed by the Dev. Fixed it.
* add new words to wordlist
---------
Co-authored-by: Sam Wu <sam.wu2@amd.com>
* fix rocm_smi_lib link in toc (#2260)
* ROCm FHS Reorganization, Backward Compatibility, and Versioning - rev (#2255)
* update requirements
---------
Co-authored-by: Saad Rahim <44449863+saadrahim@users.noreply.github.com>
Co-authored-by: srawat <120587655+SwRaw@users.noreply.github.com>
Co-authored-by: Ehud Sharlin <112672820+Ehud-Sharlin@users.noreply.github.com>
* docs: clean up SLES tab-sets
- Always use a tab-set for SLES 15.4
- In the toplevel SLES title don't say version 15
- harmonize the `:sync:` labels between documents
* docs: Misc fixes in installation
- Fix rocm repository url in the installer script installation for SLES
- Add a missing :sync: tab in installation prerequisites
* docs: add SLES 15.5 support to installation and OS support pages
* Update tensorflow_install.md
Fixed writing commands so that when executed by copy paste it doesn't cause an error.
* Update tensorflow_install.md
Following @saadrahim's suggestion of using "\" to signify a line break in bash.
Add empty cells to list tables to make them uniform (all rows have the
same number of cells), before this the tables errored out with:
> ERROR: Error parsing content block for the "list-table" directive:
> uniform two-level bullet list expected, but row 13 does not contain
> the same number of items as row 1 (3 vs 4)
and the table did not show up.
* update the gpu-aware-mpi page
Three changes:
- add the ucx compatibility table
- add the --with-rocm=/opt/rocm option to the compilation of Open MPI
- add a section about how to compile and use UCC for collective
operations.
* Changing link to relative
* Update gpu_aware_mpi.md
---------
Co-authored-by: Saad Rahim <44449863+saadrahim@users.noreply.github.com>
* update links to new docs and rename .sphinx dir to sphinx
* fix spelling and formatting
add new words to wordlist
remove empty headers
remove version number for ROCm in conf.py
fix typos
* add more formats to rtd config
* Clean up the deployment related pages
- Add an index page for the linux deployment submenu
- Remove deployment options that are not yet completed (i.e. spack,
from source installation)
- remove the general deployment index page
- various cleanups and clarifications in the rest of the pages
* Move all deploy pages to deploy folder
---------
Co-authored-by: Gergely Meszaros <gergely@streamhpc.com>