Sam Wu
2edcc3a6c6
Update documentation requirements
2024-09-16 10:12:40 -08:00
Sam Wu
ae2409fa47
Update documentation requirements
2024-06-06 16:58:35 -06:00
Sam Wu
574d62b077
Fix RTD config
2024-05-02 08:54:54 -06:00
Sam Wu
ff9c523c3e
Update documentation requirements
2024-05-01 16:59:20 -06:00
Sam Wu
5712fd2b98
Update documentation requirements
2024-05-01 16:53:13 -06:00
Mátyás Aradi
f0a9e81a9a
Update Linux and ROCm versions in ROCm 5.4.1 ( #2877 )
...
* Update Linux and ROCm versions
* Update CI to use build.os
2024-02-08 09:07:08 -07:00
Sam Wu
829d91892b
add version to html title
2023-08-04 17:17:07 -06:00
Sam Wu
1e5228b65f
update pdf
2023-06-30 09:39:15 -06:00
Sam Wu
5ae4c333c5
rocm-docs-core v0.18.3
2023-06-30 09:39:02 -06:00
Máté Ferenc Nagy-Egri
15292ddebe
Downgrade license notice to 5.4.1
2023-06-22 18:37:26 +02:00
Máté Ferenc Nagy-Egri
89986d332d
Downgrade changelog to 5.4.1
2023-06-22 18:37:25 +02:00
Máté Ferenc Nagy-Egri
de6fc1634a
Downgrade install instructions to 5.4.1
2023-06-22 18:37:25 +02:00
Máté Ferenc Nagy-Egri
52986c3635
Downgrade release notes to 5.4.1
2023-06-22 18:37:25 +02:00
Máté Ferenc Nagy-Egri
b86717e454
Downgrade license notice to 5.4.2
2023-06-22 18:37:25 +02:00
Máté Ferenc Nagy-Egri
7dbd277203
Downgrade changelog to 5.4.2
2023-06-22 18:37:25 +02:00
Máté Ferenc Nagy-Egri
31ee8e712c
Downgrade install instructions to 5.4.2
2023-06-22 18:37:25 +02:00
Máté Ferenc Nagy-Egri
55eda666d5
Downgrade release notes to 5.4.2
2023-06-22 18:37:24 +02:00
Máté Ferenc Nagy-Egri
01e24da121
Downgrade support matrices to 5.4.3
2023-06-22 18:37:24 +02:00
Máté Ferenc Nagy-Egri
f68c47d748
Downgrade changelog to 5.4.3
2023-06-22 18:37:24 +02:00
Máté Ferenc Nagy-Egri
2c0a351bbd
Downgrade install instructions to 5.4.3
2023-06-22 18:37:24 +02:00
Máté Ferenc Nagy-Egri
b6509809d3
Downgrade OS support to 5.4.3
2023-06-22 18:37:24 +02:00
Máté Ferenc Nagy-Egri
a29205cc5c
Downgrade release notes to 5.4.3
2023-06-22 18:37:24 +02:00
Máté Ferenc Nagy-Egri
16c4d22099
Downgrade changelog to 5.5.0
2023-06-22 18:37:23 +02:00
Máté Ferenc Nagy-Egri
ed3335c3a5
Downgrade install instructions to 5.5.0
2023-06-22 18:37:23 +02:00
Máté Ferenc Nagy-Egri
30f27c4644
Downgrade OS support to 5.5.0
2023-06-22 18:37:23 +02:00
Máté Ferenc Nagy-Egri
f4be54f896
Downgrade release notes to 5.5.0
2023-06-22 18:37:23 +02:00
Máté Ferenc Nagy-Egri
9c04aef6a5
Fix HIP API reference links
2023-06-22 18:37:23 +02:00
Máté Ferenc Nagy-Egri
c7d4e75e95
Add support for non-Pro Radeon VII
2023-06-22 18:37:23 +02:00
Máté Ferenc Nagy-Egri
aabbea88f2
Fix ROCm SMI links
2023-06-22 18:37:14 +02:00
Máté Ferenc Nagy-Egri
7747e130b9
Update rocm-docs-core to 0.16.0
2023-06-22 18:37:04 +02:00
Gergely Meszaros
a471e8debe
Add instructions for adding extra repositories in RHEL and SLES
...
The hip-devel package depends on perl modules not distributed by default
on RHEL and SLES distriubutions, these can be installed from EPEL and
the `devel:languages:perl` repository respectively.
Ideally in the future these dependencies would be replaced with packages
available from default repositories, but in the meanwhile this should
be at least documented.
2023-06-08 09:37:00 -06:00
dependabot[bot]
8c86526f98
Bump rocm-docs-core from 0.13.3 to 0.13.4 in /docs/sphinx ( #2226 )
...
Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core ) from 0.13.3 to 0.13.4.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases )
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.13.3...v0.13.4 )
---
updated-dependencies:
- dependency-name: rocm-docs-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 09:18:23 -06:00
Mészáros Gergely
a42fae5140
Install fixes ( #2228 )
...
* Remove install instructions for unsuported RHEL 8.8 and 9.2
Current ROCm release does not support these versions of RHEL
* Centralize disclaimers and perquisites for installation
- Move the single-version to multi-version diclaimer to the install
overview page where single vs multi installs are discussed.
- Move the installation of kernel-headers and development packages
to the install preparation page. Unify it mainly from the quick start
content.
* s/Name/name/ in repository config files for RHEL
The repository name can be set as `name=><name>` instead of `Name`,
otherwise yum complains about the repo not having a name, e.g:
```output
Repository 'ROCm-5.3.3' is missing name in configuration, using id.
```
This is fixed with this commit.
* Clean up render/video group section on prerequisites
* Installation and Upgrade restructuring & fixes
- Fix the rocm package urls for RHEL in the install & upgrade guides
- RHEL8 and 9 have different URLs, add a tab-set similar to ubuntu
for them.
- Fix the package URL in the upgrade guide for SLES (previously pointed
to the amdgpu url)
- Change the apt-signing key download and conversion to the method used
in the quick start guide, which is the recommended by ubuntu maintainers
- Change the install steps from list items to rubrics with numbered entries
which is more readable and matches the style in the quick start guide
- Do not pass `--append` to `tee` in the upgrade guide, because it is
meant to overwrite.
- Split the one long tab-set to multiple tab-sets in the upgrade guide
to improve readability
2023-06-08 09:17:51 -06:00
Saad Rahim
bcb3dd3b4a
PCIe Atomics ( #2223 )
...
Co-authored-by: Nagy-Egri Máté Ferenc <beiktatas+github@outlook.hu >
2023-06-06 21:52:18 -06:00
Mészáros Gergely
8784fe3fba
Install updates ( #2221 )
...
* Install updates
- revert distro command installation -> package manager installation
- move description of installer script to common section
- updates to the installer script installation page
- other misc fixes
* Fix spelling
2023-06-06 07:06:06 -06:00
Saad Rahim
6e79d204b8
Further installation fixes ( #2219 )
...
Co-authored-by: Sam Wu <sjwu@ualberta.ca >
2023-06-04 11:33:27 -06:00
Sam Wu
7076bc18ca
Standardize install instructions ( #2220 )
...
* standardize install instructions
* use rocm-5.5.1 in install instructions
2023-06-04 10:49:11 -06:00
Saad Rahim
519df7a51f
Refactoring installation documentation ( #2202 )
...
Co-authored-by: Sam Wu <sam.wu2@amd.com >
2023-06-02 14:35:24 -06:00
dependabot[bot]
90c697b6d3
Bump rocm-docs-core from 0.13.2 to 0.13.3 in /docs/sphinx ( #2214 )
...
Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core ) from 0.13.2 to 0.13.3.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases )
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.13.2...v0.13.3 )
---
updated-dependencies:
- dependency-name: rocm-docs-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 11:52:50 -06:00
Nara
125cc37981
Update changelog for 5.5.1 ( #2199 )
...
* docs(changelog): update changelog for 5.5.1
Signed-off-by: Nara Prasetya <nara@streamhpc.com >
* docs(changelog): Improve continuity in release notes
* docs(changelog): Add changelog to TOC
---------
Signed-off-by: Nara Prasetya <nara@streamhpc.com >
2023-06-01 09:40:51 -06:00
Nagy-Egri Máté Ferenc
5752b5986c
Remove links to docs.amd.com ( #2200 )
...
* Remove links to docs.amd.com
* Fix linking to list item (not possible)
2023-06-01 08:16:38 -06:00
dependabot[bot]
2829c088c2
Bump rocm-docs-core from 0.13.1 to 0.13.2 in /docs/sphinx ( #2201 )
...
Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core ) from 0.13.1 to 0.13.2.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases )
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.13.1...v0.13.2 )
---
updated-dependencies:
- dependency-name: rocm-docs-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-31 11:49:43 -06:00
dependabot[bot]
3b9fb62600
Bump rocm-docs-core from 0.13.0 to 0.13.1 in /docs/sphinx ( #2190 )
...
Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core ) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases )
- [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.13.0...v0.13.1 )
---
updated-dependencies:
- dependency-name: rocm-docs-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam Wu <sam.wu2@amd.com >
2023-05-30 10:20:18 -06:00
Mészáros Gergely
b7222caed2
Replace incorrect em-dashes with dashes in code-blocks ( #2192 )
...
Replace em-dash('–') with dash('-') in code blocks where the latter was
meant.
2023-05-30 07:26:23 -06:00
Nagy-Egri Máté Ferenc
c285dd729f
Team-feedback ( #2193 )
...
* Fix hipRAND copy-paste error
* Remove superflous table reference
2023-05-30 07:06:06 -06:00
Mészáros Gergely
0c93636d23
Replace links to subprojects docs with intersphinx links ( #2181 )
2023-05-29 12:33:46 -06:00
Sam Wu
3fa5f1fddc
Update doc requirements and suppress duplicate main doc link ( #2189 )
...
* update to rocm-docs-core v0.13.0
also suppress main doc link
* rename home link to ROCm Documentation Home
2023-05-29 12:32:50 -06:00
Saad Rahim
17b029b885
Changing title ( #2183 )
2023-05-25 22:32:59 -06:00
Saad Rahim
460f46c3be
Adding repo priority for Ubuntu 22.04 ( #2178 )
...
* Adding repo priority for Ubuntu 22.04
* removed unnecessary apt-update
2023-05-25 14:46:43 -06:00
Mészáros Gergely
6feca81dd0
docs: fix bios settings tables in mi100/mi200 tuning guides ( #2179 )
...
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.
2023-05-25 09:54:40 -06:00