c++ version supported by cuda 5.0

后端 未结 4 1664
遇见更好的自我
遇见更好的自我 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:49

    now if you are asking about Cuda/C++ or the THRUST library . the thrust library is very similar to the stl c++ in regards to the containers, iterators and algorithms , but it s not c++ 11.

    nvcc compiles gpu code . nvcc support ( Cuda C and Cuda C++ /thrust ) gcc compile cpu code . gcc ( support C and C++ ) .

提交回复
热议问题