Seti@Home optimized science apps and information

Optimized Seti@Home apps => Windows => GPU crunching => Topic started by: Radiohead on 14 Nov 2007, 07:49:44 am

Title: Beta CUDA 1.1 released.
Post by: Radiohead on 14 Nov 2007, 07:49:44 am
CUDA 1.1 has some new features and sample programs in the SDK including:
• NVIDIA standard display drivers will now include the CUDA dll. This is just starting to roll out with all new display drivers, so for now we’ve still included drivers in this beta release.
• Having moved into the standard display driver caused us to rename cuda.dll to nvcuda.dll. The other dll’s included with the CUDA toolkit account now rely on this. Even with this change, most binaries built with 1.0 work fine just running on 1.0. We’ve seen one case where a product specifically checked for the existence of “cuda.dll” and that was easy to work around.
• It’s fine for you to redistribute the dll’s from the CUDA toolkit and SDK so your customers can just use a (newer) standard NVIDIA driver rather than having to install a CUDA-specific one. We just require that when you install our dll’s with your product that you do not install them in a common area - but rather in your own subdirectory. And do not redistribute nvcuda.dll.
• Support for WinXP64
• More signals in profiler
• Graphics interoperability with CUDA across Multiple GPUs is enabled. Please note that this is not as efficient as it could be. Data is transferred back through the host in this release.
• New event management features particularly useful for the new async and stream management
• Asynchronous execution: new memory copy calls with Async suffix return control to the application without waiting for completion (see new asyncAPI SDK example and 1.1 Programming Guide)
• Alpha feature for supporting overlapped memory copies concurrent with kernel execution using new stream management interface. There are specific limitations to this and it will only do overlap on 1.1 architectures (g84/g86/g92), though it will revert to serial operation on 1.0 architectures. See new simpleStreams SDK example and 1.1 Programming Guide). We’re still tuning this, so this capability will remain a beta feature even as CUDA 1.1 becomes a production release.
• There are now 50 source code examples in the SDK.


http://forums.nvidia.com/index.php?showtopic=51026
Title: Re: Beta CUDA 1.1 released.
Post by: Raistmer on 15 Nov 2007, 05:03:08 am
• Support for WinXP64
http://forums.nvidia.com/index.php?showtopic=51026
So x64 supported now, fine!
If it would run on Win2003 x64 it would be great advantage.

Could anybody provide link on x64 version? Only x86 still on site...  :-\
Title: Re: Beta CUDA 1.1 released.
Post by: Radiohead on 17 Nov 2007, 07:14:15 am
http://forums.nvidia.com/index.php?showtopic=51098
Title: Re: Beta CUDA 1.1 released.
Post by: Raistmer on 22 Nov 2007, 05:23:21 pm
http://developer.nvidia.com/object/cuda_1_1_beta.html
So now x64 version IS free available. Next question, will it be working on x 64 Win2003 server or WinXP x64 only?
Title: Re: Beta CUDA 1.1 released.
Post by: Devaster on 26 Nov 2007, 03:42:03 am
http://developer.nvidia.com/object/cuda_1_1_beta.html
So now x64 version IS free available. Next question, will it be working on x 64 Win2003 server or WinXP x64 only?

ask on CUDA develper forum ...
Title: Re: Beta CUDA 1.1 released.
Post by: Raistmer on 26 Nov 2007, 11:16:04 am
LoL, it's rhetorical question :) Will check myself later cause I have exactly that OS on PC with GeForce 8 GPU .
More concrete question, is reported behavior of your app was estimated? Maybe there are some guide for environment tuning to avoid abnormal termination?