Re: [akka-user] GPU computing with akka

2016-09-09 Thread Akka Team
No, no plans currently

--
Johan
Akka Team

On Fri, Sep 9, 2016 at 4:02 AM, Zhaojie Niu  wrote:

> Dear Johan:
>
> Thanks for your reply.
>
> Does Akka team have any plans to support GPU?
>
> 在 2016年9月8日星期四 UTC+8下午10:08:32,Akka Team写道:
>>
>> Hi Zhaoije,
>>
>> No we are not working on anything like that, and the project mentioned
>> does not seem to have been touched in the last 5 years.
>>
>> If there are JVM libraries that can do GPU processing there is nothing
>> stopping you from using it from actors/Akka though.
>>
>> --
>> Johan
>> Akka Team
>>
>> On Thu, Sep 8, 2016 at 8:23 AM, Zhaojie Niu  wrote:
>>
>>> Hi Guys:
>>>
>>> Are you still working on the GPU support for Akka?
>>>
>>> I think it will be very useful if Akka can support GPU computing now. We
>>> can see how hot the deep learning is recently and it also shows that GPU
>>> indeed outperforms CPU in terms of these kind of simple but massive
>>> computing for the SGD-like algorithms which are widely used.
>>>
>>> I am very interested in this project. Do you have any updates on this
>>> kind of project (e.g., https://github.com/buka/kula)?
>>> I plan to explore this direction and try to develop a prototype based on
>>> this project even it seems that nobody maintain it for a long time -_-.
>>>
>>> 在 2011年8月24日星期三 UTC+8下午4:37:51,Jonas Bonér写道:

  That sounds very cool. I'm really interested to see what comes out of
 this. I hope you get the time to complete it

 On Aug 24, 2011, at 7:11 AM, Garrick Evans wrote:

 A long time ago we had this discussion and it was rattling around in my
 head on and off ever since.  I was able to scratch together a few nights
 and mornings recently and start something.  Anyway, I have no idea if I'll
 be able to give this dedicated attention but figured I'd share it in the
 event there was interest... It definitely falls in the quick and dirty
 category - browse and your own risk.

 https://github.com/buka/kula

 g

 --
 You received this message because you are subscribed to the Google
 Groups "Akka User List" group.
 To view this discussion on the web visit https://groups.google.com/d/ms
 g/akka-user/-/oymjbjtDS6kJ.
 To post to this group, send email to akka...@googlegroups.com.
 To unsubscribe from this group, send email to
 akka-user+...@googlegroups.com.
 For more options, visit this group at http://groups.google.com/group
 /akka-user?hl=en.


 
 Jonas Bonér
 CTO
 Typesafe - Enterprise-Grade Scala from the Experts
 Phone: +46 733 777 123
 Twitter: @jboner

 --
>>> >> Read the docs: http://akka.io/docs/
>>> >> Check the FAQ: http://doc.akka.io/docs/akka/c
>>> urrent/additional/faq.html
>>> >> Search the archives: https://groups.google.com/grou
>>> p/akka-user
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Akka User List" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to akka-user+...@googlegroups.com.
>>> To post to this group, send email to akka...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/akka-user.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Akka Team
>> Lightbend  - Reactive apps on the JVM
>> Twitter: @akkateam
>>
> --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ: http://doc.akka.io/docs/akka/
> current/additional/faq.html
> >> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Akka Team
Lightbend  - Reactive apps on the JVM
Twitter: @akkateam

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


Re: [akka-user] GPU computing with akka

2016-09-09 Thread Zhaojie Niu
Dear Johan:

Thanks for your reply.

Does Akka team have any plans to support GPU?

在 2016年9月8日星期四 UTC+8下午10:08:32,Akka Team写道:
>
> Hi Zhaoije,
>
> No we are not working on anything like that, and the project mentioned 
> does not seem to have been touched in the last 5 years.
>
> If there are JVM libraries that can do GPU processing there is nothing 
> stopping you from using it from actors/Akka though.
>
> --
> Johan
> Akka Team
>
> On Thu, Sep 8, 2016 at 8:23 AM, Zhaojie Niu  > wrote:
>
>> Hi Guys:
>>
>> Are you still working on the GPU support for Akka?  
>>
>> I think it will be very useful if Akka can support GPU computing now. We 
>> can see how hot the deep learning is recently and it also shows that GPU 
>> indeed outperforms CPU in terms of these kind of simple but massive 
>> computing for the SGD-like algorithms which are widely used.
>>
>> I am very interested in this project. Do you have any updates on this 
>> kind of project (e.g., https://github.com/buka/kula)? 
>> I plan to explore this direction and try to develop a prototype based on 
>> this project even it seems that nobody maintain it for a long time -_-.
>>
>> 在 2011年8月24日星期三 UTC+8下午4:37:51,Jonas Bonér写道:
>>>
>>>  That sounds very cool. I'm really interested to see what comes out of 
>>> this. I hope you get the time to complete it
>>>
>>> On Aug 24, 2011, at 7:11 AM, Garrick Evans wrote:
>>>
>>> A long time ago we had this discussion and it was rattling around in my 
>>> head on and off ever since.  I was able to scratch together a few nights 
>>> and mornings recently and start something.  Anyway, I have no idea if I'll 
>>> be able to give this dedicated attention but figured I'd share it in the 
>>> event there was interest... It definitely falls in the quick and dirty 
>>> category - browse and your own risk.
>>>
>>> https://github.com/buka/kula
>>>
>>> g
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Akka User List" group.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msg/akka-user/-/oymjbjtDS6kJ.
>>> To post to this group, send email to akka...@googlegroups.com.
>>> To unsubscribe from this group, send email to 
>>> akka-user+...@googlegroups.com.
>>> For more options, visit this group at 
>>> http://groups.google.com/group/akka-user?hl=en.
>>>
>>>
>>> 
>>> Jonas Bonér
>>> CTO 
>>> Typesafe - Enterprise-Grade Scala from the Experts
>>> Phone: +46 733 777 123
>>> Twitter: @jboner
>>>
>>> -- 
>> >> Read the docs: http://akka.io/docs/
>> >> Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> >> Search the archives: https://groups.google.com/group/akka-user
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Akka User List" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to akka-user+...@googlegroups.com .
>> To post to this group, send email to akka...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Akka Team
> Lightbend  - Reactive apps on the JVM
> Twitter: @akkateam
>

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


Re: [akka-user] GPU computing with akka

2016-09-08 Thread Akka Team
Hi Zhaoije,

No we are not working on anything like that, and the project mentioned does
not seem to have been touched in the last 5 years.

If there are JVM libraries that can do GPU processing there is nothing
stopping you from using it from actors/Akka though.

--
Johan
Akka Team

On Thu, Sep 8, 2016 at 8:23 AM, Zhaojie Niu  wrote:

> Hi Guys:
>
> Are you still working on the GPU support for Akka?
>
> I think it will be very useful if Akka can support GPU computing now. We
> can see how hot the deep learning is recently and it also shows that GPU
> indeed outperforms CPU in terms of these kind of simple but massive
> computing for the SGD-like algorithms which are widely used.
>
> I am very interested in this project. Do you have any updates on this kind
> of project (e.g., https://github.com/buka/kula)?
> I plan to explore this direction and try to develop a prototype based on
> this project even it seems that nobody maintain it for a long time -_-.
>
> 在 2011年8月24日星期三 UTC+8下午4:37:51,Jonas Bonér写道:
>>
>>  That sounds very cool. I'm really interested to see what comes out of
>> this. I hope you get the time to complete it
>>
>> On Aug 24, 2011, at 7:11 AM, Garrick Evans wrote:
>>
>> A long time ago we had this discussion and it was rattling around in my
>> head on and off ever since.  I was able to scratch together a few nights
>> and mornings recently and start something.  Anyway, I have no idea if I'll
>> be able to give this dedicated attention but figured I'd share it in the
>> event there was interest... It definitely falls in the quick and dirty
>> category - browse and your own risk.
>>
>> https://github.com/buka/kula
>>
>> g
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Akka User List" group.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> g/akka-user/-/oymjbjtDS6kJ.
>> To post to this group, send email to akka...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> akka-user+...@googlegroups.com.
>> For more options, visit this group at http://groups.google.com/group
>> /akka-user?hl=en.
>>
>>
>> 
>> Jonas Bonér
>> CTO
>> Typesafe - Enterprise-Grade Scala from the Experts
>> Phone: +46 733 777 123
>> Twitter: @jboner
>>
>> --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ: http://doc.akka.io/docs/akka/
> current/additional/faq.html
> >> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Akka Team
Lightbend  - Reactive apps on the JVM
Twitter: @akkateam

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


Re: [akka-user] GPU computing with akka

2016-09-07 Thread Zhaojie Niu
Hi Guys:

Are you still working on the GPU support for Akka?  

I think it will be very useful if Akka can support GPU computing now. We 
can see how hot the deep learning is recently and it also shows that GPU 
indeed outperforms CPU in terms of these kind of simple but massive 
computing for the SGD-like algorithms which are widely used.

I am very interested in this project. Do you have any updates on this kind 
of project (e.g., https://github.com/buka/kula)? 
I plan to explore this direction and try to develop a prototype based on 
this project even it seems that nobody maintain it for a long time -_-.

在 2011年8月24日星期三 UTC+8下午4:37:51,Jonas Bonér写道:
>
>  That sounds very cool. I'm really interested to see what comes out of 
> this. I hope you get the time to complete it
>
> On Aug 24, 2011, at 7:11 AM, Garrick Evans wrote:
>
> A long time ago we had this discussion and it was rattling around in my 
> head on and off ever since.  I was able to scratch together a few nights 
> and mornings recently and start something.  Anyway, I have no idea if I'll 
> be able to give this dedicated attention but figured I'd share it in the 
> event there was interest... It definitely falls in the quick and dirty 
> category - browse and your own risk.
>
> https://github.com/buka/kula
>
> g
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Akka User List" group.
> To view this discussion on the web visit 
> https://groups.google.com/d/msg/akka-user/-/oymjbjtDS6kJ.
> To post to this group, send email to akka...@googlegroups.com 
> .
> To unsubscribe from this group, send email to 
> akka-user+...@googlegroups.com .
> For more options, visit this group at 
> http://groups.google.com/group/akka-user?hl=en.
>
>
> 
> Jonas Bonér
> CTO 
> Typesafe - Enterprise-Grade Scala from the Experts
> Phone: +46 733 777 123
> Twitter: @jboner
>
>

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.