Versions Compared

Key

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

...

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_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

...