09-14-2011 12:29 AM
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?
11-05-2011 03:43 PM
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.