Skip to content

Commit fb5c83b

Browse files
authored
Merge pull request #504 from casparvl/add_supported_gpu_archs
Add docs on GPU support
2 parents 7eed220 + 5f1ee0a commit fb5c83b

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

docs/software_layer/gpu_targets.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# GPU targets
2+
3+
## NVIDIA
4+
5+
The 2023.06 software stack has optimized code for the major GPU CUDA Compute Capabilities 7.0, 8.0 and 9.0, for all CPU targets listed in [CPU targets](cpu_targets.md). NVIDIA guarantees forwards compatibility within a major CUDA Compute Capability (i.e. a GPU with CUDA Compute Capability 8.6 can run code built for CUDA Compute Capability 8.0); this means that all cards with Compute Capability 7.X, 8.X and 9.X are supported. The decision to only ship code optimized for the major architectures was made to keep the amount of software builds that need to be done at a reasonable level - even just building the major CUDA Compute Capabilities for all CPU targets requires (at the time of writing) around 40 builds.
6+
7+
Not all builds are done natively, i.e. on a system actually containing a CPU and GPU of the type that is being built for. The table below shows an overview of the supported CPU/GPU architectures (in green). The combinations marked with an 'N' are built natively.
8+
9+
![Overview of supported CPU/GPU architectures in EESSI 2023.06](img/GPU_support_202306.png)
10+
11+
## AMD
12+
13+
Support for AMD GPUs is a work in progress.
57.2 KB
Loading

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ nav:
2222
- Compatibility layer: compatibility_layer.md
2323
- Software layer: software_layer.md
2424
- Supported CPU targets: software_layer/cpu_targets.md
25+
- Supported GPU targets: software_layer/gpu_targets.md
2526
- Available software and repositories:
2627
- Software: available_software/overview.md
2728
- Repositories:

0 commit comments

Comments
 (0)