-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Josh Blum edited this page Jul 4, 2014
·
7 revisions
This component provides support for using OpenCL in the Pothos framework. The OpenClKernel block allows the execution of array-based OpenCl kernels inside a Pothos Topology. The block uses the Pothos DMA API to integrate OpenCL allocated buffers with the processing topology.
- Block implementation: https://github.com/pothosware/pothos-opencl/blob/master/OpenClKernel.cpp
- Custom buffer manager: https://github.com/pothosware/pothos-opencl/blob/master/OpenClBufferManager.cpp
- Example unit tests: https://github.com/pothosware/pothos-opencl/blob/master/TestOpenClBlocks.cpp
- More in README: https://github.com/pothosware/pothos-opencl/blob/master/README.md
- Project overview
- Getting started
- FAQ
- Video screencasts
- Demo applications
- Features summary
- Versioned releases
- Miscellaneous links
- Help and support
- Pothos users' group
- Twitter @pothosware
- IRC chat #pothos
- Slack workspace
- Contract services
- Developer blog
- Contributing
- Donate
- Build guide
- GUI Tutorial
- SDR Tutorial
- Filter Tutorial
- Doxygen docs
- PothosUtil Guide
- Blocks coding guide
- Scheduler explained
- Remote control guide
- Extending serialization