Boost C++ 库

……世界上最受推崇、设计最精湛的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

第 1 章 Boost.Compute - Boost C++ 函数库
Next

第 1 章 Boost.Compute

Kyle Lutz

根据 Boost 软件许可证版本 1.0 发布。(参见随附文件 LICENSE_1_0.txt 或在 https://boost.ac.cn/LICENSE_1_0.txt 复制)

Boost Compute 库提供了基于 OpenCL 的多核 CPU 和 GPGPU 计算平台的 C++ 接口。

该项目托管在 GitHub 上,网址为 https://github.com/boostorg/compute。点击下方箭头可查看 入门指南


Next