CUDA: Wrapping device memory allocation in C++

前端 未结 4 997
长情又很酷
长情又很酷 2020-12-28 17:51

I\'m starting to use CUDA at the moment and have to admit that I\'m a bit disappointed with the C API. I understand the reasons for choosing C but had the language been base

4条回答
  •  抹茶落季
    2020-12-28 18:22

    In the meantime there were some further developments (not so much in terms of the CUDA API, but at least in terms of projects attempting an STL-like approach to CUDA data management).

    Most notably there is a project from NVIDIA research: thrust

提交回复
热议问题