What new DLL you refer to? 2.3 or 3.0 ?From my host:Total GPU memory 536870912 free GPU memory 492482560After app init: total GPU memory 536870912 free GPU memory 492482560 No difference at all.http://setiathome.berkeley.edu/result.php?resultid=1438996810CUDA 2.3 + Vista + 190.38 driver
I was thinking the increase in speed of cufft.dll 2.3 was accompanied by a very significant increase in size, but that's fuzzy recall ...
OK, dumb question-time for me probably, but:1. Currently the cufft.dll and cudart.dll in my projects/seti/... directory do not have any version number. Will it matter if I install newer ones?2. If this is useful to do, how do I do this?Regards, Patrick.
Quote from: PatrickV2 on 12 Dec 2009, 02:49:40 pmOK, dumb question-time for me probably, but:1. Currently the cufft.dll and cudart.dll in my projects/seti/... directory do not have any version number. Will it matter if I install newer ones?2. If this is useful to do, how do I do this?Regards, Patrick.1. First you need to insure you drivers are 19.038 These drivers (nvidia.com) updated and corrected a few things that may or may not have been visible.The 2.3 cudart.dll is 279K the cufft.dll is 8435K As Long as you have Boinc Stopped you can replace whatever version with the newer 2.3 DLL's.2. If you have the original or 2.2 DLL's installed you will see a nice speed difference.
The SETI CUDA apps themselves are only 32-bit, so I reckon you probably need the 32-bit DLLs to support them. That may account for the difference is size.