c++ version supported by cuda 5.0

后端 未结 4 1656
遇见更好的自我
遇见更好的自我 2020-12-16 04:00

I can\'t find which version/which concepts of c++ is/are supported by CUDA 5.0. I could not find any information in the Programming Guide or Reference Guide delivered with t

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-16 04:48

    The release notes contain a list of support platforms including which versions of GCC are supported, the 5.0 Release Candidate release notes show that the most recent supported GCC is 4.6 for certain distributions (and older for other distributions).

    Once you know which GCC version is supported, compare with the GCC C++0x/C++11 feature list.

提交回复
热议问题