Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nunofachada/cl_ops
- Owner: nunofachada
- License: lgpl-3.0
- Created: 2014-01-23T22:28:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-10T18:36:16.000Z (about 8 years ago)
- Last Synced: 2024-10-07T08:09:53.604Z (about 1 month ago)
- Topics: 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
- Language: C
- Size: 465 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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"