RE: [julia-users] Re: ArrayFire.jl - GPU Programming in Julia

2016-06-10 Thread David Anthoff
https://github.com/JuliaComputing/ArrayFire.jl/issues/40 From: julia-users@googlegroups.com [mailto:julia-users@googlegroups.com] On Behalf Of Gabriel Goh Sent: Friday, June 10, 2016 3:00 PM To: julia-users <julia-users@googlegroups.com> Subject: [julia-users] Re: ArrayFire.jl

Re: [julia-users] Re: ArrayFire.jl - GPU Programming in Julia

2016-06-10 Thread Keno Fischer
Some computers have more than one graphics card and the more powerful one needs to be activated manually. I know that's the case on my macbook. On Fri, Jun 10, 2016 at 10:20 AM, Robert Feldt wrote: > Great thanks. I suggest a comment about this or changing the example in

Re: [julia-users] Re: ArrayFire.jl - GPU Programming in Julia

2016-06-10 Thread Robert Feldt
Great thanks. I suggest a comment about this or changing the example in the README so it's more clear to people like me... ;) /Robert > >

Re: [julia-users] Re: ArrayFire.jl - GPU Programming in Julia

2016-06-10 Thread Mauro
On Fri, 2016-06-10 at 16:14, Robert Feldt wrote: > Thanks, this looks really nice. > > I seem to be able to install it ok but when trying to run on a fairly > recent MacBook Pro (Retina, 13-inch, Early 2015) I get an error when trying > this on julia Version 0.4.5

Re: [julia-users] Re: ArrayFire.jl - GPU Programming in Julia

2016-06-10 Thread Robert Feldt
Thanks, this looks really nice. I seem to be able to install it ok but when trying to run on a fairly recent MacBook Pro (Retina, 13-inch, Early 2015) I get an error when trying this on julia Version 0.4.5 (2016-03-18 00:58 UTC) x86_64-apple-darwin15.4.0: julia> using ArrayFire julia>

Re: [julia-users] Re: ArrayFire.jl - GPU Programming in Julia

2016-06-10 Thread Mauro
You need to install the arrayfire library by hand: https://github.com/JuliaComputing/ArrayFire.jl#installation If done already, check the trouble shooting section. On Fri, 2016-06-10 at 12:10, Fred wrote: > Hi ! > > Thank you for this great package ! I tried to install