ClojureCL – Parallel computations with OpenCL 2.0 in Clojure
clojurecl.uncomplicate.org
ClojureCL – Parallel computations with OpenCL 2.0 in Clojure
1–6 of 6 posts
Re: ClojureCL – Parallel computations with OpenCL 2.0 in Clojure
#2Does it work on NVIDIA GPUs?
Re: ClojureCL – Parallel computations with OpenCL 2.0 in Clojure
#3Does it work on NVIDIA GPUs?
As soon as NVIDIA support OpenCL 2.0 in their drivers, which may be this year and is technically possible, but depends on their strategy to promote CUDA. But, you can write OpenCL 1.2 code with ClojureCL and it will work on NVIDIA. Or, if you need 2.0, use AMD...
Re: ClojureCL – Parallel computations with OpenCL 2.0 in Clojure
#4Does it work on NVIDIA GPUs?
As soon as NVIDIA support OpenCL 2.0 in their drivers, which may be this year and is technically possible, but depends on their strategy to promote CUDA. But, you can write OpenCL 1.2 code with ClojureCL and it will work on NVIDIA. Or, if you need 2.0, use AMD...
Nvidia only supports OpenCL 1.1.
Re: ClojureCL – Parallel computations with OpenCL 2.0 in Clojure
#5Earlier quoted context omitted.
As soon as NVIDIA support OpenCL 2.0 in their drivers, which may be this year and is technically possible, but depends on their strategy to promote CUDA. But, you can write OpenCL 1.2 code with ClojureCL and it will work on NVIDIA. Or, if you need 2.0, use AMD...
Nvidia only supports OpenCL 1.1.
They recently updated their drivers and now support OpenCL 1.2 on recent GPUs.
Re: ClojureCL – Parallel computations with OpenCL 2.0 in Clojure
#6Not to be confused with the Common Lisp Implementation Clozure CL (http://ccl.clozure.com).