GPU programming on Clojure?

后端 未结 4 1526
夕颜
夕颜 2021-02-14 19:26

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

4条回答
  •  既然无缘
    2021-02-14 19:40

    There is a Google Summer of Code project proposal to add a GPU matrix implementation to core.matrix:

    • http://dev.clojure.org/display/community/Project+Ideas

    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.

提交回复
热议问题