+- +-
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: Open beta for Intel OpenCL AP application  (Read 8119 times)

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Open beta for Intel OpenCL AP application
« on: 30 Jan 2013, 12:19:15 pm »
Please, test and report any issues/best usage tips.
« Last Edit: 02 Feb 2013, 07:21:53 am by Raistmer »

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: Open beta for Intel OpenCL AP application
« Reply #1 on: 30 Jan 2013, 01:37:33 pm »
Some offline testing:

device is

Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz


 OpenCL Platform Name:                Intel(R) OpenCL
Number of devices:             1
  Max compute units:             6
  Max work group size:             256
  Max clock frequency:             350Mhz
  Max memory allocation:          425721856
  Cache type:                Read/Write
  Cache line size:             64
  Cache size:                2097152
  Global memory size:             1702887424
  Constant buffer size:             65536
  Max number of constant args:          8
  Local memory type:             Scratchpad
  Local memory size:             65536
  Queue properties:            
    Out-of-Order:             No
  Name:                   Intel(R) HD Graphics 2500
  Vendor:                Intel(R) Corporation
  Driver version:             8.15.10.2656
  Version:                OpenCL 1.1
  Extensions:                cl_khr_icd cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_gl_sharing cl_khr_d3d10_sharing cl_intel_dx9_media_sharing cl_khr_3d_image_writes cl_khr_byte_addressable_store


CPU is idle:
WU : Clean_01LC.wu
AP6_win_x86_SSE_CPU_r1753.exe -verbose  :
  Elapsed 164.250 secs
      CPU 162.241 secs
AP6_win_x86_SSE_CPU_r555.exe -verbose  :
  Elapsed 164.593 secs
      CPU 162.600 secs
AP6_win_x86_SSE2_CPU_r1753.exe -verbose  :
  Elapsed 164.713 secs
      CPU 162.709 secs
AP6_win_x86_SSE2_OpenCL_Intel_r1758.exe -verbose  :
  Elapsed 198.185 secs
      CPU 165.876 secs
AP6_win_x86_SSE2_OpenCL_Intel_r1761.exe -verbose  :
  Elapsed 198.022 secs
      CPU 165.517 secs

AP6_win_x86_SSE3_CPU_r1753.exe -verbose  :
  Elapsed 168.799 secs
      CPU 166.796 secs
AP6_win_x86_SSE3_CPU_r555.exe -verbose  :
  Elapsed 170.812 secs
      CPU 168.715 secs

3 CPU core of 4 busy with BOINC (1 core idle):
WU : Clean_01LC.wu
AP6_win_x86_SSE_CPU_r1753.exe -verbose  :
  Elapsed 194.390 secs
      CPU 191.398 secs
AP6_win_x86_SSE_CPU_r555.exe -verbose  :
  Elapsed 194.258 secs
      CPU 191.881 secs
AP6_win_x86_SSE2_CPU_r1753.exe -verbose  :
  Elapsed 190.192 secs
      CPU 188.012 secs
AP6_win_x86_SSE2_OpenCL_Intel_r1758.exe -verbose  :
  Elapsed 243.065 secs
      CPU 206.811 secs
AP6_win_x86_SSE2_OpenCL_Intel_r1761.exe -verbose  :
  Elapsed 240.133 secs
      CPU 203.847 secs

AP6_win_x86_SSE3_CPU_r1753.exe -verbose  :
  Elapsed 192.979 secs
      CPU 190.961 secs
AP6_win_x86_SSE3_CPU_r555.exe -verbose  :
  Elapsed 200.139 secs
      CPU 197.747 secs

All CPU cores busy with BOINC (AKv8 tasks) (that is, CPU overcomitted for CPU app):
WU : Clean_01LC.wu
AP6_win_x86_SSE_CPU_r1753.exe -verbose  :
  Elapsed 353.085 secs
      CPU 197.840 secs
AP6_win_x86_SSE_CPU_r555.exe -verbose  :
  Elapsed 378.552 secs
      CPU 188.278 secs
AP6_win_x86_SSE2_CPU_r1753.exe -verbose  :
  Elapsed 396.007 secs
      CPU 196.686 secs
AP6_win_x86_SSE2_OpenCL_Intel_r1758.exe -verbose  :
  Elapsed 268.419 secs
      CPU 2.465 secs
AP6_win_x86_SSE2_OpenCL_Intel_r1761.exe -verbose  :
  Elapsed 270.763 secs
      CPU 2.886 secs

AP6_win_x86_SSE3_CPU_r1753.exe -verbose  :
  Elapsed 242.125 secs
      CPU 197.294 secs
AP6_win_x86_SSE3_CPU_r555.exe -verbose  :
  Elapsed 270.572 secs
      CPU 195.797 secs

As one can see, though freeing CPU core speedups GPU app whole system performance should be better if GPU app works with all cores busy.
« Last Edit: 30 Jan 2013, 03:31:53 pm by Raistmer »

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: Open beta for Intel OpenCL AP application
« Reply #2 on: 30 Jan 2013, 02:41:53 pm »
For comparison: Same task on C-60, idle CPU

WU : Clean_01LC.wu
AP6_win_x86_SSE_CPU_r1753.exe -verbose  :
  Elapsed 1972.599 secs
      CPU 1957.875 secs
AP6_win_x86_SSE_CPU_r555.exe -verbose  :
  Elapsed 1980.857 secs
      CPU 1968.717 secs
AP6_win_x86_SSE2_CPU_r1753.exe -verbose  :
  Elapsed 1800.847 secs
      CPU 1788.661 secs
AP6_win_x86_SSE2_OpenCL_ATI_r1760.exe -verbose  :
  Elapsed 375.540 secs
      CPU 285.560 secs
AP6_win_x86_SSE2_OpenCL_ATI_r1761.exe -verbose  :
  Elapsed 377.096 secs
      CPU 286.589 secs

AP6_win_x86_SSE2_OpenCL_ATI_r555.exe -verbose  :
  Elapsed 447.935 secs
      CPU 329.786 secs
AP6_win_x86_SSE3_CPU_r1753.exe -verbose  :
  Elapsed 1787.476 secs
      CPU 1775.432 secs
AP6_win_x86_SSE3_CPU_r555.exe -verbose  :
  Elapsed 1805.740 secs
      CPU 1792.576 secs

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: Open beta for Intel OpenCL AP application
« Reply #3 on: 02 Feb 2013, 07:22:18 am »
First post updated with latest binary

 

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