-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Unable to use Dgemm #12
Comments
Here is the code I used: https://gist.github.com/nstiurca/6b91103ad31a4d9b5c09 |
It's pretty possible that you will still get an error, because Note, that I'm currently working on a high-level interface for CLBLAS.jl based on |
Thank you guys. I haven't gotten my code working yet, but that is largely because I was working on a patch to address the issues with By the way, I think And I look forward to the |
See PR #13 for my aforementioned patch. |
I'm trying to use GEMM with double-precision floats, but that doesn't seem supported? I tried a straight-forward adaptation of the
clblasSgemm_future.jl
andclblasSgemmRandomBufferFuture.jl
examples to useFloat64
/cl.cl_double
, but I get the following errors.and
I am using Linux Mint 17.2 (essentially Ubuntu 14.04), clBLAS v2.6, Julia v0.4, latest CLBLAS.jl master (currently 1555379).
The text was updated successfully, but these errors were encountered: