GPU Computing

cancel
Showing results for 
Search instead for 
Did you mean: 

cuFFT & LabView

Hallo,

I am trying to run cuFFT.dll in LabView but when I run the program whole Labview shutdown. Is in cuFFT.dll some bug?

I tryed to find some .VI examples how to run cuFFT but I found nothing.

I will be very knid if someone can send me an example how to make it work.

Thanks.

0 Kudos
Message 1 of 2
(5,393 Views)

Functions exported from NVIDIA libraries like CUFFT or CUBLAS are not like functions from other shared libraries. Because they run on one or more GPUs, they have specific execution requirements that multi-threaded development environments like LabVIEW do not support w/out additional work.

Recently, a beta of the GPU Analysis Toolkit was made available for download from http://www.ni.com/beta. This toolkit includes wrappers for selecting and managing NVIDIA GPU devices and for calling many of the functions in NVIDIA's CUDA Toolkit, CUBLAS and CUFFT libraries. An example of a multi-channel 1D FFT is included and shows how to configure and call functions from the CUFFT library.

I updated the NILabs LabVIEW GPU Computing page with a brief introduction to the toolkit and a snapshot of how to request beta access.

0 Kudos
Message 2 of 2
(4,188 Views)