mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
fix RTD build failing on pdflatex and linting deadlock (#2398)
* docs(openmp.md): specify width and height for openmp toolchain svg * fix linting
This commit is contained in:
10
.github/workflows/linting.yml
vendored
10
.github/workflows/linting.yml
vendored
@@ -1,6 +1,12 @@
|
||||
name: Linting
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- main
|
||||
- 'docs/*'
|
||||
- 'roc**'
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
@@ -8,10 +14,6 @@ on:
|
||||
- 'docs/*'
|
||||
- 'roc**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
call-workflow-passing-data:
|
||||
name: Documentation
|
||||
|
||||
@@ -16,7 +16,7 @@ The ROCm OpenMP compiler is implemented using LLVM compiler technology.
|
||||
|
||||
```{figure-md} openmp-toolchain
|
||||
|
||||
<img src="/data/reference/openmp/openmp_toolchain.svg" alt="">
|
||||
<img src="/data/reference/openmp/openmp_toolchain.svg" alt="" width="950" height="768">
|
||||
|
||||
OpenMP Toolchain
|
||||
```
|
||||
|
||||
@@ -58,7 +58,6 @@ ROCm supports virtualization for select GPUs only as shown below.
|
||||
| VMWare | ESXi 8 | MI210 | Ubuntu 20.04 (`5.15.0-56-generic`), SLES 15 SP4 (`5.14.21-150400.24.18-default`) |
|
||||
| VMWare | ESXi 7 | MI210 | Ubuntu 20.04 (`5.15.0-56-generic`), SLES 15 SP4 (`5.14.21-150400.24.18-default`) |
|
||||
|
||||
(supported_gpus)=
|
||||
## Linux Supported GPUs
|
||||
|
||||
The table below shows supported GPUs for Instinct™, Radeon Pro™ and Radeon™
|
||||
|
||||
Reference in New Issue
Block a user