Trying to get CUDA 7.5 to work with GCC 5.x

前端 未结 3 1312
离开以前
离开以前 2021-01-23 06:08

So, if you try to use nvcc when the system GCC is version 5 and up, you get an \"unsupported version\" error. But - I\'ve heard people report that they\'ve just commented this o

3条回答
  •  灰色年华
    2021-01-23 06:53

    It's essentially futile to try to get GCC 5.x to work with CUDA 7.5 - there are some (or many?) incompatiblity issues which you simply can't resolve. Instead, just upgrade to CUDA 8.0 which has become available since this question was asked.

提交回复
热议问题