
CUDA C
文章平均质量分 94
q295684174
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【CUDA C】Programming Interface
CUDA C Runtime The runtime is implemented in the cudart library, which is linked to the application, either statically via cudart.lib or libcudart.a, or dynamically via cudart.dll or libcudart.so. Ap原创 2017-12-05 16:58:33 · 384 阅读 · 0 评论 -
【CUDA C】Programming Model
Kernels CUDA C extends C by allowing the programmer to define C functions, called kernels, that, when called, are executed N times in parallel by N different CUDA threads, as opposed to only once like原创 2017-12-04 11:38:51 · 412 阅读 · 0 评论