+- +-
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: GPU client  (Read 158545 times)

Radiohead

  • Guest
Re: GPU client
« Reply #30 on: 12 Dec 2007, 11:41:03 am »
New data with new 169.21 videodrivers.

[attachment deleted by admin]
« Last Edit: 12 Dec 2007, 12:18:06 pm by Radiohead »

Offline Devaster

  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 653
  • I like Duke !!!
Re: GPU client
« Reply #31 on: 12 Dec 2007, 02:43:34 pm »
HEY YA !

this version produces correct results with small differences
this is from cuda app :
Code: [Select]
<best_spike>
  <peak_power>22.561671618532</peak_power>
  <mean_power>1</mean_power>
  <time>2451239.5780686</time>
  <ra>8.3192064227348</ra>
  <decl>27.898178773406</decl>
  <q_pix>0</q_pix>
  <freq>1418974011.7011</freq>
  <detection_freq>1418983759.2021</detection_freq>
  <barycentric_freq>0</barycentric_freq>
  <fft_len>131072</fft_len>
  <chirp_rate>-0.90022989063243</chirp_rate>
  <rfi_checked>0</rfi_checked>
  <rfi_found>0</rfi_found>
  <reserved>0</reserved>
</best_spike>

and this is from default app :
Code: [Select]
<best_spike>
  <peak_power>22.561794281006</peak_power>
  <mean_power>1</mean_power>
  <time>2451239.5780686</time>
  <ra>8.3192064227348</ra>
  <decl>27.898178773406</decl>
  <q_pix>0</q_pix>
  <freq>1418975203.0489</freq>
  <detection_freq>1418975184.9249</detection_freq>
  <barycentric_freq>0</barycentric_freq>
  <fft_len>131072</fft_len>
  <chirp_rate>-0.90022989063243</chirp_rate>
  <rfi_checked>0</rfi_checked>
  <rfi_found>0</rfi_found>
  <reserved>0</reserved>
</best_spike>

as you see there are very small differencs in float numbers - different rounding ???

an other data are same

[attachment deleted by admin]

Gecko_R7

  • Guest
Re: GPU client
« Reply #32 on: 12 Dec 2007, 03:04:29 pm »
Are the float/rounding differences enough to cause validation problem?

Radiohead

  • Guest
Re: GPU client
« Reply #33 on: 12 Dec 2007, 03:29:39 pm »
<peak_power>22.561671618532</peak_power>
<peak_power>22.561794281006</peak_power>

<freq>1418974011.7011</freq>
<freq>1418975203.0489</freq>

<detection_freq>1418983759.2021</detection_freq>
<detection_freq>1418975184.9249</detection_freq>

Small???
 :) :) :)
« Last Edit: 12 Dec 2007, 03:32:53 pm by Radiohead »

Offline Devaster

  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 653
  • I like Duke !!!
Re: GPU client
« Reply #34 on: 12 Dec 2007, 04:31:26 pm »
yeah this is small to compare with  totally different previous results .... ;D
and yeah this problem by validation ....

Offline Devaster

  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 653
  • I like Duke !!!
Re: GPU client
« Reply #35 on: 14 Dec 2007, 11:05:53 am »
new binary :

- added a GPU PowerSpectrum - based on work by Hans Dorn ....
- optimised grid,block and thread scheduling over GPU for POwerSpectrum ....
- using pre-generated FFT plans ...


TECHNOLOGY PREVIEW !!! TESTING VERSION !!!!

[attachment deleted by admin]
« Last Edit: 14 Dec 2007, 11:08:45 am by Devaster »

Radiohead

  • Guest
Re: GPU client
« Reply #36 on: 14 Dec 2007, 11:57:34 am »
Already testing

Radiohead

  • Guest
Re: GPU client
« Reply #37 on: 14 Dec 2007, 12:10:08 pm »
wow!

faster than previous?

Offline Devaster

  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 653
  • I like Duke !!!
Re: GPU client
« Reply #38 on: 14 Dec 2007, 12:24:01 pm »
okay now new code :

important !!!! now its validated !!!!!!!!!!
Code: [Select]
------------
sahcuda.exe / testWU-1.wu :
Started at  : 17:57:49
Ended at    : 18:17:08
Elapsed time: 1159 seconds
Speedup     : -114.63%
Ratio       : 0.47 x
 
Result      : strongly similar.    

speed is compared against last cruncher app

[attachment deleted by admin]

Radiohead

  • Guest
Re: GPU client
« Reply #39 on: 14 Dec 2007, 12:24:22 pm »
New data with new version.

[attachment deleted by admin]
« Last Edit: 14 Dec 2007, 12:26:44 pm by Radiohead »

Radiohead

  • Guest
Re: GPU client
« Reply #40 on: 14 Dec 2007, 12:26:05 pm »
okay now new code :

important !!!! now its validated !!!!!!!!!!
Code: [Select]
------------
sahcuda.exe / testWU-1.wu :
Started at  : 17:57:49
Ended at    : 18:17:08
Elapsed time: 1159 seconds
Speedup     : -114.63%
Ratio       : 0.47 x
 
Result      : strongly similar.    

speed is compared against last cruncher app
Seriously ?
 ;D

Offline Devaster

  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 653
  • I like Duke !!!
Re: GPU client
« Reply #41 on: 14 Dec 2007, 12:37:35 pm »
try in knabench and will see

Radiohead

  • Guest
Re: GPU client
« Reply #42 on: 14 Dec 2007, 12:44:15 pm »
I can not understand how use knabench.....
not user-friendly packet...


= Knabench 1.43 W32-W64 02/12/2007 by Kna + Simon =
= mods: quick timetable, stderr, speedup/ratio    =

 7 testWU(s) found
   └─(testWU-1.wu)
   └─(testWU-2.wu)
   └─(testWU-3.wu)
   └─(testWU-4.wu)
   └─(testWU-5.wu)
   └─(testWU-6.wu)
   └─(testWU-7.wu)

 1 reference science app(s) found
   └─(default-515.exe)

 0 science app(s) found

======================================

Stopping Boinc ...
System error 1060 has occurred.

The specified service does not exist as an installed service.

------------
Running app : default-515.exe with
with WU     : testWU-1.wu
Started at  : 21:20:37
Ended at    : 21:28:14
Elapsed time: 455 seconds
------------
Не удается найти указанную метку пакетного файла - NOSCAPPS
Running app : !refapp1! with
with WU     : !wunbr2!
Started at  : !time_tmp!
"!refapp1!" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом.
Ended at    : !time_tmp!
0Elapsed time: !elapsed_time_stock! seconds
Не удается найти C:\Documents and Settings\Oleg\Desktop\KWSN Knabench 1.43\KWSN
Knabench 1.43\science_apps\reference\*.sah
------------
Running app : !refapp1! with
with WU     : !wunbr3!
Started at  : !time_tmp!
"!refapp1!" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом.
Ended at    : !time_tmp!
0Elapsed time: !elapsed_time_stock! seconds
Не удается найти C:\Documents and Settings\Oleg\Desktop\KWSN Knabench 1.43\KWSN
Knabench 1.43\science_apps\reference\*.sah
------------
Running app : !refapp1! with
with WU     : !wunbr4!
Started at  : !time_tmp!
"!refapp1!" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом.
Ended at    : !time_tmp!
0Elapsed time: !elapsed_time_stock! seconds
Не удается найти C:\Documents and Settings\Oleg\Desktop\KWSN Knabench 1.43\KWSN
Knabench 1.43\science_apps\reference\*.sah
------------
Running app : !refapp1! with
with WU     : !wunbr5!
Started at  : !time_tmp!
"!refapp1!" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом.
Ended at    : !time_tmp!
0Elapsed time: !elapsed_time_stock! seconds
Не удается найти C:\Documents and Settings\Oleg\Desktop\KWSN Knabench 1.43\KWSN
Knabench 1.43\science_apps\reference\*.sah
------------
Running app : !refapp1! with
with WU     : !wunbr6!
Started at  : !time_tmp!
"!refapp1!" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом.
Ended at    : !time_tmp!
0Elapsed time: !elapsed_time_stock! seconds
Не удается найти C:\Documents and Settings\Oleg\Desktop\KWSN Knabench 1.43\KWSN
Knabench 1.43\science_apps\reference\*.sah
------------
Running app : !refapp1! with
with WU     : !wunbr7!
Started at  : !time_tmp!
"!refapp1!" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом.
Ended at    : !time_tmp!
0Elapsed time: !elapsed_time_stock! seconds
Не удается найти C:\Documents and Settings\Oleg\Desktop\KWSN Knabench 1.43\KWSN
Knabench 1.43\science_apps\reference\*.sah
------------
« Last Edit: 14 Dec 2007, 01:29:23 pm by Radiohead »

popandbob

  • Guest
Re: GPU client
« Reply #43 on: 14 Dec 2007, 04:37:24 pm »
Since I dont have a cuda card I cant test it out but I do have one question... Is CPU usage still 100% for this app?

~BoB

Gecko_R7

  • Guest
Re: GPU client
« Reply #44 on: 14 Dec 2007, 04:50:27 pm »
new binary :

- added a GPU PowerSpectrum - based on work by Hans Dorn ....
- optimised grid,block and thread scheduling over GPU for POwerSpectrum ....
- using pre-generated FFT plans ...

TECHNOLOGY PREVIEW !!! TESTING VERSION !!!!

Do you think you will be able to optimize for GPU use of pulse_find, GaussFit etc?

 

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: 37
Total: 37
Powered by EzPortal