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