Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Categories
- All Discussions1,524
- General534
- Graphics109
- GPU Computing419
- Mobile141
- Pro Graphics163
- Tools158
In this Discussion
- Greg Smith February 13
Tags in this Discussion
- cuda 422
- windows 275
- directx 85
- compatability 57
- tesla 50
Developing Windows applications for the Tesla GPU
-
Greetings I have a very quick question. I am a Windows application developer who needs to crunch lots of data. Can anyone tell me if it is relatively easy to write code that can be offloaded to a Tesla GPU using Visual Studio?
Specifically my application has a GUI front-end, at the very least is it possible to compile a C++ library that can be included without much hassle?
Also any tips or suggestions for research would be greatly appreciated. Thanks in advance. -
1 Comment sorted by
-
NVIDIA Parallel Nsight 2.1 (http://developer.nvidia.com/nvidia-parallel-nsight) is a free Visual Studio package that provides a CUDA debugger, analysis tools, and build system integrated into Visual Studio 2008 and 2010 for Windows Vista and Windows 7. The CUDA debugger and analysis tools support both the standard windows driver model and the TCC driver. See the Parallel Nsight homepage for more information.