cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

jski
Journeyman III

OpenCL analog to CUBLAS?

Is AMD or Apple or whomever working on an analog to CUBLAS?

---John

0 Likes
4 Replies
Meteorhead
Challenger

http://developer.amd.com/gpu/appmathlibs/Pages/default.aspx

 

Máté

0 Likes

When will there be a clAmdBlas-1.0.53-Linux.tar.gz for Windows?  Even though I'm using MinGW (via Dev-C++), I don't think the Linux download is of much value.

I need the BLAS routines! Doesn't seem like this should be difficult AMD.

---John

0 Likes

Originally posted by: jski When will there be a clAmdBlas-1.0.53-Linux.tar.gz for Windows?  Even though I'm using MinGW (via Dev-C++), I don't think the Linux download is of much value.

 

I need the BLAS routines! Doesn't seem like this should be difficult AMD.

 

---John

 

Hi John~

We hope to provide a clAmdBlas release for Windows in early February.  

0 Likes

If you only need the DGEMM, and not the full BLAS you can also use CALDGEMM . DGEMM is the call that profits most from the GPU. If your application uses it at all you could use CALDGEMM for DGEMM and e.g. GotoBLAS for the other BLAS calls, which is how we did it for Linpack.

0 Likes