CUDA introduction: http://www.drdobbs.com/architecture-and-design/207200659
CUDA as a service or accessed from remote desktop
- http://forums.nvidia.com/index.php?showtopic=93450
- or use TCC driver with some limitations (no OpenGL/DirectX support, not all devices are supported) ...
- http://www.microsoft.com/whdc/system/sysinternals/Session0Changes.mspx
- Because Session 0 is no longer a user session, services that are running in Session 0 do not have access to the video driver. This means that any attempt that a service makes to render graphics fails. Querying the display resolution and color depth in Session 0 reports the correct results for the system up to a maximum of 1920x1200 at 32 bits per pixel.
How to create CUDA project on VS2008 http://stackoverflow.com/questions/2046228/how-do-i-start-a-new-cuda-app-in-visual-studio-2008
How to set Visual Assist X to handle new file extensions: http://www.wholetomato.com/forum/topic.asp?TOPIC_ID=5481
GPU-based Effects on WPF
No comments:
Post a Comment