Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The CUDA platform is designed to work with programming languages such as C, C++, and Fortran. 

Usage

Version

module name

10.2.89

cuda/10.2.89

11.0.2

cuda/11.0.2

11.1.0.

cuda/11.1.0

11.6.0

cuda/11

...

.6.0

cuda/11.6.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.


Available GPUs

There are three types of GPUs available on Sol and Hawk with different compute capabilities (A100 and A40 GPUs will be available by Summer 2021)

GPU

Compute Capability

Compile option

GTX 1080

6.1

-gencode arch=compute_61,code=sm_61

RTX 2080TI

7.5

-gencode arch=compute_6175,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

...