An open API service indexing awesome lists of open source software.

https://github.com/ztgx/crash-opencl

学习 OpenCL
https://github.com/ztgx/crash-opencl

boost cmake compute openc

Last synced: about 1 year ago
JSON representation

学习 OpenCL

Awesome Lists containing this project

README

          

# crash-opencl

基于 Boost.compute 来学习 OpenCL.
系列文章。
[crash-opencl](https://beautifularea.cn/archives/opencl-archive.html).

### 怎么用
进入到文件夹中,如 `n00_helloworld`
```c
mkdir build
cd build
cmake ..
make
```