Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uncomplicate/clojurecl
ClojureCL is a Clojure library for parallel computations with OpenCL.
https://github.com/uncomplicate/clojurecl
amd-opencl clojure clojure-library gpu-computing high-performance high-performance-computing intel nvidia opencl parallel-computations
Last synced: 3 months ago
JSON representation
ClojureCL is a Clojure library for parallel computations with OpenCL.
- Host: GitHub
- URL: https://github.com/uncomplicate/clojurecl
- Owner: uncomplicate
- License: epl-1.0
- Created: 2015-06-11T23:15:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T11:19:57.000Z (6 months ago)
- Last Synced: 2024-07-22T14:33:02.387Z (4 months ago)
- Topics: amd-opencl, clojure, clojure-library, gpu-computing, high-performance, high-performance-computing, intel, nvidia, opencl, parallel-computations
- Language: Clojure
- Size: 874 KB
- Stars: 275
- Watchers: 13
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[New books available for subscription](https://aiprobook.com)
# ClojureCL
[Adopt your pet function](https://dragan.rocks/articles/18/Patreon-Announcement-Adopt-a-Function) and [become a patron](https://patreon.com/draganrocks).
ClojureCL is a Clojure library for parallell computations with OpenCL. It supports the latest OpenCL 2.0 version and uses fast hand-writen JNI bindings provided by [Marco Hutter's JOCL.org](http://www.jocl.org) for communication with vendor's OpenCL platform drivers.
## How to use it
Read the documentation at [ClojureCL Web Site](https://clojurecl.uncomplicate.org).
## License
Copyright © 2015-2018 Dragan Djuric
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.