CLBLAS.jl icon indicating copy to clipboard operation
CLBLAS.jl copied to clipboard

No proper details how to setup CLBLAS.jl

Open gargrahul opened this issue 10 years ago • 3 comments

I tried using CLBLAS.jl but was getting below problems. "error compiling setup: error compiling clblassetup: could not load module libblassetup"

On Ubuntu i was able to resolve this by building clBLAS and providing link to built library however on Windows I am still not sure.

Would be better to include these details as part for usage manual/ instructions.

Regards, Rahul

gargrahul avatar Jul 07 '14 10:07 gargrahul

Hi Rahul,

I just saw this message. I definitely agree. If you have resolved the issue, please send me your setup steps.

thanks Erkin

ekobir avatar Aug 26 '14 11:08 ekobir

Hi Erkin,

I was able to resolve it on Ubuntu. What is your target OS?

Regards, Rahul

On Tue, Aug 26, 2014 at 4:54 PM, ERKIN KANLIOGLU [email protected] wrote:

Hi Rahul,

I just saw this message. I definitely agree. If you have resolved the issue, please send me your setup steps.

thanks Erkin

— Reply to this email directly or view it on GitHub https://github.com/ekobir/CLBLAS.jl/issues/4#issuecomment-53406060.

gargrahul avatar Aug 26 '14 13:08 gargrahul

@gargrahul you can install on Windows using

Pkg.clone("https://github.com/JuliaGPU/CLBLAS.jl.git")

Refer to the documentation for more details: http://docs.julialang.org/en/release-0.3/manual/packages/?#installing-unregistered-packages

yeison avatar Dec 30 '14 03:12 yeison