Matrix Computations on the GPU in Clojure
neanderthal.uncomplicate.org
Matrix Computations on the GPU in Clojure
1–10 of 18 posts
Re: Matrix Computations on the GPU in Clojure
#2Re: Matrix Computations on the GPU in Clojure
#3Finally! This looks awesome. But then, now i have to find an AMD graphics card. Any chance that this works on NVIDIA?
Re: Matrix Computations on the GPU in Clojure
#4Finally! This looks awesome. But then, now i have to find an AMD graphics card. Any chance that this works on NVIDIA?
In principle, it works on Nvidia, but Nvidia still does not support 1.2... But, new pluggable engine for OpenCL 1.2 is in plan, and it will have optimizations for Nvidia, so, it is not something that is out of reach.
Re: Matrix Computations on the GPU in Clojure
#5Earlier quoted context omitted.
In principle, it works on Nvidia, but Nvidia still does not support 1.2... But, new pluggable engine for OpenCL 1.2 is in plan, and it will have optimizations for Nvidia, so, it is not something that is out of reach.
So the library does not depend on OpenCL version or does?
Re: Matrix Computations on the GPU in Clojure
#6Earlier quoted context omitted.
In principle, it works on Nvidia, but Nvidia still does not support 1.2... But, new pluggable engine for OpenCL 1.2 is in plan, and it will have optimizations for Nvidia, so, it is not something that is out of reach.
So the library does not depend on OpenCL version or does?
Re: Matrix Computations on the GPU in Clojure
#7Re: Matrix Computations on the GPU in Clojure
#8This is really exciting, thanks for sharing. OpenCL is probably the future of everything. AMD is going to be an important part of it for sure. Fantastic to see this explained in the Clojure context; it feels right at home!
Re: Matrix Computations on the GPU in Clojure
#9Re: Matrix Computations on the GPU in Clojure
#10What are a few good practical examples of the kinds of problems I'd solve with this?