推力:C ++并行算法库 源码
推力:以光速编码 Thrust是一个类似于C ++标准库的C ++并行编程库。 Thrust的高级界面大大提高了程序员的工作效率,同时实现了GPU与多核CPU之间的性能可移植性。 与现有技术(例如CUDA,TBB和OpenMP)的互操作性促进了与现有软件的集成。 通过Thrust快速开发高性能应用程序! 推力包含在NVIDIA HPC SDK和CUDA工具包中。 快速入门:在项目中使用推力 要从项目中使用Thrust,请首先递归克隆Thrust Github存储库: git clone --recursive https://github.com/NVIDIA/thrust.git Thr
文件列表
推力:C ++并行算法库
(预估有个1352文件)
thrust-config-version.cmake
2KB
thrust-config.cmake
26KB
FindTBB.cmake
16KB
stream_per_thread.cmake
432B
PrintNinjaBuildTimes.cmake
3KB
ThrustBuildCompilerTargets.cmake
7KB
AppendOptionIfAvailable.cmake
267B
ThrustHeaderTesting.cmake
4KB
ThrustCompilerHacks.cmake
4KB
ThrustRunExample.cmake
1KB
暂无评论