[julia-users] Re: AMD clBLAS bindings to julia - CLBLAS

2014-04-01 Thread Jake Bolewski
It's registered as a package but right now there are no tagged versions. You can add the package through Pkg.clone() if you want to test it out. It might be best to tag an initial release version to avoid this confusion. Right now it doesn't install CLBLAS for you, you have to manually instal

[julia-users] Re: AMD clBLAS bindings to julia - CLBLAS

2014-04-01 Thread Avik Sengupta
Erkin, Would you want to add this to METADATA? Regards - Avik On Tuesday, 1 April 2014 02:30:54 UTC+1, andrew cooke wrote: > > https://github.com/ekobir/clBLAS.jl i guess > > On Monday, 31 March 2014 21:19:24 UTC-3, Jiakui Wang wrote: >> >> Where is this package? Is it on Github? >> >> Thanks

[julia-users] Re: AMD clBLAS bindings to julia - CLBLAS

2014-03-31 Thread andrew cooke
https://github.com/ekobir/clBLAS.jl i guess On Monday, 31 March 2014 21:19:24 UTC-3, Jiakui Wang wrote: > > Where is this package? Is it on Github? > > Thanks > > > > > On Sunday, March 23, 2014 6:42:20 PM UTC-5, erkin kanlioglu wrote: >> >> Hi, >> >> I have put together AMD clBLAS bindings to Jul

[julia-users] Re: AMD clBLAS bindings to julia - CLBLAS

2014-03-31 Thread Jiakui Wang
Where is this package? Is it on Github? Thanks On Sunday, March 23, 2014 6:42:20 PM UTC-5, erkin kanlioglu wrote: > > Hi, > > I have put together AMD clBLAS bindings to Julia by utilising OpenCL.jl > written by Jake Belowski. > > *Please try it out and feel free to send your suggestions.* > >

[julia-users] Re: AMD clBLAS bindings to julia - CLBLAS

2014-03-23 Thread Jake Bolewski
This is a great start for GPU linear algebra! The future api is looking pretty nice, It might be something that could be folded into OpenCL.jl Best, Jake On Sunday, March 23, 2014 7:42:20 PM UTC-4, erkin kanlioglu wrote: > > Hi, > > I have put together AMD clBLAS bindings to Julia by utilising