Reputation: 895
I have DLL, which contain CUDA function (image processing). This DLL is compiled with VISUAL STUDIO 2008 Express edition. I call this DLL with LabVIEW.
This DLL and LabVIEW VI are developed on one computer (office) and I need to run same program in differen computer (in lab).
Q1: Do I have to instal cuda toolkit or cuda SDK on computer in lab? Q2: Do I have to recompile DLL on computer in lab or DLL are completly portable?
Thanks
Upvotes: 3
Views: 515
Reputation: 1839
cudaSafeCall
) from SDK. In general SDK is not nesessary. You need in compatible NVIDIA GPU driver instaled on Lab computer, too.Upvotes: 3