I\'m wondering what if any GPU integration libraries exist for Clojure?
I\'ve seen examples of this that involve hand-rolling OpenCL code, but I\'m specifically I\'m loo
There is a Google Summer of Code project proposal to add a GPU matrix implementation to core.matrix
:
Once completed, this project would allow large vector/matrix expressions to be optimised and executed on GPUs.
Disclaimer: I'm a possible mentor for this project.