mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-16 17:36:17 -05:00
Change OpenMP Image Syntax and Update RTD config (#2400)
* update rtd config * use standard markdown syntax for openmp svg * fix rtd config
This commit is contained in:
@@ -14,12 +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.
|
||||
|
||||
```{figure-md} openmp-toolchain
|
||||
|
||||
<img src="/data/reference/openmp/openmp_toolchain.svg" alt="" width="950" height="768">
|
||||
|
||||
OpenMP Toolchain
|
||||
```
|
||||

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