GPU programming on Clojure?
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 looking for something similar to Anacoda accelerate, which translates Numpy Python expressions to CUDA code relatively seamlessly. I'm open to either OpenCL or Cuda approaches. here is a project that recently started on github https://github.com/JulesGosnell/clumatra . Its seems more like an experiment and its quite impressive! There is a Google Summer of Code project proposal to add a GPU matrix implementation to core.matrix : http:/