Fixes for roc-5.7.x branch (#2486)

* Update Release Note Tables for 5.6.1 and 5.7.0 (#2478)

* add changelog table for 5.6.1

* update 5.7.0 changelog table

* specify svg size

* do not use xelatex

* set fontpkg

* fix typo in conf.py

* fix typo

* Update openmp.md

* rm 404 img
This commit is contained in:
Sam Wu
2023-09-20 11:49:47 -06:00
committed by GitHub
parent 80d8eb84ef
commit fac4843569
5 changed files with 57 additions and 23 deletions

View File

@@ -1,7 +1,3 @@
# 404 - Page Not Found
```{figure} ./data/AMD-404.png
:align: center
```
Return [home](./index) or use the sidebar navigation to get back on track.

View File

@@ -15,6 +15,13 @@ shutil.copy2('../RELEASE.md','./release.md')
shutil.copy2('../CHANGELOG.md','./CHANGELOG.md')
latex_engine = "xelatex"
latex_elements = {
"fontpkg": r"""
\usepackage{tgtermes}
\usepackage{tgheros}
\renewcommand\ttdefault{txtt}
"""
}
# configurations for PDF output by Read the Docs
project = "ROCm Documentation"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -14,7 +14,7 @@ this ROCm release. See the list of supported GPUs in {doc}`/release/gpu_os_suppo
The ROCm OpenMP compiler is implemented using LLVM compiler technology.
{numref}`openmp-toolchain` illustrates the internal steps taken to translate a users application into an executable that can offload computation to the AMDGPU. The compilation is a two-pass process. Pass 1 compiles the application to generate the CPU code and Pass 2 links the CPU code to the AMDGPU device code.
![OpenMP Toolchain](../../data/reference/openmp/openmp_toolchain.svg)
![OpenMP Toolchain](../../data/reference/openmp/openmp_toolchain.svg "OpenMP toolchain" =800x600)
### Installation