Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nunofachada/cl_ops

A library of common OpenCL operations.
https://github.com/nunofachada/cl_ops

bitonic-sort c cl-ops gpgpu hpc lgplv3 opencl opencl-benchmarks opencl-kernels opencl-library parallel-algorithm prefix-sum prng radix-sort random-number-generators sorting-algorithms

Last synced: 23 days ago
JSON representation

A library of common OpenCL operations.

Awesome Lists containing this project

README

        

### Summary

Project in development. More information soon.

### Early testing

For those who wish to early test CL_Ops, take note of the required
dependencies:

* [cf4ocl2][]
* [GLib][]
* [OpenCL](https://github.com/FakenMC/cf4ocl/wiki/OpenCL-implementations)

### License

Library code is licensed under [LGPLv3][], while the remaining code
(utilities, examples and tests) is licensed under [GPLv3][].

[cf4ocl2]: http://fakenmc.github.io/cf4ocl/ "cf4ocl2"
[GLib]: https://developer.gnome.org/glib/ "GLib"
[OpenCL]: http://www.khronos.org/opencl/ "OpenCL"
[LGPLv3]: http://www.gnu.org/licenses/lgpl.html) "LGPLv3"
[GPLv3]: http://www.gnu.org/licenses/gpl.html "GPLv3"