GPU Computing

cancel
Showing results for 
Search instead for 
Did you mean: 

Make a dll file to be exported to Labview

Can anyone plz help me out to make dll file in Visual Studio 2008 to perform CUDA operation in Labview? In labview I send a 2D array to GPU using "Copy 2D array to CUDA Memory". But now I want to do some calculation in GPU by making a dll file in Visual studio and then importing it in labview but I am unable to do so. Can anyone plz tell me what shall I do and plz share with me a sample dll file to do so?

0 Kudos
Message 1 of 2
(4,684 Views)

Hi,

Step 1: get the Black-Scholes options pricing example to work. If that works, then step 2 is to start modifying it using MS Visual Studio C++ and compile it as a dll. That's as far as I am, hopefully soon this week I'll be getting functionality for my application.

0 Kudos
Message 2 of 2
(3,470 Views)