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
- Host: GitHub
- URL: https://github.com/ztgx/crash-opencl
- Owner: zTgx
- Created: 2021-04-06T12:39:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T06:39:16.000Z (over 5 years ago)
- Last Synced: 2025-03-03T03:24:55.249Z (over 1 year ago)
- Topics: boost, cmake, compute, openc
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```