Jump to content

Using GPUs with LabVIEW for application development


sumitg

Recommended Posts

My impression is that you have to write your number-crunching code in C using CUDA, and this just gives you a way to call that code from LabVIEW. Not being a C programmer, I was hoping for something that would let me target the GPU with my native LabVIEW code (or at least something that looks like native LabVIEW code).

Link to comment

That's the way it is for now, I guess.

There are a couple of interesting CUDA libraries around (such as CUFTT, which implements Fourier transforms on the GPU) that could be ported to LabVIEW just the way as CUBLAS.

That would have immediate benefit. I've been toying around with it for the last couple of days, but with my somewhat limited knowledge of DLL incorporation, it has given me a lot of crashes so far ....

/dirk

Edited by Dirk J.
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.