We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hi Rahul,
I just saw this message. I definitely agree. If you have resolved the issue, please send me your setup steps.
thanks Erkin
Sorry, something went wrong.
Hi Erkin,
I was able to resolve it on Ubuntu. What is your target OS?
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 #4 (comment).
— Reply to this email directly or view it on GitHub #4 (comment).
@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
attempt #4
9ea2387
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: