I was wondering what the schedule was for implementing CUDA support for C++11? I saw on the “CUDA 5 and Beyond” presentation that there was a mention a C++11 lambda function. I was just wondering if full C++11 support is implemented in CUDA 5, or whether there is a future release that will implement full support for C++11? Thanks.
Don’t hold your breath, even regular C++ compilers (i.e. gcc or MSVC) don’t have full C++11 support. The best you can hope for will likely be partial C++11 support, and even then some features will be largely orthogonal to CUDA – that is, many of the features won’t translate well to the GPU.