Hi all, How do you feel about the inclusion of OpenCL-based algorithms in the scikit? Should we perhaps introduce a new module, such as scikits.image.gpu, which includes some common image processing kernels? Of course, I have no interest in re-writing PyOpenCL from scratch; that would become an optional dependency. Regards Stéfan
Great idea, although I have never used it
Hi all,
How do you feel about the inclusion of OpenCL-based algorithms in the scikit? Should we perhaps introduce a new module, such as scikits.image.gpu, which includes some common image processing kernels?
Of course, I have no interest in re-writing PyOpenCL from scratch; that would become an optional dependency.
Regards Stéfan
sounds interesting. On Fri, Nov 5, 2010 at 4:44 AM, Maël Primet <mael.primet@gmail.com> wrote:
Great idea, although I have never used it
Hi all,
How do you feel about the inclusion of OpenCL-based algorithms in the scikit? Should we perhaps introduce a new module, such as scikits.image.gpu, which includes some common image processing kernels?
Of course, I have no interest in re-writing PyOpenCL from scratch; that would become an optional dependency.
Regards Stéfan
OpenCL is also a good way to get good CPU performance using multicore chips - check out AMD's stream lib. On Fri, Nov 5, 2010 at 9:31 AM, Chris Colbert <sccolbert@gmail.com> wrote:
sounds interesting.
On Fri, Nov 5, 2010 at 4:44 AM, Maël Primet <mael.primet@gmail.com> wrote:
Great idea, although I have never used it
Hi all,
How do you feel about the inclusion of OpenCL-based algorithms in the scikit? Should we perhaps introduce a new module, such as scikits.image.gpu, which includes some common image processing kernels?
Of course, I have no interest in re-writing PyOpenCL from scratch; that would become an optional dependency.
Regards Stéfan
participants (4)
-
Chris Colbert
-
James Bergstra
-
Maël Primet
-
Stéfan van der Walt