Project

General

Profile

CUDAgccCompatibility » History » Version 1

Jonathan Smith, 02/01/2018 04:24 AM

1 1 Jonathan Smith
#  CUDA / GCC Compatibility 
2
3
## CUDA 8.0
4
5
Supports gcc <= 5.3 in general. Later updates to the toolkit softened this to gcc <=5, so potentially 5.5 is OK.
6
https://devtalk.nvidia.com/default/topic/972136/-resolved-cuda-8-nvcc-uses-/
7
8
## CUDA 9.0
9
10
https://developer.download.nvidia.com/compute/cuda/9.0/Prod/docs/sidebar/CUDA_Toolkit_Release_Notes.pdf
11
Claims GCC 6.X is now supported
12
Presumably means 7.X is not yet.