...
The CUDA platform is designed to work with programming languages such as C, C++, and Fortran.
Usage
Version | module |
---|---|
10.2.89 | cuda/10.2.89 |
11.0.2 | cuda/11.0.2 |
11.1.0. | cuda/11.1.0 |
cuda/11.1.0 is the default cuda compiler, however gpu enabled applications are compiled with cuda/10.2.89 that is loaded as part of solgpu or hawkgpu modules.
...
There are three types of GPUs available on Sol and Hawk with different compute capabilities
GPU | Compute Capability | Compile option |
---|---|---|
GTX 1080 | 6.1 | -gencode arch=compute_61,code=sm_61 |
RTX 2080TI | 7.5 | -gencode arch=compute_61,code=sm_75 |
Tesla T4 | 7.5 | -gencode arch=compute_75,code=sm_75 |
A100 | 8.0 | -gencode arch=compute_80,code=sm_80 |
A40 | 8.6 | -gencode arch=compute_86,code=sm_86 |