Re: Native CUDA support

2017-03-28 Thread Shannon Quinn
Loved this proposal. Excited to see the POC. On 3/27/17 10:16 PM, Andrew Palumbo wrote: Thank you, Nikolai. This is Great news! From: Dmitriy Lyubimov Sent: Monday, March 27, 2017 7:55:20 PM To: dev@mahout.apache.org Subject: Re: Native CUDA support thanks

Re: Native CUDA support

2017-03-27 Thread Andrew Palumbo
Thank you, Nikolai. This is Great news! From: Dmitriy Lyubimov Sent: Monday, March 27, 2017 7:55:20 PM To: dev@mahout.apache.org Subject: Re: Native CUDA support thanks. JCuda sounds good. :) On Fri, Mar 10, 2017 at 9:06 AM, Nikolai Sakharnykh wrote

Re: Native CUDA support

2017-03-27 Thread Dmitriy Lyubimov
thanks. JCuda sounds good. :) On Fri, Mar 10, 2017 at 9:06 AM, Nikolai Sakharnykh wrote: > Hello everyone, > > We're actively working on adding native CUDA support to Apache Mahout. > Currently, GPU acceleration is enabled through ViennaCL ( > http://viennacl.sourceforge.

Native CUDA support

2017-03-10 Thread Nikolai Sakharnykh
Hello everyone, We're actively working on adding native CUDA support to Apache Mahout. Currently, GPU acceleration is enabled through ViennaCL (http://viennacl.sourceforge.net/). ViennaCL is a linear algebra framework that provides multiple backends including OpenMP, OpenCL and CUDA. Ho