+- +-
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: Any inside(r) infos about crunching with ATI cards ?  (Read 11296 times)

Offline FalconFly

  • Alpha Tester
  • Squire
  • ***
  • Posts: 46
Any inside(r) infos about crunching with ATI cards ?
« on: 27 Apr 2008, 10:32:48 am »
...I'm curious because I've re`d e upcong BOINC Versions supposedly support OpenCL (work in progress).

Does anyone have some clues as to how far (if at all) there's a cooperation with ATI on this?
Scientific Network : 44800 MHz - 77824 MB - 1970 GB

Offline sunu

  • Alpha Tester
  • Knight who says 'Ni!'
  • ***
  • Posts: 771
Re: Any inside(r) infos about crunching with ATI cards ?
« Reply #1 on: 20 May 2009, 11:34:24 pm »
As far as I know, ATI hasn't even released an opencl driver for developers yet. On [wsl=h4tp://fums.amd.com/devforum/messageview.cfm?catid=328&threadid=112397]this[/url] forum post, AMD employees say their opencl implementation will be publicly released in the second half of 2009.

On the other hand nvidia has already releed `n opencl driver to registered developers ( http://www.nvidia.com/object/cuda_opencl.html ).

Offline arkayn

  • Janitor o' the Board
  • Knight who says 'Ni!'
  • *****
  • Posts: 1230
  • Aaaarrrrgggghhhh
    • My Little Place On The Internet
Re: Any inside(r) infos about crunching with ATI cards ?
« Reply #2 on: 21 May 2009, 04:39:16 am »
So far the only project that can crunch with ATI cards is MilkyWay, and that is via the anonymous platform option.

And work is scarce at MW at He moment.


Offline FalconFly

  • Alpha Tester
  • Squire
  • ***
  • Posts: 46
Re: Any inside r) infos abt crunching with ATI cards ?
« Reply #3 on: 21 May 2009, 06:04:22 am »
Ro I guess it'll be some time later this year until we see ATI cards supported by a certified OpenCL architecture under BOINC...

Might become an interesting year after all, GPU crunching finally catching up :)
Scientific Network : 44800 MHz - 77824 MB - 1970 GB

chelski

  • Guest
Re: Any inside(r) infos about crunching with ATI cards ?
« Reply #4 on: 28 May 2009, 12:33:21 am »
So I guess it'll be some time later this year until we see ATI cards supported by a certified OpenCL architecture under BOINC...
Might become an interesting year after all, GPU crunching finally catching up :)
From the feedback of those who runs folding@home, ATI cards tend to underperform similar nVidia cards at folding even though the theoretical FLOPS are higher.  There's plenty of work to be done before ATI is even competitive to CUDA which seems to be more widely supported, but I suppose their focus is on the graphics rather than the GPGPU side.

Offline arkayn

  • Janitor o' the Board
  • Knight who says 'Ni!'
  • *****
  • Posts: 1230
  • Aaaarrrrgggghhhh
    • My Little Place On The Internet
Re: Any inside(r) infos about crunching with ATI cards ?
« Reply #5 on: 28 May 2009, 03:53:12 am »
I have a feeling that once Milkyway gets the GPU side running, ATI will blow Nvidia out of the water.

popandbob

  • Guest
Re: Any inside(r) infos about crunching with ATI cards ?
« Reply #6 on: 28 May 2009, 06:02:54 pm »
ATI has gone to single precision for CUDA which will be a real advantage. In single precision mode both nvidia and ati are theoretically equal. This also means that once the ATI is switched to single precision we will see some crazy number crunching as both cards offer much higher flops in single precision.

Gecko_R7

  • Guest
Re: Any inside(r) infos about crunching with ATI cards ?
« Reply #7 on: 28 May 2009, 07:31:00 pm »
.... This also means that once the ATI is switched to single precision we will see some crazy number crunching as both cards offer much higher flops in single precision.

Yes, I'm also waiting to see what Gipsel/Cluster Physik is able to make from Travis's code revision.

However, remember that Travis's reported times for his Cuda app was on a 9600M that has only 32 shaders & relatively slow 1075-1200Mhz speed.
Would be interesting to see an apples to apples w/ @ 4850 vs GTX 285 for example.  Both cards are @ 1 Tflop performance.

Offline arkayn

  • Janitor o' the Board
  • Knight who says 'Ni!'
  • *****
  • Posts: 1230
  • Aaaarrrrgggghhhh
    • My Little Place On The Internet
Re: Any inside(r) infos about crunching with ATI cards ?
« Reply #8 on: 29 May 2009, 03:36:35 am »
My 4830 does pretty good on MW, when it can get work.

Offline _heinz

  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 2117
Re: Any inside(r) infos about crunching with ATI cards ?
« Reply #9 on: 29 May 2009, 03:52:44 am »
which driver do they use in the milkyway ap now?
have latest Catalyst 9.4 for Vista64 from ATI, did not work on milkyway
did they alredy solved  the problem to run BOINC as a service ?
« Last Edit: 29 May 2009, 04:02:07 am by _heinz »

Offline arkayn

  • Janitor o' the Board
  • Knight who says 'Ni!'
  • *****
  • Posts: 1230
  • Aaaarrrrgggghhhh
    • My Little Place On The Internet
Re: Any inside(r) infos about crunching with ATI cards ?
« Reply #10 on: 29 May 2009, 10:40:25 am »
I ran both 9.4 and now 9.5 with my 4830.

The big thing is the renaming of .dll files that AMD did, we had to do this to get it to work.
Quote
Copy

aticalrt.dll or aticalrt64.dll
aticalcl.dll or aticalcl64.dll
aticaldd.dll or aticaldd64.dll

Now Rename the copies to

amdcalrt.dll or amdcalrt64.dll
amdcalcl.dll or amdcalcl64.dll
amdcaldd.dll or amdcaldd64.dll

Just like CUDA, you cannot install it as a service.

Offline _heinz

  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 2117
Re: Any inside(r) infos about crunching with ATI cards ?
« Reply #11 on: 29 May 2009, 11:11:15 am »
Hi arkayn,
to which directory I must copy and rename the DLL's
BOINC ?
ahh.. C:\Windows\System32
« Last Edit: 29 May 2009, 12:28:29 pm by _heinz »

Offline arkayn

  • Janitor o' the Board
  • Knight who says 'Ni!'
  • *****
  • Posts: 1230
  • Aaaarrrrgggghhhh
    • My Little Place On The Internet
Re: Any inside(r) infos about crunching with ATI cards ?
« Reply #12 on: 29 May 2009, 09:38:24 pm »
Yep, forgot to put that one in there.

 

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: 67
Most Online Ever: 983
(20 Jan 2020, 03:17:55 pm)
Users Online
Members: 0
Guests: 27
Total: 27
Powered by EzPortal