https://github.com/kraglik/single_binary_opencl_example
Simple C++ OpenCL app with OpenCL kernels embedding.
https://github.com/kraglik/single_binary_opencl_example
cmake cpp opencl
Last synced: over 1 year ago
JSON representation
Simple C++ OpenCL app with OpenCL kernels embedding.
- Host: GitHub
- URL: https://github.com/kraglik/single_binary_opencl_example
- Owner: kraglik
- License: mit
- Created: 2021-01-22T15:25:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T15:33:23.000Z (over 5 years ago)
- Last Synced: 2025-02-14T12:16:13.989Z (over 1 year ago)
- Topics: cmake, cpp, opencl
- Language: CMake
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Single Binary OpenCL Example
In this example, OpenCL kernels are embedded into the executable, which is useful for creating single-binary commercial applications.