GPU Stuff
Jump to navigation
Jump to search
NVidia GPU Architecture Flags
When compiling with NVCC, you need to specify the Nvidia architecture that the CUDA files will be compiled for. Please refer to GPU Feature List for CUDA naming scheme sm_xy where x denotes the GPU generation and y denotes the version. The table below lists the SM flags for the three types of GPUs on HiPerGator.
SM | Nvidia Cards |
---|---|
SM_37 | Tesla K80 |
SM_61 | GeForce GTX 1080Ti |
SM_75 | GeForce RTX 2080Ti |
SM_80 | DGX A100 |