Re: Code generation for GPU

2015-09-12 Thread kiran lonikar
ine a multi-thread/multi-core GPU solution could handily beat > that. > > > > -- > View this message in context: > http://apache-spark-developers-list.1001551.n3.nabble.com/Re-Code-generation-for-GPU-tp13954p14030.html

Re: Code generation for GPU

2015-09-12 Thread kiran lonikar
Thanks for pointing to the yarn JIRA. For now, it would be good for my talk since it brings out that hadoop and big data community is already aware of the GPUs and making effort to exploit it. Good luck for your talk. That fear is lurking in my mind too :) On 10-Sep-2015 2:08 pm, "Steve Loughran"

Re: Code generation for GPU

2015-09-10 Thread Paul Wais
in context: http://apache-spark-developers-list.1001551.n3.nabble.com/Re-Code-generation-for-GPU-tp13954p14030.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev-unsubscr

Re: Code generation for GPU

2015-09-10 Thread Steve Loughran
> On 9 Sep 2015, at 20:18, lonikar wrote: > > I have seen a perf improvement of 5-10 times on expression evaluation even > on "ordinary" laptop GPUs. Thus, it will be a good demo along with some > concrete proposals for vectorization. As you said, I will have to hook up to >

Re: Code generation for GPU

2015-09-09 Thread lonikar
y (7th Oct is deadline), and then continue the work for another 3 weeks till the summit. It still gives me enough time to do considerable work. Hope your fear does not come true. -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/Re-Code-generation-for-GPU-tp1

Re: Code generation for GPU

2015-09-08 Thread Steve Loughran
On 7 Sep 2015, at 20:44, lonikar > wrote: 2. If the vectorization is difficult or a major effort, I am not sure how I am going to implement even a glimpse of changes I would like to. I think I will have to satisfied with only a partial effort.

Re: Code generation for GPU

2015-09-07 Thread lonikar
spapshot. 4. How do I tune the batch size (number of rows in the ByteBuffer)? Is it through the property spark.sql.inMemoryColumnarStorage.batchSize? -Kiran -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/Re-Code-generation-for-GPU-tp13954p13989.html

Re: Code generation for GPU

2015-09-03 Thread Reynold Xin
See responses inline. On Thu, Sep 3, 2015 at 1:58 AM, kiran lonikar wrote: > Hi, > >1. I found where the code generation > >