Message boards :
Number crunching :
Big issue with HD5870 !!
Message board moderation
Previous · 1 · 2
Author | Message |
---|---|
Send message Joined: 27 Jul 11 Posts: 342 Credit: 252,653,488 RAC: 0 |
Very educational Zydor |
Send message Joined: 7 Nov 11 Posts: 7 Credit: 57,800 RAC: 0 |
Hello everybody !! Thank you very much for your post, Zydor !! The new range of settings in CCC is created. Yesterday, I tried to crunch new WU, whith these new settings of Memory Clock. Nothing changes, I stopped it because the crunching time is always as long as before. It's really very strange !! I think that I will stop this project... Thank you for your help !! Regards. |
Send message Joined: 26 May 11 Posts: 568 Credit: 121,524,886 RAC: 0 |
Hello everybody !! Would you consider to take away one gpu and try with a singel card? Just to find out if the process of the WU has anything to do with multi gpu. I know this is a strange request, but maybe worth trying. Maybe I´m stupid! Is it two GPU´s on a single card or two cards? |
Send message Joined: 7 Nov 11 Posts: 7 Credit: 57,800 RAC: 0 |
Hello Bernt ! I have two cards. That's a good idea to try with only one card to see what's happening. I'll try as soon as possible and post result. Thanks. Regards. |
Send message Joined: 2 May 11 Posts: 8 Credit: 98,906,368 RAC: 0 |
I use Catalyst 11.9 suite with my 5850 and The biggest problem I see Is GPU temperature... Setting is 850 and memory 1100 with a max temperature of 74 degrees Celsius. I have read a few things about ATI and drivers and other problems. They might be worth trying... 1. disable SLI-capability 2. drivers 11.2, 11.3 maybe 11.4 and driver 11.9 works for me....uninstall old drivers first, then reboot, then install new drivers. 3. Use 2monitors, 1 on each cards RGB connector, or a hdmi to rgb adapter on one card and plug it into a TV-set or monitor that is on. I don't think The TV needs to be in HDMI mode, just keep the TV on so that HDMI can communicate. 4. download gpu-z from www.download.com or msi afterburner mentioned in the thread above. |
Send message Joined: 20 Apr 11 Posts: 388 Credit: 822,356,221 RAC: 0 |
[quote].... Moo is an OpenCL application. Collatz and Milkyway are written in the old ATI native language or NVidia CUDA, and inherently faster Yes, we are using (a modified) wrapper but that part has no card related functions so it's neither OpenCL nor native application on itself. BOINC Client has some detection code related (existence, features and memory size, etc) to cards (native and lately OpenCL as well) but otherwise it doesn't have any card related functions. All the card related functions are in the core D.Net Client application, which is written in C (perhaps mixed with some C++). To my knowledge that's not an OpenCL application but rather is written natively either for ATI Stream or nVidia CUDA platforms*. I'm not sure why we are affected by the OpenCL bug in the drivers. :( I have a feeling it's more complicated bug or there's more problems in certain versions of drivers (especially in mixed or multiple card configurations). -w *Source code for D.Net Client is available at http://www.distributed.net/Source and it's Stream and CUDA parts look similar to C++ which I believe is a sign of native application and not OpenCL. |