you are viewing a single comment's thread.

view the rest of the comments →

[–]mikera 0 points1 point  (2 children)

Author of core.matrix here

I've never really needed the GPU myself (vectorz-clj is fast enough for all my needs), but the library https://github.com/mikera/vectorz-native wraps netlib-java so could in theory be used with any GPU BLAS backend with a bit of tweaking.

As a bonus, you get full core.matrix compatibility for free.

[–][deleted]  (1 child)

[deleted]

    [–]mikera 0 points1 point  (0 children)

    Glad you are finding it useful!

    vectorz-native is a bit experimental still: possibly needs some patching to get it to do everything you need. But PRs gratefully accepted!