天天看点

Thrust 入门常用 网址 - Thrust Example

Thrust 是一种使用Cuda 加速的三方库,比使用CPU的 TBB 加速效度更大。

下面是常用的三种网站:

  • Thrust 介绍: https://developer.nvidia.com/thrust
  • Thrust 使用说明: https://docs.nvidia.com/cuda/thrust/
  • Thrust Examples:

    https://github.com/NVIDIA/thrust/tree/main/examples

继续阅读