BLAS and CUBLAS
Posted
by Nils
on Stack Overflow
See other posts from Stack Overflow
or by Nils
Published on 2010-04-30T08:22:17Z
Indexed on
2010/04/30
8:27 UTC
Read the original article
Hit count: 471
I'm wondering about Nvidia's CUBLAS Library. Does anybody have experience with it? For example if I write a C program using BLAS will I be able to replace the calls to BLAS with calls to CUBLAS? Or even better implement a mechanism which let's the user choose at runtime?
What about if I use the BLAS Library provided by Boost with C++?
© Stack Overflow or respective owner