mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-16 17:36:17 -05:00
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:
@@ -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.
|
||||
|
||||
@@ -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 |
@@ -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 user’s 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.
|
||||
|
||||

|
||||

|
||||
|
||||
### Installation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user