+- +-
Say hello if visiting :) by Gecko
11 Jan 2023, 07:43:05 pm

Seti is down again by Mike
09 Aug 2017, 10:02:44 am

Some considerations regarding OpenCL MultiBeam app tuning from algorithm view by Raistmer
11 Dec 2016, 06:30:56 am

Loading APU to the limit: performance considerations by Mike
05 Nov 2016, 06:49:26 am

Better sleep on Windows - new round by Raistmer
26 Aug 2016, 02:02:31 pm

Author Topic: Latest drivers (NVidia and ATI)  (Read 480652 times)

Ghost0210

  • Guest
Re: Latest drivers (NVidia and ATI)
« Reply #465 on: 17 Sep 2011, 03:21:29 pm »
285.27 has been released in beta
http://www.nvidia.com/object/win7-winvista-64bit-285.27-beta-driver.html
Anyone know if CPU usage has been reduced on OpenCL apps with this driver?

Claggy

They haven't, I'm still getting full CPU core usage running nv AP r521 tasks with them

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: Latest drivers (NVidia and ATI)
« Reply #466 on: 17 Sep 2011, 03:26:16 pm »
Looks like AMD ahead then ;)

Ghost0210

  • Guest
Re: Latest drivers (NVidia and ATI)
« Reply #467 on: 17 Sep 2011, 03:27:29 pm »
Looks like AMD ahead then ;)

or not as far back  ;D ;D ;D

Offline arkayn

  • Janitor o' the Board
  • Knight who says 'Ni!'
  • *****
  • Posts: 1230
  • Aaaarrrrgggghhhh
    • My Little Place On The Internet
Re: Latest drivers (NVidia and ATI)
« Reply #468 on: 17 Sep 2011, 07:36:51 pm »
I am getting errors on Collatz using this driver though. It is crashing right at the end of computing the work unit with "Unhandled Exception Detected...

- Unhandled Exception Record -
Reason: Access Violation (0xc0000005) at address 0x00754F4E read attempt to address 0x040F2C58"

The address is different every time, of course some work has run just fine as well.

Offline Jason G

  • Construction Fraggle
  • Knight who says 'Ni!'
  • *****
  • Posts: 8980
Re: Latest drivers (NVidia and ATI)
« Reply #469 on: 17 Sep 2011, 11:42:41 pm »
Right at the end of a task ?  Fancy that! LoL.  ::)

Offline Mike

  • Alpha Tester
  • Knight who says 'Ni!'
  • ***
  • Posts: 2427
Re: Latest drivers (NVidia and ATI)
« Reply #470 on: 18 Sep 2011, 04:33:35 am »
Looks like AMD ahead then ;)

or not as far back  ;D ;D ;D


Dont think so.  :P

Offline arkayn

  • Janitor o' the Board
  • Knight who says 'Ni!'
  • *****
  • Posts: 1230
  • Aaaarrrrgggghhhh
    • My Little Place On The Internet
Re: Latest drivers (NVidia and ATI)
« Reply #471 on: 18 Sep 2011, 06:46:08 am »
Right at the end of a task ?  Fancy that! LoL.  ::)

I think part of the problem is he is running CUDA 3.1 and 285.xx is CUDA 4.1.

Offline Jason G

  • Construction Fraggle
  • Knight who says 'Ni!'
  • *****
  • Posts: 8980
Re: Latest drivers (NVidia and ATI)
« Reply #472 on: 18 Sep 2011, 09:05:49 am »
I think part of the problem is he is running CUDA 3.1 and 285.xx is CUDA 4.1.

Only bug I ever managed to find in Cuda 3.1 is mixing Fermi & Pre-Fermi generation cards running CuFFT in the same host.  Other than that, shouldn't be an issue (except for the non-threadsafe app thing that is ).  [Edit:] Note carefully the ongoing pattern of pointing blame at drivers automatically, when in fact the majority of identified flaws (so far) end up being latent application code flaws (and some bugs too).
« Last Edit: 18 Sep 2011, 10:56:46 am by Jason G »

Offline Geek@Play

  • Alpha Tester
  • Knight Templar
  • ***
  • Posts: 330
Re: Latest drivers (NVidia and ATI)
« Reply #473 on: 18 Sep 2011, 11:15:05 am »
I don't know if I am posting in the correct thread but I will take a chance.

Referencing the problem of having excessively high cpu run time on the OpenCL science apps when using the newer video drivers (Version 270+).  Is this a video driver fault or an Opencl app fault?  I am using NVIDIA so specially interested in this fault on this product.

Thanks.
« Last Edit: 18 Sep 2011, 11:18:24 am by Geek@Play »
Boinc....Boinc....Boinc....Boinc

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: Latest drivers (NVidia and ATI)
« Reply #474 on: 18 Sep 2011, 04:10:32 pm »
I don't know if I am posting in the correct thread but I will take a chance.

Referencing the problem of having excessively high cpu run time on the OpenCL science apps when using the newer video drivers (Version 270+).  Is this a video driver fault or an Opencl app fault?  I am using NVIDIA so specially interested in this fault on this product.

Thanks.
1) Older drivers show low CPU consumption.
2) I'm not aware how I can circumvent this issue from app side with new drivers.
3) Same problem on ATI (high CPU usage) confirmed as driver bug and should be fixed in new Catalyst version

So? ...

Offline arkayn

  • Janitor o' the Board
  • Knight who says 'Ni!'
  • *****
  • Posts: 1230
  • Aaaarrrrgggghhhh
    • My Little Place On The Internet
Re: Latest drivers (NVidia and ATI)
« Reply #475 on: 18 Sep 2011, 07:02:16 pm »
I just put Collatz on NNT for the time being, I have been lucky and gotten some Einstein GPU work at least. The other possibility is to add the CUDA app for Milkyway into my app_info and crunch it on both cards for a little while.

Offline Geek@Play

  • Alpha Tester
  • Knight Templar
  • ***
  • Posts: 330
Re: Latest drivers (NVidia and ATI)
« Reply #476 on: 18 Sep 2011, 08:25:50 pm »
Thanks Raistmer............

Guess we will wait until NVIDIA get's it worked out then.

Been running your AP OpenCL app for some time using driver 267.31 with no problems on my GTX 580.
« Last Edit: 18 Sep 2011, 08:29:27 pm by Geek@Play »
Boinc....Boinc....Boinc....Boinc

Ghost0210

  • Guest
Re: Latest drivers (NVidia and ATI)
« Reply #477 on: 28 Sep 2011, 01:51:04 pm »
The official Cat11.9 has just been released

Offline Mike

  • Alpha Tester
  • Knight who says 'Ni!'
  • ***
  • Posts: 2427
Re: Latest drivers (NVidia and ATI)
« Reply #478 on: 29 Sep 2011, 12:07:39 am »

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: Latest drivers (NVidia and ATI)
« Reply #479 on: 29 Sep 2011, 02:55:48 pm »

 

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?
Members
Total Members: 97
Latest: ToeBee
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 59559
Total Topics: 1672
Most Online Today: 54
Most Online Ever: 983
(20 Jan 2020, 03:17:55 pm)
Users Online
Members: 0
Guests: 35
Total: 35
Powered by EzPortal