CUDA and Classes

前端 未结 2 531
刺人心
刺人心 2020-11-29 17:51

I\'ve searched all over for some insight on how exactly to use classes with CUDA, and while there is a general consensus that it can be done and apparently is being done by

2条回答
  •  情歌与酒
    2020-11-29 18:23

    Another good resource for this question are some of the code examples that come with the CUDA toolkit. Within these code samples you can find examples of just about any thing you could imagine. One that is pertinent to your question is the quadtree.cu file. Best of luck.

提交回复
热议问题