omnitrace
omnitrace copied to clipboard
Docs: Use Omnitrace's version number in installer download command
This PR:
- Updates conf.py to non-legacy rocm-docs-core setup
- Injects Omnitrace's version number into the download command for omnitrace-installer.py (quick-start.rst)
- Fixes an issue causing the download url (
https://github.com/ROCm/omnitrace/releases/latest/download/omnitrace-install.py) to not work if the latest release is a rocm tag
- Fixes an issue causing the download url (
Updated reference to "omniperf" to "omnitrace" in description.
@dgaliffiAMD
FYI, with this change, users will only see the latest Omnitrace version number (i.e., 1.12.0) in main which is effectively staging documentation.
The latest and other versions of the docs will show the Omnitrace version associated with that ROCm release (i.e., 1.11.2). This means the "default" version of the docs will not show the latest Omnitrace version (1.12.0). So, this actually changes the installation instructions.
This might not be what you expected?