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 OpenCL.jl > written by Jake Belowski. > > *Please try it out and feel free to send your suggestions.* > > - What is available > - Direct clBLAS bindings for L1, L2, L3 (examples/clblasSscal.jl > and others) > - clBLAS bindings with optional event inputs for L1, L2, L3 > (examples/clblasSscal_alt.jl) > - What is on progress > - clBLAS bindings for Julia BLAS interface by using Future/Event > chaining. Progress can be seen in examples/clblasSscal_future.jl or > below. > Once all clBLAS L1, L2, L3 are defined with Future, another module will > be > added to override julia BLAS interface. > > Thanks > Erkin >
