04-26-2012 09:30 AM
Hi
I have been looking at the Cuda toolkit recently and in particular the CUBLAS library. While I saw some examples of the subroutines available with CUBLAS, I was wondering if there was an easy way of incorporating some of the other functions that are available into labview?
04-26-2012 10:30 AM
You should request access to the beta of the new LabVIEW GPU Analysis Toolkit @ http://www.ni.com/beta. It includes wrappers for the Level 3 BLAS and a GPU SDK to wrap any custom GPU kernels you've created.
What's particularly applicable in your case is that any of the Level 3 BLAS function wrappers can be used to model the wrappers you'd need for Level 1 or Level 2.
You'll also find other useful CUDA functions for managing the device, it's resources, and FFT functions from CUFFT.
05-18-2012 09:29 AM
Sorry for the delay in replying but got caught up working on other things. I will have a look into adapting the Level 3 wrappers for Level 1 and 2 functions. Thanks.