[julia-users] Re: Calling all users of ParallelAccelerator.

2016-10-25 Thread Todd Anderson
The next version of ParallelAccelerator for Julia 0.5 has just been released with experimental support for Julia native threading. Please see the new Julia users post for more details of the new release.

Re: [julia-users] Re: Calling all users of ParallelAccelerator.

2016-07-25 Thread pevnak
--- > *From: *pev...@gmail.com > *To: *"julia-users" > > *Sent: *Friday, July 22, 2016 8:07:19 PM > *Subject: *[julia-users] Re: Calling all users of ParallelAccelerator. > > Hi Todd, >> > I have tried several times to use ParallelAccelerator to speed up my t

Re: [julia-users] Re: Calling all users of ParallelAccelerator.

2016-07-22 Thread DrTodd13
You may also want to look at another IntelLabs project on GitHub called Latte. It provides a DSL for deep neural networks in Julia. Todd - Original Message - From: pev...@gmail.com To: "julia-users" Sent: Friday, July 22, 2016 8:07:19 PM Subject: [julia-users] Re: C

[julia-users] Re: Calling all users of ParallelAccelerator.

2016-07-22 Thread pevnak
> > Hi Todd, > I have tried several times to use ParallelAccelerator to speed up my toy Neural Network library, but I never had any significant performance boost. I like the idea of the project a lot, sadly I was never able to fully utilise it. Best wishes, Tomas

[julia-users] Re: Calling all users of ParallelAccelerator.

2016-07-21 Thread André Lage
Hi Todd, First, congratulations to @acc team for the great job! We are implementing a new version of CloudArray (https://github.com/gsd-ufal/CloudArray.jl) by using Parallel.Accelerator.jl. We are implementing a cloud service for processing fully PolSAR images, real PolSAR images from NASA UA

[julia-users] Re: Calling all users of ParallelAccelerator.

2016-07-16 Thread Chris Rackauckas
Thank you for this work! I am particularly interested in working with it for the Xeon Phi. I haven't actually gotten to do extensive tests of the work from https://github.com/IntelLabs/CompilerTools.jl/issues/1 yet. Will be doing this over the summer. I am trying to incorporate it into Differe

[julia-users] Re: Calling all users of ParallelAccelerator.

2016-07-16 Thread Yaakov Borstein
Getting rid of the conversion restrictions would be great as it seems to have been a barrier when I was looking at using your packages some months ago. Looking forward to new releases under 0.5, keep up the great work. I have no doubt that over time the amazing performance boosts will lead man

[julia-users] Re: Calling all users of ParallelAccelerator.

2016-07-12 Thread Jeffrey Sarnoff
Thank you Todd, thank you Intel. The Black-Scholes example helped me understand this capability. I am pleased it continues to be developed, and that it becomes better still when released for v0.5. On Tuesday, July 12, 2016 at 4:23:05 PM UTC-4, Todd Anderson wrote: > > Hello, > > I'm one of