<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi Robert, in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012474#M3067</link>
    <description>&lt;P&gt;Hi Robert,&lt;/P&gt;

&lt;P&gt;I updated one of our Dell laptop (with an Intel HD 5500) to the latest (and greatest) available version, which is slightly newer than the one I reported in the previous post. But I'm getting the same errors... :(&lt;/P&gt;

&lt;P&gt;Here are the two outputs (from the hw scanner and from a series of unit tests we do to make sure that basic OpenCL stuff is working as expected).&lt;/P&gt;

&lt;P&gt;HW scanner:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;------------------
Hardware topology:
------------------

 CPU name . . . . . :  Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz
 RAM  . . . . . . . :  6609 MB 
 Systems  . . . . . :  1
 Nr. of nodes . . . :  1
 Nr. of CPUs  . . . :  1
 Nr. of cores . . . :  2
 Nr. of PUs . . . . :  4


----------------
Supported types:
----------------

 char . . . . . . . :  8 bit 
 short  . . . . . . :  16 bit 
 int  . . . . . . . :  32 bit 
 long . . . . . . . :  32 bit 
 long long  . . . . :  64 bit 
 size_t . . . . . . :  64 bit 
 float  . . . . . . :  32 bit 
 double . . . . . . :  64 bit 
 long double  . . . :  64 bit 
 bool . . . . . . . :  8 bit 
 pointer  . . . . . :  64 bit 


-----------------
OpenCL platforms:
-----------------

 Nr. of platforms . :  2
  Platform 0  . . . :  Intel(R) OpenCL
   Available devices:  2 (1 GPUs, 1 CPUs, 0 accelerators)
    Device 0  . . . :  Intel(R) HD Graphics 5500 (def)
     Device type  . :  GPU
     Device version :  OpenCL 2.0 
     Driver version :  10.18.14.4170
     FP64 support . :  no
     SPIR support . :  yes
     Global mem size:  1297 MB
     Local mem size :  64 KB
     Max mem object :  324 MB
     Address bits . :  64
     Compute units  :  24
     Global cache . :  576 KB
     Max clock freq :  950 MHz
     Max workgroup  :  256
     Context check  :  passed

    Device 1  . . . :  Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz
     Device type  . :  CPU
     Device version :  OpenCL 2.0 (Build 10083)
     Driver version :  5.2.0.10083
     FP64 support . :  yes
     SPIR support . :  yes
     Global mem size:  8096 MB
     Local mem size :  32 KB
     Max mem object :  2024 MB
     Address bits . :  64
     Compute units  :  4
     Global cache . :  256 KB
     Max clock freq :  2400 MHz
     Max workgroup  :  8192
     Context check  :  passed

  Platform 1  . . . :  NVIDIA CUDA
   Available devices:  1 (1 GPUs, 0 CPUs, 0 accelerators)
    Device 0  . . . :  GeForce 830M (def)
     Device type  . :  GPU
     Device version :  OpenCL 1.2 CUDA
     Driver version :  358.50
     FP64 support . :  yes
     SPIR support . :  no
     Global mem size:  2048 MB
     Local mem size :  48 KB
     Max mem object :  512 MB
     Address bits . :  64
     Compute units  :  2
     Global cache . :  32 KB
     Max clock freq :  1150 MHz
     Max workgroup  :  1024
     Context check  :  passed&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;And the output of the unit testing:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;[&amp;gt;] Test #1
   Context creation
   OpenCL platform(s): 2
      0) 'Intel(R) OpenCL' (1 GPUs, 1 CPUs, 0 ACCs)
      1) 'NVIDIA CUDA' (1 GPUs, 0 CPUs, 0 ACCs)
   Explicit platform selected, ID: 0
   Available device(s) for this platform:
      0) 'Intel(R) HD Graphics 5500' (default)
      1) 'Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz'
   Explicit device selected, ID: 1
   Tot. memory size: 8096 MB
   Max. buffer size: 2024 MB
   Max. group size : 8192
   Version . . . . : OpenCL 2.0 (Build 10083)
   Driver  . . . . : 5.2.0.10083
   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_byte_addressable_store cl_khr_depth_images cl_khr_3d_image_writes cl_intel_exec_by_local_thread cl_khr_spir cl_khr_fp64 cl_khr_image2d_from_buffer 
[&amp;gt;] SarX Accelerated Engine v1.2r is up
      Context initialized
         Platform: Intel(R) OpenCL
         Device  : Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz
         Memory  : 8096 MB
      Queue initialized
[&amp;lt;] Test #1
[&amp;gt;] Test #2
   Corollary items
[&amp;lt;] Test #2
[&amp;gt;] Test #3
   HD timer
      1 sec = 1.00952
      1 sec = 1.01366
      1 sec = 1.01401
      1 sec = 1.01406
      1 sec = 1.01371
      Average within tolerance (1.01299)
[&amp;lt;] Test #3
[&amp;gt;] Test #4
   Shared queue
      Queue allocated
[&amp;lt;] Test #4
[&amp;gt;] Test #5
   Shared memory
      Memory allocated
      Memory size checked
      Memory correctness verified
[&amp;lt;] Test #5
[&amp;gt;] Test #6
   Double support
[!] [sarxengine_program.cpp, SxeProgram::load:467] Unable to build program from memory (Program build failure)
[!] [sarxengine_program.cpp, SxeProgram::load:480] Build report:
-------------
Device ID: 0
Compilation started
1:14:4: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
1:14:11: error: use of undeclared identifier 'curElem'
1:14:21: error: implicit declaration of function 'get_global_id' is invalid in OpenCL
1:16:11: error: use of undeclared identifier 'curElem'
1:16:32: error: use of undeclared identifier 'curElem'
1:16:53: error: use of undeclared identifier 'curElem'
Compilation failed

-------------
[!] Unable to build program
[!] Abort test #6
[&amp;gt;] Test #7
   Pinned memory support
[!] [sarxengine_program.cpp, SxeProgram::load:467] Unable to build program from memory (Program build failure)
[!] [sarxengine_program.cpp, SxeProgram::load:480] Build report:
-------------
Device ID: 0
Compilation started
2:12:4: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
2:12:11: error: use of undeclared identifier 'curElem'
2:12:21: error: implicit declaration of function 'get_global_id' is invalid in OpenCL
2:14:11: error: use of undeclared identifier 'curElem'
2:14:32: error: use of undeclared identifier 'curElem'
2:14:53: error: use of undeclared identifier 'curElem'
Compilation failed

-------------
[!] Unable to build program
[!] Abort test #7
[&amp;gt;] Test #8
   Memory tests
      [Skipped: device is not of type GPU]
[&amp;lt;] Test #8
[&amp;gt;] Test #9
   Program caching
      Caching disabled
         Compiling 128 program(s)...
[!] [sarxengine_program.cpp, SxeProgram::load:467] Unable to build program from memory (Program build failure)
[!] [sarxengine_program.cpp, SxeProgram::load:480] Build report:
-------------
Device ID: 0
Compilation started
3:12:4: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
3:12:11: error: use of undeclared identifier 'curElem'
3:12:21: error: implicit declaration of function 'get_global_id' is invalid in OpenCL
3:15:4: error: use of undeclared identifier 'float2'; did you mean 'float'?
3:18:16: error: member reference base type 'float' is not a structure or union
3:18:25: error: implicit declaration of function 'sin' is invalid in OpenCL
3:18:39: error: use of undeclared identifier 'curElem'
3:18:51: error: implicit declaration of function 'cos' is invalid in OpenCL
3:18:65: error: use of undeclared identifier 'curElem'
3:19:16: error: member reference base type 'float' is not a structure or union
3:19:39: error: use of undeclared identifier 'curElem'
3:19:67: error: use of undeclared identifier 'curElem'
3:20:16: error: member reference base type 'float' is not a structure or union
3:20:22: error: implicit declaration of function 'sqrt' is invalid in OpenCL
3:20:36: error: member reference base type 'float' is not a structure or union
3:20:50: error: member reference base type 'float' is not a structure or union
3:21:14: error: use of undeclared identifier 'curElem'
3:21:35: error: member reference base type 'float' is not a structure or union
3:21:50: error: use of undeclared identifier 'curElem'
3:21:72: error: member reference base type 'float' is not a structure or union
3:21:87: error: use of undeclared identifier 'curElem'
3:23:11: error: use of undeclared identifier 'curElem'
Compilation failed

-------------
[!] Unable to build program
[!] Abort test #9
[&amp;gt;] Test #10
   Benchmarking vector add
[!] [sarxengine_program.cpp, SxeProgram::load:467] Unable to build program from memory (Program build failure)
[!] [sarxengine_program.cpp, SxeProgram::load:480] Build report:
-------------
Device ID: 0
Compilation started
4:14:4: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
4:14:11: error: use of undeclared identifier 'curElem'
4:14:21: error: implicit declaration of function 'get_global_id' is invalid in OpenCL
4:16:11: error: use of undeclared identifier 'curElem'
4:16:32: error: use of undeclared identifier 'curElem'
4:16:53: error: use of undeclared identifier 'curElem'
4:30:4: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
4:30:11: error: use of undeclared identifier 'curElem'
4:32:11: error: use of undeclared identifier 'curElem'
4:32:32: error: use of undeclared identifier 'curElem'
4:32:53: error: use of undeclared identifier 'curElem'
Compilation failed

-------------
[!] Unable to build program
[!] Abort test #10
[&amp;gt;] Test #11
   Benchmarking lookup speed
[!] [sarxengine_program.cpp, SxeProgram::load:467] Unable to build program from memory (Program build failure)
[!] [sarxengine_program.cpp, SxeProgram::load:480] Build report:
-------------
Device ID: 0
Compilation started
5:16:4: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
5:16:11: error: use of undeclared identifier 'curElem'
5:16:21: error: implicit declaration of function 'get_global_id' is invalid in OpenCL
5:18:9: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
5:18:24: error: use of undeclared identifier 'cy'
5:18:38: error: use of undeclared identifier 'cy'
5:19:12: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
5:19:27: error: use of undeclared identifier 'cx'
5:19:41: error: use of undeclared identifier 'cx'
5:21:30: error: use of undeclared identifier 'cy'
5:21:47: error: use of undeclared identifier 'cx'
5:22:17: error: use of undeclared identifier 'curElem'
5:22:29: error: implicit declaration of function 'sqrt' is invalid in OpenCL
5:22:34: error: implicit declaration of function 'sin' is invalid in OpenCL
5:22:43: error: implicit declaration of function 'cos' is invalid in OpenCL
5:25:11: error: use of undeclared identifier 'curElem'
5:41:4: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
5:41:11: error: use of undeclared identifier 'curElem'
5:43:9: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
5:43:24: error: use of undeclared identifier 'cy'
5:43:38: error: use of undeclared identifier 'cy'
5:44:12: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
5:44:27: error: use of undeclared identifier 'cx'
5:44:41: error: use of undeclared identifier 'cx'
5:46:31: error: use of undeclared identifier 'cy'
5:46:48: error: use of undeclared identifier 'cx'
5:47:17: error: use of undeclared identifier 'curElem'
5:50:11: error: use of undeclared identifier 'curElem'
Compilation failed

-------------
[!] Unable to build program
[!] Abort test #11
[&amp;gt;] Test #12
   Benchmarking FFT 1D
      N = 524288 float complex entries
FFT program build log on device Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz
Compilation started
6:168:35: error: unknown type name 'float2'; did you mean 'float'?
6:170:4: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:173:19: error: implicit declaration of function 'get_global_id' is invalid in OpenCL
6:182:15: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:182:23: error: implicit declaration of function 'native_cos' is invalid in OpenCL
6:182:40: error: implicit declaration of function 'native_sin' is invalid in OpenCL
6:182:40: note: did you mean 'native_cos'?
6:182:23: note: 'native_cos' declared here
6:183:14: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:183:14: error: implicit declaration of function 'mad' is invalid in OpenCL
6:4:35: note: expanded from here
6:183:14: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:189:29: error: unknown type name 'float2'; did you mean 'float'?
6:189:50: error: unknown type name 'float2'; did you mean 'float'?
6:194:5: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:197:5: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:198:15: error: implicit declaration of function 'get_local_id' is invalid in OpenCL
6:198:15: note: did you mean 'get_global_id'?
6:173:19: note: 'get_global_id' declared here
6:199:19: error: implicit declaration of function 'get_group_id' is invalid in OpenCL
6:199:19: note: did you mean 'get_global_id'?
6:173:19: note: 'get_global_id' declared here
6:202:11: error: implicit declaration of function 'mul24' is invalid in OpenCL
6:206:12: error: implicit declaration of function 'mad24' is invalid in OpenCL
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:36:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:37:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:38:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:39:13: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:39:27: note: expanded from here
6:6:25: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:98:5: note: expanded from here
6:39:27: note: expanded from here
6:6:37: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:40:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:41:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:36:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:37:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:38:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:39:13: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:39:27: note: expanded from here
6:6:25: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:99:5: note: expanded from here
6:39:27: note: expanded from here
6:6:37: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:40:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:41:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:36:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:37:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:38:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:39:13: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:39:27: note: expanded from here
6:6:25: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:100:5: note: expanded from here
6:39:27: note: expanded from here
6:6:37: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:40:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:41:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:36:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:37:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:38:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:39:13: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:39:27: note: expanded from here
6:6:25: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:101:5: note: expanded from here
6:39:27: note: expanded from here
6:6:37: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:40:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:41:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:102:15: note: expanded from here
6:4:27: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:102:15: note: expanded from here
6:4:43: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:103:15: note: expanded from here
6:4:27: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:103:15: note: expanded from here
6:4:43: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:104:15: note: expanded from here
6:4:27: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:104:15: note: expanded from here
6:4:43: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:105:15: note: expanded from here
6:4:27: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:105:15: note: expanded from here
6:4:43: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:106:16: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:106:30: note: expanded from here
6:6:25: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:106:30: note: expanded from here
6:6:37: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:107:15: note: expanded from here
6:4:27: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:107:15: note: expanded from here
6:4:43: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:108:15: note: expanded from here
6:4:27: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:108:15: note: expanded from here
6:4:43: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:109:15: note: expanded from here
6:4:27: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:109:15: note: expanded from here
6:4:43: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:110:15: note: expanded from here
6:4:27: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:110:15: note: expanded from here
6:4:43: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:27:15: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:111:5: note: expanded from here
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:29:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:27:15: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:112:5: note: expanded from here
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:29:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:27:15: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:113:5: note: expanded from here
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:29:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:27:15: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:114:5: note: expanded from here
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:29:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:115:5: note: expanded from here
6:84:2: note: expanded from here
6:232:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:233:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:233:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:235:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:236:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:236:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:238:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:239:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:239:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:241:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:242:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:242:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:244:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:245:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:245:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:247:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:248:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:248:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:250:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:251:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:251:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:253:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:254:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:254:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:256:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:257:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:257:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:259:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:260:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:260:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:262:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:263:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:263:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:265:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:266:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:266:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:268:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:269:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:269:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:271:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:272:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:272:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:274:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:275:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:275:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:279:20: error: member reference base type 'float' is not a structure or union
6:280:22: error: member reference base type 'float' is not a structure or union
6:281:22: error: member reference base type 'float' is not a structure or union
6:282:22: error: member reference base type 'float' is not a structure or union
6:283:22: error: member reference base type 'float' is not a structure or union
6:284:22: error: member reference base type 'float' is not a structure or union
6:285:22: error: member reference base type 'float' is not a structure or union
6:286:22: error: member reference base type 'float' is not a structure or union
6:287:23: error: member reference base type 'float' is not a structure or union
6:288:23: error: member reference base type 'float' is not a structure or union
6:289:24: error: member reference base type 'float' is not a structure or union
6:290:24: error: member reference base type 'float' is not a structure or union
6:291:24: error: member reference base type 'float' is not a structure or union
6:292:24: error: member reference base type 'float' is not a structure or union
6:293:24: error: member reference base type 'float' is not a structure or union
6:294:24: error: member reference base type 'float' is not a structure or union
6:295:1: error: implicit declaration of function 'barrier' is invalid in OpenCL
6:295:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:296:5: error: member reference base type 'float' is not a structure or union
6:297:5: error: member reference base type 'float' is not a structure or union
6:298:5: error: member reference base type 'float' is not a structure or union
6:299:5: error: member reference base type 'float' is not a structure or union
6:300:5: error: member reference base type 'float' is not a structure or union
6:301:5: error: member reference base type 'float' is not a structure or union
6:302:5: error: member reference base type 'float' is not a structure or union
6:303:5: error: member reference base type 'float' is not a structure or union
6:304:5: error: member reference base type 'float' is not a structure or union
6:305:5: error: member reference base type 'float' is not a structure or union
6:306:6: error: member reference base type 'float' is not a structure or union
6:307:6: error: member reference base type 'float' is not a structure or union
6:308:6: error: member reference base type 'float' is not a structure or union
6:309:6: error: member reference base type 'float' is not a structure or union
6:310:6: error: member reference base type 'float' is not a structure or union
6:311:6: error: member reference base type 'float' is not a structure or union
6:312:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:313:20: error: member reference base type 'float' is not a structure or union
6:314:22: error: member reference base type 'float' is not a structure or union
6:315:22: error: member reference base type 'float' is not a structure or union
6:316:22: error: member reference base type 'float' is not a structure or union
6:317:22: error: member reference base type 'float' is not a structure or union
6:318:22: error: member reference base type 'float' is not a structure or union
6:319:22: error: member reference base type 'float' is not a structure or union
6:320:22: error: member reference base type 'float' is not a structure or union
6:321:23: error: member reference base type 'float' is not a structure or union
6:322:23: error: member reference base type 'float' is not a structure or union
6:323:24: error: member reference base type 'float' is not a structure or union
6:324:24: error: member reference base type 'float' is not a structure or union
6:325:24: error: member reference base type 'float' is not a structure or union
6:326:24: error: member reference base type 'float' is not a structure or union
6:327:24: error: member reference base type 'float' is not a structure or union
6:328:24: error: member reference base type 'float' is not a structure or union
6:329:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:330:5: error: member reference base type 'float' is not a structure or union
6:331:5: error: member reference base type 'float' is not a structure or union
6:332:5: error: member reference base type 'float' is not a structure or union
6:333:5: error: member reference base type 'float' is not a structure or union
6:334:5: error: member reference base type 'float' is not a structure or union
6:335:5: error: member reference base type 'float' is not a structure or union
6:336:5: error: member reference base type 'float' is not a structure or union
6:337:5: error: member reference base type 'float' is not a structure or union
6:338:5: error: member reference base type 'float' is not a structure or union
6:339:5: error: member reference base type 'float' is not a structure or union
6:340:6: error: member reference base type 'float' is not a structure or union
6:341:6: error: member reference base type 'float' is not a structure or union
6:342:6: error: member reference base type 'float' is not a structure or union
6:343:6: error: member reference base type 'float' is not a structure or union
6:344:6: error: member reference base type 'float' is not a structure or union
6:345:6: error: member reference base type 'float' is not a structure or union
6:346:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:347:1: error: unknown type name 'float2'; did you mean 'float'?
6:59:8: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:59:22: note: expanded from here
6:347:1: error: unknown type name 'float2'; did you mean 'float'?
6:60:8: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:60:22: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:61:2: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:62:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:63:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:64:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:65:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:66:11: note: expanded from here
6:4:27: note: expanded from here
6:347:1: error: member reference base type 'const float' is not a structure or union
6:66:11: note: expanded from here
6:4:43: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:12: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:26: note: expanded from here
6:6:25: note: expanded from here
6:347:1: error: member reference base type 'float' is not a structure or union
6:67:26: note: expanded from here
6:6:37: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:68:11: note: expanded from here
6:4:27: note: expanded from here
6:347:1: error: member reference base type 'const float' is not a structure or union
6:68:11: note: expanded from here
6:4:43: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:69:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:70:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:71:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:72:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:12: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:26: note: expanded from here
6:6:25: note: expanded from here
6:347:1: error: member reference base type 'float' is not a structure or union
6:73:26: note: expanded from here
6:6:37: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:12: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:26: note: expanded from here
6:6:25: note: expanded from here
6:347:1: error: member reference base type 'float' is not a structure or union
6:74:26: note: expanded from here
6:6:37: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:75:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:76:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:77:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:78:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:79:2: note: expanded from here
6:48:5: note: expanded from here
6:348:1: error: unknown type name 'float2'; did you mean 'float'?
6:59:8: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:59:22: note: expanded from here
6:348:1: error: unknown type name 'float2'; did you mean 'float'?
6:60:8: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:60:22: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:61:2: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:62:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:63:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:64:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:65:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:66:11: note: expanded from here
6:4:27: note: expanded from here
6:348:1: error: member reference base type 'const float' is not a structure or union
6:66:11: note: expanded from here
6:4:43: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:12: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:26: note: expanded from here
6:6:25: note: expanded from here
6:348:1: error: member reference base type 'float' is not a structure or union
6:67:26: note: expanded from here
6:6:37: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:68:11: note: expanded from here
6:4:27: note: expanded from here
6:348:1: error: member reference base type 'const float' is not a structure or union
6:68:11: note: expanded from here
6:4:43: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:69:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:70:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:71:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:72:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:12: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:26: note: expanded from here
6:6:25: note: expanded from here
6:348:1: error: member reference base type 'float' is not a structure or union
6:73:26: note: expanded from here
6:6:37: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:12: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:26: note: expanded from here
6:6:25: note: expanded from here
6:348:1: error: member reference base type 'float' is not a structure or union
6:74:26: note: expanded from here
6:6:37: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:75:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:76:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:77:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:78:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:79:2: note: expanded from here
6:48:5: note: expanded from here
6:353:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:354:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:354:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:356:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:357:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:357:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:359:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:360:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:360:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:362:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:363:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:363:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:365:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:366:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:366:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:368:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:369:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:369:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:371:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:372:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:372:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:374:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:375:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:375:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:377:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:378:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:378:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:380:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:381:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:381:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:383:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:384:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:384:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:386:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:387:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:387:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:389:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:390:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:390:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:392:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:393:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:393:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:395:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:396:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:396:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:398:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:399:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:399:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:402:21: error: member reference base type 'float' is not a structure or union
6:403:22: error: member reference base type 'float' is not a structure or union
6:404:22: error: member reference base type 'float' is not a structure or union
6:405:22: error: member reference base type 'float' is not a structure or union
6:406:22: error: member reference base type 'float' is not a structure or union
6:407:22: error: member reference base type 'float' is not a structure or union
6:408:22: error: member reference base type 'float' is not a structure or union
6:409:23: error: member reference base type 'float' is not a structure or union
6:410:21: error: member reference base type 'float' is not a structure or union
6:411:22: error: member reference base type 'float' is not a structure or union
6:412:23: error: member reference base type 'float' is not a structure or union
6:413:23: error: member reference base type 'float' is not a structure or union
6:414:23: error: member reference base type 'float' is not a structure or union
6:415:23: error: member reference base type 'float' is not a structure or union
6:416:23: error: member reference base type 'float' is not a structure or union
6:417:24: error: member reference base type 'float' is not a structure or union
6:418:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:419:5: error: member reference base type 'float' is not a structure or union
6:420:5: error: member reference base type 'float' is not a structure or union
6:421:5: error: member reference base type 'float' is not a structure or union
6:422:5: error: member reference base type 'float' is not a structure or union
6:423:5: error: member reference base type 'float' is not a structure or union
6:424:5: error: member reference base type 'float' is not a structure or union
6:425:5: error: member reference base type 'float' is not a structure or union
6:426:5: error: member reference base type 'float' is not a structure or union
6:427:5: error: member reference base type 'float' is not a structure or union
6:428:5: error: member reference base type 'float' is not a structure or union
6:429:6: error: member reference base type 'float' is not a structure or union
6:430:6: error: member reference base type 'float' is not a structure or union
6:431:6: error: member reference base type 'float' is not a structure or union
6:432:6: error: member reference base type 'float' is not a structure or union
6:433:6: error: member reference base type 'float' is not a structure or union
6:434:6: error: member reference base type 'float' is not a structure or union
6:435:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:436:21: error: member reference base type 'float' is not a structure or union
6:437:22: error: member reference base type 'float' is not a structure or union
6:438:22: error: member reference base type 'float' is not a structure or union
6:439:22: error: member reference base type 'float' is not a structure or union
6:440:22: error: member reference base type 'float' is not a structure or union
6:441:22: error: member reference base type 'float' is not a structure or union
6:442:22: error: member reference base type 'float' is not a structure or union
6:443:23: error: member reference base type 'float' is not a structure or union
6:444:21: error: member reference base type 'float' is not a structure or union
6:445:22: error: member reference base type 'float' is not a structure or union
6:446:23: error: member reference base type 'float' is not a structure or union
6:447:23: error: member reference base type 'float' is not a structure or union
6:448:23: error: member reference base type 'float' is not a structure or union
6:449:23: error: member reference base type 'float' is not a structure or union
6:450:23: error: member reference base type 'float' is not a structure or union
6:451:24: error: member reference base type 'float' is not a structure or union
6:452:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:453:5: error: member reference base type 'float' is not a structure or union
6:454:5: error: member reference base type 'float' is not a structure or union
6:455:5: error: member reference base type 'float' is not a structure or union
6:456:5: error: member reference base type 'float' is not a structure or union
6:457:5: error: member reference base type 'float' is not a structure or union
6:458:5: error: member reference base type 'float' is not a structure or union
6:459:5: error: member reference base type 'float' is not a structure or union
6:460:5: error: member reference base type 'float' is not a structure or union
6:461:5: error: member reference base type 'float' is not a structure or union
6:462:5: error: member reference base type 'float' is not a structure or union
6:463:6: error: member reference base type 'float' is not a structure or union
6:464:6: error: member reference base type 'float' is not a structure or union
6:465:6: error: member reference base type 'float' is not a structure or union
6:466:6: error: member reference base type 'float' is not a structure or union
6:467:6: error: member reference base type 'float' is not a structure or union
6:468:6: error: member reference base type 'float' is not a structure or union
6:469:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:489:29: error: unknown type name 'float2'; did you mean 'float'?
6:489:50: error: unknown type name 'float2'; did you mean 'float'?
6:494:5: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:497:5: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:36:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:37:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:38:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:39:13: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:39:27: note: expanded from here
6:6:25: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:98:5: note: expanded from here
6:39:27: note: expanded from here
6:6:37: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:40:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:41:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:36:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:37:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:38:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:39:13: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:39:27: note: expanded from here
6:6:25: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:99:5: note: expanded from here
6:39:27: note: expanded from here
6:6:37: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:40:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:41:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:36:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:37:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:38:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:39:13: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:39:27: note: expanded from here
6:6:25: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:100:5: note: expanded from here
6:39:27: note: expanded from here
6:6:37: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:40:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:41:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:36:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:37:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:38:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:39:13: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:39:27: note: expanded from here
6:6:25: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:101:5: note: expanded from here
6:39:27: note: expanded from here
6:6:37: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:40:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:41:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:102:15: note: expanded from here
6:4:27: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:102:15: note: expanded from here
6:4:43: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:103:15: note: expanded from here
6:4:27: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:103:15: note: expanded from here
6:4:43: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:104:15: note: expanded from here
6:4:27: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:104:15: note: expanded from here
6:4:43: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:105:15: note: expanded from here
6:4:27: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:105:15: note: expanded from here
6:4:43: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:106:16: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:106:30: note: expanded from here
6:6:25: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:106:30: note: expanded from here
6:6:37: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:107:15: note: expanded from here
6:4:27: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:107:15: note: expanded from here
6:4:43: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:108:15: note: expanded from here
6:4:27: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:108:15: note: expanded from here
6:4:43: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:109:15: note: expanded from here
6:4:27: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:109:15: note: expanded from here
6:4:43: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:110:15: note: expanded from here
6:4:27: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:110:15: note: expanded from here
6:4:43: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:27:15: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:111:5: note: expanded from here
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:29:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:27:15: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:112:5: note: expanded from here
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:29:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:27:15: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:113:5: note: expanded from here
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:29:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:27:15: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:114:5: note: expanded from here
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:29:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:115:5: note: expanded from here
6:84:2: note: expanded from here
6:532:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:533:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:533:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:535:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:536:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:536:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:538:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:539:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:539:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:541:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:542:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:542:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:544:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:545:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:545:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:547:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:548:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:548:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:550:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:551:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:551:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:553:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:554:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:554:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:556:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:557:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:557:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:559:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:560:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:560:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:562:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:563:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:563:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:565:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:566:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:566:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:568:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:569:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:569:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:571:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:572:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:572:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:574:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:575:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:575:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:579:20: error: member reference base type 'float' is not a structure or union
6:580:22: error: member reference base type 'float' is not a structure or union
6:581:22: error: member reference base type 'float' is not a structure or union
6:582:22: error: member reference base type 'float' is not a structure or union
6:583:22: error: member reference base type 'float' is not a structure or union
6:584:22: error: member reference base type 'float' is not a structure or union
6:585:22: error: member reference base type 'float' is not a structure or union
6:586:22: error: member reference base type 'float' is not a structure or union
6:587:23: error: member reference base type 'float' is not a structure or union
6:588:23: error: member reference base type 'float' is not a structure or union
6:589:24: error: member reference base type 'float' is not a structure or union
6:590:24: error: member reference base type 'float' is not a structure or union
6:591:24: error: member reference base type 'float' is not a structure or union
6:592:24: error: member reference base type 'float' is not a structure or union
6:593:24: error: member reference base type 'float' is not a structure or union
6:594:24: error: member reference base type 'float' is not a structure or union
6:595:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:596:5: error: member reference base type 'float' is not a structure or union
6:597:5: error: member reference base type 'float' is not a structure or union
6:598:5: error: member reference base type 'float' is not a structure or union
6:599:5: error: member reference base type 'float' is not a structure or union
6:600:5: error: member reference base type 'float' is not a structure or union
6:601:5: error: member reference base type 'float' is not a structure or union
6:602:5: error: member reference base type 'float' is not a structure or union
6:603:5: error: member reference base type 'float' is not a structure or union
6:604:5: error: member reference base type 'float' is not a structure or union
6:605:5: error: member reference base type 'float' is not a structure or union
6:606:6: error: member reference base type 'float' is not a structure or union
6:607:6: error: member reference base type 'float' is not a structure or union
6:608:6: error: member reference base type 'float' is not a structure or union
6:609:6: error: member reference base type 'float' is not a structure or union
6:610:6: error: member reference base type 'float' is not a structure or union
6:611:6: error: member reference base type 'float' is not a structure or union
6:612:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:613:20: error: member reference base type 'float' is not a structure or union
6:614:22: error: member reference base type 'float' is not a structure or union
6:615:22: error: member reference base type 'float' is not a structure or union
6:616:22: error: member reference base type 'float' is not a structure or union
6:617:22: error: member reference base type 'float' is not a structure or union
6:618:22: error: member reference base type 'float' is not a structure or union
6:619:22: error: member reference base type 'float' is not a structure or union
6:620:22: error: member reference base type 'float' is not a structure or union
6:621:23: error: member reference base type 'float' is not a structure or union
6:622:23: error: member reference base type 'float' is not a structure or union
6:623:24: error: member reference base type 'float' is not a structure or union
6:624:24: error: member reference base type 'float' is not a structure or union
6:625:24: error: member reference base type 'float' is not a structure or union
6:626:24: error: member reference base type 'float' is not a structure or union
6:627:24: error: member reference base type 'float' is not a structure or union
6:628:24: error: member reference base type 'float' is not a structure or union
6:629:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:630:5: error: member reference base type 'float' is not a structure or union
6:631:5: error: member reference base type 'float' is not a structure or union
6:632:5: error: member reference base type 'float' is not a structure or union
6:633:5: error: member reference base type 'float' is not a structure or union
6:634:5: error: member reference base type 'float' is not a structure or union
6:635:5: error: member reference base type 'float' is not a structure or union
6:636:5: error: member reference base type 'float' is not a structure or union
6:637:5: error: member reference base type 'float' is not a structure or union
6:638:5: error: member reference base type 'float' is not a structure or union
6:639:5: error: member reference base type 'float' is not a structure or union
6:640:6: error: member reference base type 'float' is not a structure or union
6:641:6: error: member reference base type 'float' is not a structure or union
6:642:6: error: member reference base type 'float' is not a structure or union
6:643:6: error: member reference base type 'float' is not a structure or union
6:644:6: error: member reference base type 'float' is not a structure or union
6:645:6: error: member reference base type 'float' is not a structure or union
6:646:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:647:1: error: unknown type name 'float2'; did you mean 'float'?
6:59:8: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:59:22: note: expanded from here
6:647:1: error: unknown type name 'float2'; did you mean 'float'?
6:60:8: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:60:22: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:61:2: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:62:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:63:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:64:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:65:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:66:11: note: expanded from here
6:4:27: note: expanded from here
6:647:1: error: member reference base type 'const float' is not a structure or union
6:66:11: note: expanded from here
6:4:43: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:12: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:26: note: expanded from here
6:6:25: note: expanded from here
6:647:1: error: member reference base type 'float' is not a structure or union
6:67:26: note: expanded from here
6:6:37: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:68:11: note: expanded from here
6:4:27: note: expanded from here
6:647:1: error: member reference base type 'const float' is not a structure or union
6:68:11: note: expanded from here
6:4:43: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:69:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:70:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:71:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:72:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:12: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:26: note: expanded from here
6:6:25: note: expanded from here
6:647:1: error: member reference base type 'float' is not a structure or union
6:73:26: note: expanded from here
6:6:37: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:12: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:26: note: expanded from here
6:6:25: note: expanded from here
6:647:1: error: member reference base type 'float' is not a structure or union
6:74:26: note: expanded from here
6:6:37: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:75:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:76:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:77:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:78:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:79:2: note: expanded from here
6:48:5: note: expanded from here
6:648:1: error: unknown type name 'float2'; did you mean 'float'?
6:59:8: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:59:22: note: expanded from here
6:648:1: error: unknown type name 'float2'; did you mean 'float'?
6:60:8: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:60:22: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:61:2: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:62:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:63:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:64:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:65:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:66:11: note: expanded from here
6:4:27: note: expanded from here
6:648:1: error: member reference base type 'const float' is not a structure or union
6:66:11: note: expanded from here
6:4:43: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:12: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:26: note: expanded from here
6:6:25: note: expanded from here
6:648:1: error: member reference base type 'float' is not a structure or union
6:67:26: note: expanded from here
6:6:37: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:68:11: note: expanded from here
6:4:27: note: expanded from here
6:648:1: error: member reference base type 'const float' is not a structure or union
6:68:11: note: expanded from here
6:4:43: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:69:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:70:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:71:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:72:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:12: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:26: note: expanded from here
6:6:25: note: expanded from here
6:648:1: error: member reference base type 'float' is not a structure or union
6:73:26: note: expanded from here
6:6:37: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:12: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:26: note: expanded from here
6:6:25: note: expanded from here
6:648:1: error: member reference base type 'float' is not a structure or union
6:74:26: note: expanded from here
6:6:37: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:75:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:76:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:77:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:78:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:79:2: note: expanded from here
6:48:5: note: expanded from here
6:653:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:654:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:654:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:656:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:657:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:657:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:659:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:660:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:660:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:662:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:663:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:663:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:665:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:666:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:666:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:668:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:669:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:669:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:671:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:672:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:672:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:674:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:675:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:675:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:677:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:678:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:678:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:680:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:681:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:681:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:683:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:684:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:684:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:686:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:687:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:687:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:689:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:690:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:690:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:692:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:693:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:693:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:695:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:696:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:696:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:698:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:699:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:699:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:719:29: error: unknown type name 'float2'; did you mean 'float'?
6:719:50: error: unknown type name 'float2'; did you mean 'float'?
6:724:5: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:727:5: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:752:1: error: unknown type name 'float2'; did you mean 'float'?
6:59:8: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:59:22: note: expanded from here
6:752:1: error: unknown type name 'float2'; did you mean 'float'?
6:60:8: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:60:22: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:61:2: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:62:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:63:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:64:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:65:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:66:11: note: expanded from here
6:4:27: note: expanded from here
6:752:1: error: member reference base type 'const float' is not a structure or union
6:66:11: note: expanded from here
6:4:43: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:12: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:26: note: expanded from here
6:6:25: note: expanded from here
6:752:1: error: member reference base type 'float' is not a structure or union
6:67:26: note: expanded from here
6:6:37: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:68:11: note: expanded from here
6:4:27: note: expanded from here
6:752:1: error: member reference base type 'const float' is not a structure or union
6:68:11: note: expanded from here
6:4:43: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:69:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:70:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:71:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:72:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:12: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:26: note: expanded from here
6:6:25: note: expanded from here
6:752:1: error: member reference base type 'float' is not a structure or union
6:73:26: note: expanded from here
6:6:37: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:12: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:26: note: expanded from here
6:6:25: note: expanded from here
6:752:1: error: member reference base type 'float' is not a structure or union
6:74:26: note: expanded from here
6:6:37: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:75:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:76:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:77:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:78:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:79:2: note: expanded from here
6:48:5: note: expanded from here
6:754:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:755:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:755:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:757:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:758:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:758:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:760:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:761:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:761:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:763:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:764:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:764:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:766:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:767:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:767:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:769:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:770:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:770:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:772:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:773:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:773:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:777:20: error: member reference base type 'float' is not a structure or union
6:778:21: error: member reference base type 'float' is not a structure or union
6:779:22: error: member reference base type 'float' is not a structure or union
6:780:22: error: member reference base type 'float' is not a structure or union
6:781:22: error: member reference base type 'float' is not a structure or union
6:782:22: error: member reference base type 'float' is not a structure or union
6:783:22: error: member reference base type 'float' is not a structure or union
6:784:22: error: member reference base type 'float' is not a structure or union
6:785:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:786:5: error: member reference base type 'float' is not a structure or union
6:787:5: error: member reference base type 'float' is not a structure or union
6:788:5: error: member reference base type 'float' is not a structure or union
6:789:5: error: member reference base type 'float' is not a structure or union
6:790:5: error: member reference base type 'float' is not a structure or union
6:791:5: error: member reference base type 'float' is not a structure or union
6:792:5: error: member reference base type 'float' is not a structure or union
6:793:5: error: member reference base type 'float' is not a structure or union
6:794:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:795:20: error: member reference base type 'float' is not a structure or union
6:796:21: error: member reference base type 'float' is not a structure or union
6:797:22: error: member reference base type 'float' is not a structure or union
6:798:22: error: member reference base type 'float' is not a structure or union
6:799:22: error: member reference base type 'float' is not a structure or union
6:800:22: error: member reference base type 'float' is not a structure or union
6:801:22: error: member reference base type 'float' is not a structure or union
6:802:22: error: member reference base type 'float' is not a structure or union
6:803:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:804:5: error: member reference base type 'float' is not a structure or union
6:805:5: error: member reference base type 'float' is not a structure or union
6:806:5: error: member reference base type 'float' is not a structure or union
6:807:5: error: member reference base type 'float' is not a structure or union
6:808:5: error: member reference base type 'float' is not a structure or union
6:809:5: error: member reference base type 'float' is not a structure or union
6:810:5: error: member reference base type 'float' is not a structure or union
6:811:5: error: member reference base type 'float' is not a structure or union
6:812:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:813:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:813:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:813:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:813:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:27:15: note: expanded from here
6:813:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:813:1: error: member reference base type 'float' is not a structure or union
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:813:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:813:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:29:5: note: expanded from here
6:814:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:814:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:814:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:814:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:27:15: note: expanded from here
6:814:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:814:1: error: member reference base type 'float' is not a structure or union
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:814:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:814:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:29:5: note: expanded from here
Compilation failed

[!] [sarxengine_fft.cpp, SxeFft::build:231] Unable to build FFT plan (error: -45)
[!] Unable to build program
[!] Abort test #12
[&amp;gt;] Test #13
   Context deletion
   Releasing OpenCL context...
   Done
&lt;LI&gt; 1 object(s) released
[&amp;lt;] SarX Accelerated Engine v1.2r is down
[&amp;lt;] Test #13

Test done . . :  13
Test passed . :  7
Test failed . :  6
&lt;/LI&gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Oct 2015 15:49:20 GMT</pubDate>
    <dc:creator>Achille_P_</dc:creator>
    <dc:date>2015-10-09T15:49:20Z</dc:date>
    <item>
      <title>OpenCL CPU-only runtime version 5.2.*?</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012470#M3063</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;some of our users reported that they can no longer use our OpenCL-based software on their machines. After some investigations, we noticed that they were using the CPU-only OpenCL runtime with driver version 5.2.*. By "5.2.*" I mean the version number reported by OpenCL as the "Driver version" and not the runtime version reported here for download (like 14.2 and 15.1):&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/articles/opencl-drivers" target="_blank"&gt;https://software.intel.com/en-us/articles/opencl-drivers&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The same binaries of our software are working fine under all the previous versions of the Intel CPU-only runtime (as well as under platforms other than Intel). I've then a couple of questions:&lt;/P&gt;

&lt;P&gt;- Where can I download the CPU-only runtime with driver version 5.2.*? At best, I can download runtime version 15.1 which contains the driver version 5.0.0.57 (and it works nicely with our software). It seems that this updated version is installed only with some Intel HD Graphics driver.&lt;/P&gt;

&lt;P&gt;- Did you make some specific upgrades from driver version 5.0 to 5.2 that make the newer CPU-only runtime non-backward compatible?&lt;/P&gt;

&lt;P&gt;Thanks a lot,&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Achille&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 12:57:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012470#M3063</guid>
      <dc:creator>Achille_P_</dc:creator>
      <dc:date>2015-10-09T12:57:57Z</dc:date>
    </item>
    <item>
      <title>Hi Achille,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012471#M3064</link>
      <description>&lt;P&gt;Hi Achille,&lt;/P&gt;

&lt;P&gt;I think what they are experiencing is the Experimental OpenCL 2.0 CPU Only Platform, which is part of the graphics driver now for 3rd gen and 4th generation processors.&lt;/P&gt;

&lt;P&gt;There are two platforms:&lt;/P&gt;

&lt;P&gt;1) "Experimental OpenCL 2.0 CPU Only Platform" - this one has a CPU only device on 3rd gen (Ivy Bridge), 4th generation (Haswell) - current version of the driver is 5.2.0.65.&lt;/P&gt;

&lt;P&gt;2) "Intel(R) OpenCL" platform: has two devices - CPU and GPU. CPU device driver version on my Ivy Bridge is 3.0.1.10891.&lt;/P&gt;

&lt;P&gt;I think you need to make sure that "Intel(R) OpenCL" platform is selected in your software and then select the CPU device from that. Experimental platform is not recommended for production software: it is there to bootstrap OpenCL 2.0 software development for people who don't have 5th or 6th generation processors.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 13:26:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012471#M3064</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2015-10-09T13:26:28Z</dc:date>
    </item>
    <item>
      <title>Hi Robert,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012472#M3065</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;

&lt;P&gt;and thank you for the instant answer! We found a machine with the 5.2.* driver installed among our ones and we confirm the errors reported by our customers (i.e., tons of errors during the kernel compiling phase).&lt;BR /&gt;
	Unfortunately, it seems that there's just one single Intel platform "Intel(R) OpenCL" and no "experimental". The 5.2.* driver is reported under such a platform, so no way to bypass it by selecting a different Intel platform.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;For your information, I join the output of our hardware scanner, which also uses OpenCL to enumerate available platforms and devices:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;------------------
Hardware topology:
------------------

 CPU name . . . . . :  Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz
 RAM  . . . . . . . :  19792 MB
 Systems  . . . . . :  1
 Nr. of nodes . . . :  1
 Nr. of CPUs  . . . :  1
 Nr. of cores . . . :  4
 Nr. of PUs . . . . :  8


----------------
Supported types:
----------------

 char . . . . . . . :  8 bit
 short  . . . . . . :  16 bit
 int  . . . . . . . :  32 bit
 long . . . . . . . :  32 bit
 long long  . . . . :  64 bit
 size_t . . . . . . :  64 bit
 float  . . . . . . :  32 bit
 double . . . . . . :  64 bit
 long double  . . . :  64 bit
 bool . . . . . . . :  8 bit
 pointer  . . . . . :  64 bit


-----------------
OpenCL platforms:
-----------------

 Nr. of platforms . :  2
  Platform 0  . . . :  NVIDIA CUDA
   Available devices:  1 (1 GPUs, 0 CPUs, 0 accelerators)
    Device 0  . . . :  GeForce GTX 770M (def)
     Device type  . :  GPU
     Device version :  OpenCL 1.2 CUDA
     Driver version :  353.54
     FP64 support . :  yes
     SPIR support . :  no
     Global mem size:  3072 MB
     Local mem size :  48 KB
     Max mem object :  768 MB
     Address bits . :  64
     Compute units  :  5
     Global cache . :  80 KB
     Max clock freq :  797 MHz
     Max workgroup  :  1024
     Context check  :  passed

  Platform 1  . . . :  Intel(R) OpenCL
   Available devices:  2 (1 GPUs, 1 CPUs, 0 accelerators)
    Device 0  . . . :  Intel(R) HD Graphics 4600 (def)
     Device type  . :  GPU
     Device version :  OpenCL 1.2
     Driver version :  10.18.15.4256
     FP64 support . :  no
     SPIR support . :  yes
     Global mem size:  1921 MB
     Local mem size :  64 KB
     Max mem object :  480 MB
     Address bits . :  64
     Compute units  :  20
     Global cache . :  256 KB
     Max clock freq :  1150 MHz
     Max workgroup  :  512
     Context check  :  passed

    Device 1  . . . :  Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz
     Device type  . :  CPU
     Device version :  OpenCL 1.2 (Build 10049)
     Driver version :  5.2.0.10049
     FP64 support . :  yes
     SPIR support . :  yes
     Global mem size:  32692 MB
     Local mem size :  32 KB
     Max mem object :  8173 MB
     Address bits . :  64
     Compute units  :  8
     Global cache . :  256 KB
     Max clock freq :  2400 MHz
     Max workgroup  :  8192
     Context check  :  passed

&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 13:46:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012472#M3065</guid>
      <dc:creator>Achille_P_</dc:creator>
      <dc:date>2015-10-09T13:46:11Z</dc:date>
    </item>
    <item>
      <title>Hi Achille,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012473#M3066</link>
      <description>&lt;P&gt;Hi Achille,&lt;/P&gt;

&lt;P&gt;Two things:&lt;/P&gt;

&lt;P&gt;1. Could you try the latest and greatest driver available from here: &lt;A href="https://downloadcenter.intel.com/product/81496/Intel-HD-Graphics-4600-for-4th-Generation-Intel-Core-Processors"&gt;https://downloadcenter.intel.com/product/81496/Intel-HD-Graphics-4600-for-4th-Generation-Intel-Core-Processors&lt;/A&gt; and see if you still experience problems with the CPU runtime.&lt;/P&gt;

&lt;P&gt;2. If you are still experiencing issues, could you please provide a log of compilation errors - we may have a regression in the driver that escaped into the wild.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 14:09:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012473#M3066</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2015-10-09T14:09:36Z</dc:date>
    </item>
    <item>
      <title>Hi Robert,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012474#M3067</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;

&lt;P&gt;I updated one of our Dell laptop (with an Intel HD 5500) to the latest (and greatest) available version, which is slightly newer than the one I reported in the previous post. But I'm getting the same errors... :(&lt;/P&gt;

&lt;P&gt;Here are the two outputs (from the hw scanner and from a series of unit tests we do to make sure that basic OpenCL stuff is working as expected).&lt;/P&gt;

&lt;P&gt;HW scanner:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;------------------
Hardware topology:
------------------

 CPU name . . . . . :  Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz
 RAM  . . . . . . . :  6609 MB 
 Systems  . . . . . :  1
 Nr. of nodes . . . :  1
 Nr. of CPUs  . . . :  1
 Nr. of cores . . . :  2
 Nr. of PUs . . . . :  4


----------------
Supported types:
----------------

 char . . . . . . . :  8 bit 
 short  . . . . . . :  16 bit 
 int  . . . . . . . :  32 bit 
 long . . . . . . . :  32 bit 
 long long  . . . . :  64 bit 
 size_t . . . . . . :  64 bit 
 float  . . . . . . :  32 bit 
 double . . . . . . :  64 bit 
 long double  . . . :  64 bit 
 bool . . . . . . . :  8 bit 
 pointer  . . . . . :  64 bit 


-----------------
OpenCL platforms:
-----------------

 Nr. of platforms . :  2
  Platform 0  . . . :  Intel(R) OpenCL
   Available devices:  2 (1 GPUs, 1 CPUs, 0 accelerators)
    Device 0  . . . :  Intel(R) HD Graphics 5500 (def)
     Device type  . :  GPU
     Device version :  OpenCL 2.0 
     Driver version :  10.18.14.4170
     FP64 support . :  no
     SPIR support . :  yes
     Global mem size:  1297 MB
     Local mem size :  64 KB
     Max mem object :  324 MB
     Address bits . :  64
     Compute units  :  24
     Global cache . :  576 KB
     Max clock freq :  950 MHz
     Max workgroup  :  256
     Context check  :  passed

    Device 1  . . . :  Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz
     Device type  . :  CPU
     Device version :  OpenCL 2.0 (Build 10083)
     Driver version :  5.2.0.10083
     FP64 support . :  yes
     SPIR support . :  yes
     Global mem size:  8096 MB
     Local mem size :  32 KB
     Max mem object :  2024 MB
     Address bits . :  64
     Compute units  :  4
     Global cache . :  256 KB
     Max clock freq :  2400 MHz
     Max workgroup  :  8192
     Context check  :  passed

  Platform 1  . . . :  NVIDIA CUDA
   Available devices:  1 (1 GPUs, 0 CPUs, 0 accelerators)
    Device 0  . . . :  GeForce 830M (def)
     Device type  . :  GPU
     Device version :  OpenCL 1.2 CUDA
     Driver version :  358.50
     FP64 support . :  yes
     SPIR support . :  no
     Global mem size:  2048 MB
     Local mem size :  48 KB
     Max mem object :  512 MB
     Address bits . :  64
     Compute units  :  2
     Global cache . :  32 KB
     Max clock freq :  1150 MHz
     Max workgroup  :  1024
     Context check  :  passed&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;And the output of the unit testing:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;[&amp;gt;] Test #1
   Context creation
   OpenCL platform(s): 2
      0) 'Intel(R) OpenCL' (1 GPUs, 1 CPUs, 0 ACCs)
      1) 'NVIDIA CUDA' (1 GPUs, 0 CPUs, 0 ACCs)
   Explicit platform selected, ID: 0
   Available device(s) for this platform:
      0) 'Intel(R) HD Graphics 5500' (default)
      1) 'Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz'
   Explicit device selected, ID: 1
   Tot. memory size: 8096 MB
   Max. buffer size: 2024 MB
   Max. group size : 8192
   Version . . . . : OpenCL 2.0 (Build 10083)
   Driver  . . . . : 5.2.0.10083
   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_byte_addressable_store cl_khr_depth_images cl_khr_3d_image_writes cl_intel_exec_by_local_thread cl_khr_spir cl_khr_fp64 cl_khr_image2d_from_buffer 
[&amp;gt;] SarX Accelerated Engine v1.2r is up
      Context initialized
         Platform: Intel(R) OpenCL
         Device  : Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz
         Memory  : 8096 MB
      Queue initialized
[&amp;lt;] Test #1
[&amp;gt;] Test #2
   Corollary items
[&amp;lt;] Test #2
[&amp;gt;] Test #3
   HD timer
      1 sec = 1.00952
      1 sec = 1.01366
      1 sec = 1.01401
      1 sec = 1.01406
      1 sec = 1.01371
      Average within tolerance (1.01299)
[&amp;lt;] Test #3
[&amp;gt;] Test #4
   Shared queue
      Queue allocated
[&amp;lt;] Test #4
[&amp;gt;] Test #5
   Shared memory
      Memory allocated
      Memory size checked
      Memory correctness verified
[&amp;lt;] Test #5
[&amp;gt;] Test #6
   Double support
[!] [sarxengine_program.cpp, SxeProgram::load:467] Unable to build program from memory (Program build failure)
[!] [sarxengine_program.cpp, SxeProgram::load:480] Build report:
-------------
Device ID: 0
Compilation started
1:14:4: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
1:14:11: error: use of undeclared identifier 'curElem'
1:14:21: error: implicit declaration of function 'get_global_id' is invalid in OpenCL
1:16:11: error: use of undeclared identifier 'curElem'
1:16:32: error: use of undeclared identifier 'curElem'
1:16:53: error: use of undeclared identifier 'curElem'
Compilation failed

-------------
[!] Unable to build program
[!] Abort test #6
[&amp;gt;] Test #7
   Pinned memory support
[!] [sarxengine_program.cpp, SxeProgram::load:467] Unable to build program from memory (Program build failure)
[!] [sarxengine_program.cpp, SxeProgram::load:480] Build report:
-------------
Device ID: 0
Compilation started
2:12:4: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
2:12:11: error: use of undeclared identifier 'curElem'
2:12:21: error: implicit declaration of function 'get_global_id' is invalid in OpenCL
2:14:11: error: use of undeclared identifier 'curElem'
2:14:32: error: use of undeclared identifier 'curElem'
2:14:53: error: use of undeclared identifier 'curElem'
Compilation failed

-------------
[!] Unable to build program
[!] Abort test #7
[&amp;gt;] Test #8
   Memory tests
      [Skipped: device is not of type GPU]
[&amp;lt;] Test #8
[&amp;gt;] Test #9
   Program caching
      Caching disabled
         Compiling 128 program(s)...
[!] [sarxengine_program.cpp, SxeProgram::load:467] Unable to build program from memory (Program build failure)
[!] [sarxengine_program.cpp, SxeProgram::load:480] Build report:
-------------
Device ID: 0
Compilation started
3:12:4: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
3:12:11: error: use of undeclared identifier 'curElem'
3:12:21: error: implicit declaration of function 'get_global_id' is invalid in OpenCL
3:15:4: error: use of undeclared identifier 'float2'; did you mean 'float'?
3:18:16: error: member reference base type 'float' is not a structure or union
3:18:25: error: implicit declaration of function 'sin' is invalid in OpenCL
3:18:39: error: use of undeclared identifier 'curElem'
3:18:51: error: implicit declaration of function 'cos' is invalid in OpenCL
3:18:65: error: use of undeclared identifier 'curElem'
3:19:16: error: member reference base type 'float' is not a structure or union
3:19:39: error: use of undeclared identifier 'curElem'
3:19:67: error: use of undeclared identifier 'curElem'
3:20:16: error: member reference base type 'float' is not a structure or union
3:20:22: error: implicit declaration of function 'sqrt' is invalid in OpenCL
3:20:36: error: member reference base type 'float' is not a structure or union
3:20:50: error: member reference base type 'float' is not a structure or union
3:21:14: error: use of undeclared identifier 'curElem'
3:21:35: error: member reference base type 'float' is not a structure or union
3:21:50: error: use of undeclared identifier 'curElem'
3:21:72: error: member reference base type 'float' is not a structure or union
3:21:87: error: use of undeclared identifier 'curElem'
3:23:11: error: use of undeclared identifier 'curElem'
Compilation failed

-------------
[!] Unable to build program
[!] Abort test #9
[&amp;gt;] Test #10
   Benchmarking vector add
[!] [sarxengine_program.cpp, SxeProgram::load:467] Unable to build program from memory (Program build failure)
[!] [sarxengine_program.cpp, SxeProgram::load:480] Build report:
-------------
Device ID: 0
Compilation started
4:14:4: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
4:14:11: error: use of undeclared identifier 'curElem'
4:14:21: error: implicit declaration of function 'get_global_id' is invalid in OpenCL
4:16:11: error: use of undeclared identifier 'curElem'
4:16:32: error: use of undeclared identifier 'curElem'
4:16:53: error: use of undeclared identifier 'curElem'
4:30:4: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
4:30:11: error: use of undeclared identifier 'curElem'
4:32:11: error: use of undeclared identifier 'curElem'
4:32:32: error: use of undeclared identifier 'curElem'
4:32:53: error: use of undeclared identifier 'curElem'
Compilation failed

-------------
[!] Unable to build program
[!] Abort test #10
[&amp;gt;] Test #11
   Benchmarking lookup speed
[!] [sarxengine_program.cpp, SxeProgram::load:467] Unable to build program from memory (Program build failure)
[!] [sarxengine_program.cpp, SxeProgram::load:480] Build report:
-------------
Device ID: 0
Compilation started
5:16:4: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
5:16:11: error: use of undeclared identifier 'curElem'
5:16:21: error: implicit declaration of function 'get_global_id' is invalid in OpenCL
5:18:9: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
5:18:24: error: use of undeclared identifier 'cy'
5:18:38: error: use of undeclared identifier 'cy'
5:19:12: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
5:19:27: error: use of undeclared identifier 'cx'
5:19:41: error: use of undeclared identifier 'cx'
5:21:30: error: use of undeclared identifier 'cy'
5:21:47: error: use of undeclared identifier 'cx'
5:22:17: error: use of undeclared identifier 'curElem'
5:22:29: error: implicit declaration of function 'sqrt' is invalid in OpenCL
5:22:34: error: implicit declaration of function 'sin' is invalid in OpenCL
5:22:43: error: implicit declaration of function 'cos' is invalid in OpenCL
5:25:11: error: use of undeclared identifier 'curElem'
5:41:4: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
5:41:11: error: use of undeclared identifier 'curElem'
5:43:9: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
5:43:24: error: use of undeclared identifier 'cy'
5:43:38: error: use of undeclared identifier 'cy'
5:44:12: error: use of undeclared identifier 'size_t'; did you mean 'sizeof'?
5:44:27: error: use of undeclared identifier 'cx'
5:44:41: error: use of undeclared identifier 'cx'
5:46:31: error: use of undeclared identifier 'cy'
5:46:48: error: use of undeclared identifier 'cx'
5:47:17: error: use of undeclared identifier 'curElem'
5:50:11: error: use of undeclared identifier 'curElem'
Compilation failed

-------------
[!] Unable to build program
[!] Abort test #11
[&amp;gt;] Test #12
   Benchmarking FFT 1D
      N = 524288 float complex entries
FFT program build log on device Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz
Compilation started
6:168:35: error: unknown type name 'float2'; did you mean 'float'?
6:170:4: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:173:19: error: implicit declaration of function 'get_global_id' is invalid in OpenCL
6:182:15: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:182:23: error: implicit declaration of function 'native_cos' is invalid in OpenCL
6:182:40: error: implicit declaration of function 'native_sin' is invalid in OpenCL
6:182:40: note: did you mean 'native_cos'?
6:182:23: note: 'native_cos' declared here
6:183:14: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:183:14: error: implicit declaration of function 'mad' is invalid in OpenCL
6:4:35: note: expanded from here
6:183:14: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:189:29: error: unknown type name 'float2'; did you mean 'float'?
6:189:50: error: unknown type name 'float2'; did you mean 'float'?
6:194:5: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:197:5: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:198:15: error: implicit declaration of function 'get_local_id' is invalid in OpenCL
6:198:15: note: did you mean 'get_global_id'?
6:173:19: note: 'get_global_id' declared here
6:199:19: error: implicit declaration of function 'get_group_id' is invalid in OpenCL
6:199:19: note: did you mean 'get_global_id'?
6:173:19: note: 'get_global_id' declared here
6:202:11: error: implicit declaration of function 'mul24' is invalid in OpenCL
6:206:12: error: implicit declaration of function 'mad24' is invalid in OpenCL
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:36:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:37:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:38:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:39:13: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:39:27: note: expanded from here
6:6:25: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:98:5: note: expanded from here
6:39:27: note: expanded from here
6:6:37: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:40:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:41:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:36:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:37:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:38:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:39:13: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:39:27: note: expanded from here
6:6:25: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:99:5: note: expanded from here
6:39:27: note: expanded from here
6:6:37: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:40:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:41:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:36:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:37:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:38:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:39:13: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:39:27: note: expanded from here
6:6:25: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:100:5: note: expanded from here
6:39:27: note: expanded from here
6:6:37: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:40:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:41:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:36:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:37:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:38:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:39:13: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:39:27: note: expanded from here
6:6:25: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:101:5: note: expanded from here
6:39:27: note: expanded from here
6:6:37: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:40:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:41:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:102:15: note: expanded from here
6:4:27: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:102:15: note: expanded from here
6:4:43: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:103:15: note: expanded from here
6:4:27: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:103:15: note: expanded from here
6:4:43: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:104:15: note: expanded from here
6:4:27: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:104:15: note: expanded from here
6:4:43: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:105:15: note: expanded from here
6:4:27: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:105:15: note: expanded from here
6:4:43: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:106:16: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:106:30: note: expanded from here
6:6:25: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:106:30: note: expanded from here
6:6:37: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:107:15: note: expanded from here
6:4:27: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:107:15: note: expanded from here
6:4:43: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:108:15: note: expanded from here
6:4:27: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:108:15: note: expanded from here
6:4:43: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:109:15: note: expanded from here
6:4:27: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:109:15: note: expanded from here
6:4:43: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:110:15: note: expanded from here
6:4:27: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:110:15: note: expanded from here
6:4:43: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:27:15: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:111:5: note: expanded from here
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:29:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:27:15: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:112:5: note: expanded from here
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:29:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:27:15: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:113:5: note: expanded from here
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:29:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:27:15: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:230:1: error: member reference base type 'float' is not a structure or union
6:114:5: note: expanded from here
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:29:5: note: expanded from here
6:230:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:115:5: note: expanded from here
6:84:2: note: expanded from here
6:232:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:233:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:233:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:235:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:236:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:236:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:238:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:239:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:239:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:241:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:242:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:242:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:244:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:245:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:245:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:247:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:248:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:248:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:250:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:251:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:251:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:253:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:254:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:254:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:256:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:257:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:257:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:259:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:260:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:260:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:262:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:263:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:263:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:265:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:266:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:266:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:268:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:269:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:269:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:271:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:272:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:272:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:274:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:275:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:275:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:279:20: error: member reference base type 'float' is not a structure or union
6:280:22: error: member reference base type 'float' is not a structure or union
6:281:22: error: member reference base type 'float' is not a structure or union
6:282:22: error: member reference base type 'float' is not a structure or union
6:283:22: error: member reference base type 'float' is not a structure or union
6:284:22: error: member reference base type 'float' is not a structure or union
6:285:22: error: member reference base type 'float' is not a structure or union
6:286:22: error: member reference base type 'float' is not a structure or union
6:287:23: error: member reference base type 'float' is not a structure or union
6:288:23: error: member reference base type 'float' is not a structure or union
6:289:24: error: member reference base type 'float' is not a structure or union
6:290:24: error: member reference base type 'float' is not a structure or union
6:291:24: error: member reference base type 'float' is not a structure or union
6:292:24: error: member reference base type 'float' is not a structure or union
6:293:24: error: member reference base type 'float' is not a structure or union
6:294:24: error: member reference base type 'float' is not a structure or union
6:295:1: error: implicit declaration of function 'barrier' is invalid in OpenCL
6:295:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:296:5: error: member reference base type 'float' is not a structure or union
6:297:5: error: member reference base type 'float' is not a structure or union
6:298:5: error: member reference base type 'float' is not a structure or union
6:299:5: error: member reference base type 'float' is not a structure or union
6:300:5: error: member reference base type 'float' is not a structure or union
6:301:5: error: member reference base type 'float' is not a structure or union
6:302:5: error: member reference base type 'float' is not a structure or union
6:303:5: error: member reference base type 'float' is not a structure or union
6:304:5: error: member reference base type 'float' is not a structure or union
6:305:5: error: member reference base type 'float' is not a structure or union
6:306:6: error: member reference base type 'float' is not a structure or union
6:307:6: error: member reference base type 'float' is not a structure or union
6:308:6: error: member reference base type 'float' is not a structure or union
6:309:6: error: member reference base type 'float' is not a structure or union
6:310:6: error: member reference base type 'float' is not a structure or union
6:311:6: error: member reference base type 'float' is not a structure or union
6:312:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:313:20: error: member reference base type 'float' is not a structure or union
6:314:22: error: member reference base type 'float' is not a structure or union
6:315:22: error: member reference base type 'float' is not a structure or union
6:316:22: error: member reference base type 'float' is not a structure or union
6:317:22: error: member reference base type 'float' is not a structure or union
6:318:22: error: member reference base type 'float' is not a structure or union
6:319:22: error: member reference base type 'float' is not a structure or union
6:320:22: error: member reference base type 'float' is not a structure or union
6:321:23: error: member reference base type 'float' is not a structure or union
6:322:23: error: member reference base type 'float' is not a structure or union
6:323:24: error: member reference base type 'float' is not a structure or union
6:324:24: error: member reference base type 'float' is not a structure or union
6:325:24: error: member reference base type 'float' is not a structure or union
6:326:24: error: member reference base type 'float' is not a structure or union
6:327:24: error: member reference base type 'float' is not a structure or union
6:328:24: error: member reference base type 'float' is not a structure or union
6:329:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:330:5: error: member reference base type 'float' is not a structure or union
6:331:5: error: member reference base type 'float' is not a structure or union
6:332:5: error: member reference base type 'float' is not a structure or union
6:333:5: error: member reference base type 'float' is not a structure or union
6:334:5: error: member reference base type 'float' is not a structure or union
6:335:5: error: member reference base type 'float' is not a structure or union
6:336:5: error: member reference base type 'float' is not a structure or union
6:337:5: error: member reference base type 'float' is not a structure or union
6:338:5: error: member reference base type 'float' is not a structure or union
6:339:5: error: member reference base type 'float' is not a structure or union
6:340:6: error: member reference base type 'float' is not a structure or union
6:341:6: error: member reference base type 'float' is not a structure or union
6:342:6: error: member reference base type 'float' is not a structure or union
6:343:6: error: member reference base type 'float' is not a structure or union
6:344:6: error: member reference base type 'float' is not a structure or union
6:345:6: error: member reference base type 'float' is not a structure or union
6:346:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:347:1: error: unknown type name 'float2'; did you mean 'float'?
6:59:8: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:59:22: note: expanded from here
6:347:1: error: unknown type name 'float2'; did you mean 'float'?
6:60:8: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:60:22: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:61:2: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:62:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:63:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:64:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:65:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:66:11: note: expanded from here
6:4:27: note: expanded from here
6:347:1: error: member reference base type 'const float' is not a structure or union
6:66:11: note: expanded from here
6:4:43: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:12: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:26: note: expanded from here
6:6:25: note: expanded from here
6:347:1: error: member reference base type 'float' is not a structure or union
6:67:26: note: expanded from here
6:6:37: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:68:11: note: expanded from here
6:4:27: note: expanded from here
6:347:1: error: member reference base type 'const float' is not a structure or union
6:68:11: note: expanded from here
6:4:43: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:69:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:70:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:71:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:72:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:12: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:26: note: expanded from here
6:6:25: note: expanded from here
6:347:1: error: member reference base type 'float' is not a structure or union
6:73:26: note: expanded from here
6:6:37: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:12: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:26: note: expanded from here
6:6:25: note: expanded from here
6:347:1: error: member reference base type 'float' is not a structure or union
6:74:26: note: expanded from here
6:6:37: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:75:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:76:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:77:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:78:2: note: expanded from here
6:17:5: note: expanded from here
6:347:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:79:2: note: expanded from here
6:48:5: note: expanded from here
6:348:1: error: unknown type name 'float2'; did you mean 'float'?
6:59:8: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:59:22: note: expanded from here
6:348:1: error: unknown type name 'float2'; did you mean 'float'?
6:60:8: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:60:22: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:61:2: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:62:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:63:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:64:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:65:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:66:11: note: expanded from here
6:4:27: note: expanded from here
6:348:1: error: member reference base type 'const float' is not a structure or union
6:66:11: note: expanded from here
6:4:43: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:12: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:26: note: expanded from here
6:6:25: note: expanded from here
6:348:1: error: member reference base type 'float' is not a structure or union
6:67:26: note: expanded from here
6:6:37: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:68:11: note: expanded from here
6:4:27: note: expanded from here
6:348:1: error: member reference base type 'const float' is not a structure or union
6:68:11: note: expanded from here
6:4:43: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:69:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:70:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:71:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:72:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:12: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:26: note: expanded from here
6:6:25: note: expanded from here
6:348:1: error: member reference base type 'float' is not a structure or union
6:73:26: note: expanded from here
6:6:37: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:12: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:26: note: expanded from here
6:6:25: note: expanded from here
6:348:1: error: member reference base type 'float' is not a structure or union
6:74:26: note: expanded from here
6:6:37: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:75:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:76:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:77:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:78:2: note: expanded from here
6:17:5: note: expanded from here
6:348:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:79:2: note: expanded from here
6:48:5: note: expanded from here
6:353:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:354:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:354:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:356:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:357:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:357:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:359:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:360:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:360:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:362:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:363:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:363:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:365:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:366:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:366:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:368:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:369:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:369:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:371:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:372:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:372:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:374:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:375:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:375:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:377:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:378:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:378:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:380:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:381:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:381:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:383:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:384:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:384:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:386:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:387:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:387:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:389:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:390:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:390:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:392:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:393:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:393:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:395:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:396:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:396:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:398:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:399:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:399:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:402:21: error: member reference base type 'float' is not a structure or union
6:403:22: error: member reference base type 'float' is not a structure or union
6:404:22: error: member reference base type 'float' is not a structure or union
6:405:22: error: member reference base type 'float' is not a structure or union
6:406:22: error: member reference base type 'float' is not a structure or union
6:407:22: error: member reference base type 'float' is not a structure or union
6:408:22: error: member reference base type 'float' is not a structure or union
6:409:23: error: member reference base type 'float' is not a structure or union
6:410:21: error: member reference base type 'float' is not a structure or union
6:411:22: error: member reference base type 'float' is not a structure or union
6:412:23: error: member reference base type 'float' is not a structure or union
6:413:23: error: member reference base type 'float' is not a structure or union
6:414:23: error: member reference base type 'float' is not a structure or union
6:415:23: error: member reference base type 'float' is not a structure or union
6:416:23: error: member reference base type 'float' is not a structure or union
6:417:24: error: member reference base type 'float' is not a structure or union
6:418:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:419:5: error: member reference base type 'float' is not a structure or union
6:420:5: error: member reference base type 'float' is not a structure or union
6:421:5: error: member reference base type 'float' is not a structure or union
6:422:5: error: member reference base type 'float' is not a structure or union
6:423:5: error: member reference base type 'float' is not a structure or union
6:424:5: error: member reference base type 'float' is not a structure or union
6:425:5: error: member reference base type 'float' is not a structure or union
6:426:5: error: member reference base type 'float' is not a structure or union
6:427:5: error: member reference base type 'float' is not a structure or union
6:428:5: error: member reference base type 'float' is not a structure or union
6:429:6: error: member reference base type 'float' is not a structure or union
6:430:6: error: member reference base type 'float' is not a structure or union
6:431:6: error: member reference base type 'float' is not a structure or union
6:432:6: error: member reference base type 'float' is not a structure or union
6:433:6: error: member reference base type 'float' is not a structure or union
6:434:6: error: member reference base type 'float' is not a structure or union
6:435:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:436:21: error: member reference base type 'float' is not a structure or union
6:437:22: error: member reference base type 'float' is not a structure or union
6:438:22: error: member reference base type 'float' is not a structure or union
6:439:22: error: member reference base type 'float' is not a structure or union
6:440:22: error: member reference base type 'float' is not a structure or union
6:441:22: error: member reference base type 'float' is not a structure or union
6:442:22: error: member reference base type 'float' is not a structure or union
6:443:23: error: member reference base type 'float' is not a structure or union
6:444:21: error: member reference base type 'float' is not a structure or union
6:445:22: error: member reference base type 'float' is not a structure or union
6:446:23: error: member reference base type 'float' is not a structure or union
6:447:23: error: member reference base type 'float' is not a structure or union
6:448:23: error: member reference base type 'float' is not a structure or union
6:449:23: error: member reference base type 'float' is not a structure or union
6:450:23: error: member reference base type 'float' is not a structure or union
6:451:24: error: member reference base type 'float' is not a structure or union
6:452:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:453:5: error: member reference base type 'float' is not a structure or union
6:454:5: error: member reference base type 'float' is not a structure or union
6:455:5: error: member reference base type 'float' is not a structure or union
6:456:5: error: member reference base type 'float' is not a structure or union
6:457:5: error: member reference base type 'float' is not a structure or union
6:458:5: error: member reference base type 'float' is not a structure or union
6:459:5: error: member reference base type 'float' is not a structure or union
6:460:5: error: member reference base type 'float' is not a structure or union
6:461:5: error: member reference base type 'float' is not a structure or union
6:462:5: error: member reference base type 'float' is not a structure or union
6:463:6: error: member reference base type 'float' is not a structure or union
6:464:6: error: member reference base type 'float' is not a structure or union
6:465:6: error: member reference base type 'float' is not a structure or union
6:466:6: error: member reference base type 'float' is not a structure or union
6:467:6: error: member reference base type 'float' is not a structure or union
6:468:6: error: member reference base type 'float' is not a structure or union
6:469:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:489:29: error: unknown type name 'float2'; did you mean 'float'?
6:489:50: error: unknown type name 'float2'; did you mean 'float'?
6:494:5: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:497:5: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:36:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:37:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:38:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:39:13: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:39:27: note: expanded from here
6:6:25: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:98:5: note: expanded from here
6:39:27: note: expanded from here
6:6:37: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:40:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:98:5: note: expanded from here
6:41:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:36:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:37:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:38:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:39:13: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:39:27: note: expanded from here
6:6:25: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:99:5: note: expanded from here
6:39:27: note: expanded from here
6:6:37: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:40:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:99:5: note: expanded from here
6:41:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:36:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:37:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:38:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:39:13: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:39:27: note: expanded from here
6:6:25: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:100:5: note: expanded from here
6:39:27: note: expanded from here
6:6:37: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:40:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:100:5: note: expanded from here
6:41:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:36:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:37:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:38:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:39:13: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:39:27: note: expanded from here
6:6:25: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:101:5: note: expanded from here
6:39:27: note: expanded from here
6:6:37: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:40:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:101:5: note: expanded from here
6:41:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:102:15: note: expanded from here
6:4:27: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:102:15: note: expanded from here
6:4:43: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:103:15: note: expanded from here
6:4:27: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:103:15: note: expanded from here
6:4:43: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:104:15: note: expanded from here
6:4:27: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:104:15: note: expanded from here
6:4:43: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:105:15: note: expanded from here
6:4:27: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:105:15: note: expanded from here
6:4:43: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:106:16: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:106:30: note: expanded from here
6:6:25: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:106:30: note: expanded from here
6:6:37: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:107:15: note: expanded from here
6:4:27: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:107:15: note: expanded from here
6:4:43: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:108:15: note: expanded from here
6:4:27: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:108:15: note: expanded from here
6:4:43: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:109:15: note: expanded from here
6:4:27: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:109:15: note: expanded from here
6:4:43: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:110:15: note: expanded from here
6:4:27: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:110:15: note: expanded from here
6:4:43: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:27:15: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:111:5: note: expanded from here
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:111:5: note: expanded from here
6:29:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:27:15: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:112:5: note: expanded from here
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:112:5: note: expanded from here
6:29:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:27:15: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:113:5: note: expanded from here
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:113:5: note: expanded from here
6:29:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:27:15: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:530:1: error: member reference base type 'float' is not a structure or union
6:114:5: note: expanded from here
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:114:5: note: expanded from here
6:29:5: note: expanded from here
6:530:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:115:5: note: expanded from here
6:84:2: note: expanded from here
6:532:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:533:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:533:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:535:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:536:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:536:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:538:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:539:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:539:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:541:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:542:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:542:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:544:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:545:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:545:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:547:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:548:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:548:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:550:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:551:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:551:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:553:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:554:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:554:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:556:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:557:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:557:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:559:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:560:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:560:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:562:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:563:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:563:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:565:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:566:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:566:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:568:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:569:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:569:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:571:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:572:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:572:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:574:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:575:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:575:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:579:20: error: member reference base type 'float' is not a structure or union
6:580:22: error: member reference base type 'float' is not a structure or union
6:581:22: error: member reference base type 'float' is not a structure or union
6:582:22: error: member reference base type 'float' is not a structure or union
6:583:22: error: member reference base type 'float' is not a structure or union
6:584:22: error: member reference base type 'float' is not a structure or union
6:585:22: error: member reference base type 'float' is not a structure or union
6:586:22: error: member reference base type 'float' is not a structure or union
6:587:23: error: member reference base type 'float' is not a structure or union
6:588:23: error: member reference base type 'float' is not a structure or union
6:589:24: error: member reference base type 'float' is not a structure or union
6:590:24: error: member reference base type 'float' is not a structure or union
6:591:24: error: member reference base type 'float' is not a structure or union
6:592:24: error: member reference base type 'float' is not a structure or union
6:593:24: error: member reference base type 'float' is not a structure or union
6:594:24: error: member reference base type 'float' is not a structure or union
6:595:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:596:5: error: member reference base type 'float' is not a structure or union
6:597:5: error: member reference base type 'float' is not a structure or union
6:598:5: error: member reference base type 'float' is not a structure or union
6:599:5: error: member reference base type 'float' is not a structure or union
6:600:5: error: member reference base type 'float' is not a structure or union
6:601:5: error: member reference base type 'float' is not a structure or union
6:602:5: error: member reference base type 'float' is not a structure or union
6:603:5: error: member reference base type 'float' is not a structure or union
6:604:5: error: member reference base type 'float' is not a structure or union
6:605:5: error: member reference base type 'float' is not a structure or union
6:606:6: error: member reference base type 'float' is not a structure or union
6:607:6: error: member reference base type 'float' is not a structure or union
6:608:6: error: member reference base type 'float' is not a structure or union
6:609:6: error: member reference base type 'float' is not a structure or union
6:610:6: error: member reference base type 'float' is not a structure or union
6:611:6: error: member reference base type 'float' is not a structure or union
6:612:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:613:20: error: member reference base type 'float' is not a structure or union
6:614:22: error: member reference base type 'float' is not a structure or union
6:615:22: error: member reference base type 'float' is not a structure or union
6:616:22: error: member reference base type 'float' is not a structure or union
6:617:22: error: member reference base type 'float' is not a structure or union
6:618:22: error: member reference base type 'float' is not a structure or union
6:619:22: error: member reference base type 'float' is not a structure or union
6:620:22: error: member reference base type 'float' is not a structure or union
6:621:23: error: member reference base type 'float' is not a structure or union
6:622:23: error: member reference base type 'float' is not a structure or union
6:623:24: error: member reference base type 'float' is not a structure or union
6:624:24: error: member reference base type 'float' is not a structure or union
6:625:24: error: member reference base type 'float' is not a structure or union
6:626:24: error: member reference base type 'float' is not a structure or union
6:627:24: error: member reference base type 'float' is not a structure or union
6:628:24: error: member reference base type 'float' is not a structure or union
6:629:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:630:5: error: member reference base type 'float' is not a structure or union
6:631:5: error: member reference base type 'float' is not a structure or union
6:632:5: error: member reference base type 'float' is not a structure or union
6:633:5: error: member reference base type 'float' is not a structure or union
6:634:5: error: member reference base type 'float' is not a structure or union
6:635:5: error: member reference base type 'float' is not a structure or union
6:636:5: error: member reference base type 'float' is not a structure or union
6:637:5: error: member reference base type 'float' is not a structure or union
6:638:5: error: member reference base type 'float' is not a structure or union
6:639:5: error: member reference base type 'float' is not a structure or union
6:640:6: error: member reference base type 'float' is not a structure or union
6:641:6: error: member reference base type 'float' is not a structure or union
6:642:6: error: member reference base type 'float' is not a structure or union
6:643:6: error: member reference base type 'float' is not a structure or union
6:644:6: error: member reference base type 'float' is not a structure or union
6:645:6: error: member reference base type 'float' is not a structure or union
6:646:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:647:1: error: unknown type name 'float2'; did you mean 'float'?
6:59:8: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:59:22: note: expanded from here
6:647:1: error: unknown type name 'float2'; did you mean 'float'?
6:60:8: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:60:22: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:61:2: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:62:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:63:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:64:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:65:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:66:11: note: expanded from here
6:4:27: note: expanded from here
6:647:1: error: member reference base type 'const float' is not a structure or union
6:66:11: note: expanded from here
6:4:43: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:12: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:26: note: expanded from here
6:6:25: note: expanded from here
6:647:1: error: member reference base type 'float' is not a structure or union
6:67:26: note: expanded from here
6:6:37: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:68:11: note: expanded from here
6:4:27: note: expanded from here
6:647:1: error: member reference base type 'const float' is not a structure or union
6:68:11: note: expanded from here
6:4:43: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:69:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:70:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:71:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:72:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:12: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:26: note: expanded from here
6:6:25: note: expanded from here
6:647:1: error: member reference base type 'float' is not a structure or union
6:73:26: note: expanded from here
6:6:37: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:12: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:26: note: expanded from here
6:6:25: note: expanded from here
6:647:1: error: member reference base type 'float' is not a structure or union
6:74:26: note: expanded from here
6:6:37: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:75:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:76:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:77:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:78:2: note: expanded from here
6:17:5: note: expanded from here
6:647:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:79:2: note: expanded from here
6:48:5: note: expanded from here
6:648:1: error: unknown type name 'float2'; did you mean 'float'?
6:59:8: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:59:22: note: expanded from here
6:648:1: error: unknown type name 'float2'; did you mean 'float'?
6:60:8: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:60:22: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:61:2: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:62:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:63:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:64:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:65:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:66:11: note: expanded from here
6:4:27: note: expanded from here
6:648:1: error: member reference base type 'const float' is not a structure or union
6:66:11: note: expanded from here
6:4:43: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:12: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:26: note: expanded from here
6:6:25: note: expanded from here
6:648:1: error: member reference base type 'float' is not a structure or union
6:67:26: note: expanded from here
6:6:37: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:68:11: note: expanded from here
6:4:27: note: expanded from here
6:648:1: error: member reference base type 'const float' is not a structure or union
6:68:11: note: expanded from here
6:4:43: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:69:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:70:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:71:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:72:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:12: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:26: note: expanded from here
6:6:25: note: expanded from here
6:648:1: error: member reference base type 'float' is not a structure or union
6:73:26: note: expanded from here
6:6:37: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:12: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:26: note: expanded from here
6:6:25: note: expanded from here
6:648:1: error: member reference base type 'float' is not a structure or union
6:74:26: note: expanded from here
6:6:37: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:75:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:76:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:77:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:78:2: note: expanded from here
6:17:5: note: expanded from here
6:648:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:79:2: note: expanded from here
6:48:5: note: expanded from here
6:653:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:654:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:654:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:656:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:657:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:657:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:659:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:660:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:660:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:662:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:663:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:663:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:665:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:666:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:666:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:668:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:669:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:669:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:671:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:672:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:672:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:674:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:675:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:675:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:677:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:678:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:678:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:680:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:681:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:681:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:683:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:684:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:684:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:686:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:687:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:687:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:689:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:690:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:690:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:692:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:693:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:693:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:695:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:696:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:696:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:698:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:699:9: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:699:9: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:719:29: error: unknown type name 'float2'; did you mean 'float'?
6:719:50: error: unknown type name 'float2'; did you mean 'float'?
6:724:5: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:727:5: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:752:1: error: unknown type name 'float2'; did you mean 'float'?
6:59:8: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:59:22: note: expanded from here
6:752:1: error: unknown type name 'float2'; did you mean 'float'?
6:60:8: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:60:22: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:61:2: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:62:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:63:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:64:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:65:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:66:11: note: expanded from here
6:4:27: note: expanded from here
6:752:1: error: member reference base type 'const float' is not a structure or union
6:66:11: note: expanded from here
6:4:43: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:12: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:67:26: note: expanded from here
6:6:25: note: expanded from here
6:752:1: error: member reference base type 'float' is not a structure or union
6:67:26: note: expanded from here
6:6:37: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:68:11: note: expanded from here
6:4:27: note: expanded from here
6:752:1: error: member reference base type 'const float' is not a structure or union
6:68:11: note: expanded from here
6:4:43: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:69:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:70:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:71:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:72:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:12: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:73:26: note: expanded from here
6:6:25: note: expanded from here
6:752:1: error: member reference base type 'float' is not a structure or union
6:73:26: note: expanded from here
6:6:37: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:12: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:74:26: note: expanded from here
6:6:25: note: expanded from here
6:752:1: error: member reference base type 'float' is not a structure or union
6:74:26: note: expanded from here
6:6:37: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:75:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:76:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:77:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:78:2: note: expanded from here
6:17:5: note: expanded from here
6:752:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:79:2: note: expanded from here
6:48:5: note: expanded from here
6:754:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:755:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:755:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:757:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:758:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:758:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:760:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:761:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:761:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:763:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:764:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:764:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:766:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:767:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:767:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:769:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:770:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:770:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:772:6: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:773:8: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:4:27: note: expanded from here
6:773:8: error: member reference base type 'float' is not a structure or union
6:4:43: note: expanded from here
6:777:20: error: member reference base type 'float' is not a structure or union
6:778:21: error: member reference base type 'float' is not a structure or union
6:779:22: error: member reference base type 'float' is not a structure or union
6:780:22: error: member reference base type 'float' is not a structure or union
6:781:22: error: member reference base type 'float' is not a structure or union
6:782:22: error: member reference base type 'float' is not a structure or union
6:783:22: error: member reference base type 'float' is not a structure or union
6:784:22: error: member reference base type 'float' is not a structure or union
6:785:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:786:5: error: member reference base type 'float' is not a structure or union
6:787:5: error: member reference base type 'float' is not a structure or union
6:788:5: error: member reference base type 'float' is not a structure or union
6:789:5: error: member reference base type 'float' is not a structure or union
6:790:5: error: member reference base type 'float' is not a structure or union
6:791:5: error: member reference base type 'float' is not a structure or union
6:792:5: error: member reference base type 'float' is not a structure or union
6:793:5: error: member reference base type 'float' is not a structure or union
6:794:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:795:20: error: member reference base type 'float' is not a structure or union
6:796:21: error: member reference base type 'float' is not a structure or union
6:797:22: error: member reference base type 'float' is not a structure or union
6:798:22: error: member reference base type 'float' is not a structure or union
6:799:22: error: member reference base type 'float' is not a structure or union
6:800:22: error: member reference base type 'float' is not a structure or union
6:801:22: error: member reference base type 'float' is not a structure or union
6:802:22: error: member reference base type 'float' is not a structure or union
6:803:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:804:5: error: member reference base type 'float' is not a structure or union
6:805:5: error: member reference base type 'float' is not a structure or union
6:806:5: error: member reference base type 'float' is not a structure or union
6:807:5: error: member reference base type 'float' is not a structure or union
6:808:5: error: member reference base type 'float' is not a structure or union
6:809:5: error: member reference base type 'float' is not a structure or union
6:810:5: error: member reference base type 'float' is not a structure or union
6:811:5: error: member reference base type 'float' is not a structure or union
6:812:9: error: use of undeclared identifier 'CLK_LOCAL_MEM_FENCE'
6:813:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:813:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:813:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:813:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:27:15: note: expanded from here
6:813:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:813:1: error: member reference base type 'float' is not a structure or union
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:813:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:813:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:29:5: note: expanded from here
6:814:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:24:5: note: expanded from here
6:17:5: note: expanded from here
6:814:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:25:5: note: expanded from here
6:17:5: note: expanded from here
6:814:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:26:5: note: expanded from here
6:17:5: note: expanded from here
6:814:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:27:15: note: expanded from here
6:814:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:27:29: note: expanded from here
6:6:25: note: expanded from here
6:814:1: error: member reference base type 'float' is not a structure or union
6:27:29: note: expanded from here
6:6:37: note: expanded from here
6:814:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:28:5: note: expanded from here
6:17:5: note: expanded from here
6:814:1: error: use of undeclared identifier 'float2'; did you mean 'float'?
6:29:5: note: expanded from here
Compilation failed

[!] [sarxengine_fft.cpp, SxeFft::build:231] Unable to build FFT plan (error: -45)
[!] Unable to build program
[!] Abort test #12
[&amp;gt;] Test #13
   Context deletion
   Releasing OpenCL context...
   Done
&lt;LI&gt; 1 object(s) released
[&amp;lt;] SarX Accelerated Engine v1.2r is down
[&amp;lt;] Test #13

Test done . . :  13
Test passed . :  7
Test failed . :  6
&lt;/LI&gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 15:49:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012474#M3067</guid>
      <dc:creator>Achille_P_</dc:creator>
      <dc:date>2015-10-09T15:49:20Z</dc:date>
    </item>
    <item>
      <title>Ah, just in case, you can get</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012475#M3068</link>
      <description>&lt;P&gt;Ah, just in case, you can get the tools I used to generate the two output reports here:&lt;/P&gt;

&lt;P&gt;For Win32/64 (with installer):&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;A href="http://sarmap.ch/ocl/setup_sarxtools.exe&amp;nbsp;" target="_blank"&gt;http://sarmap.ch/ocl/setup_sarxtools.exe&amp;nbsp;&lt;/A&gt;;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;For Linux (probably working only under Ubuntu):&lt;/P&gt;

&lt;P&gt;&lt;A href="http://sarmap.ch/ocl/sarxtools.tar.gz" target="_blank"&gt;http://sarmap.ch/ocl/sarxtools.tar.gz&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 15:56:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012475#M3068</guid>
      <dc:creator>Achille_P_</dc:creator>
      <dc:date>2015-10-09T15:56:57Z</dc:date>
    </item>
    <item>
      <title>Achille,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012476#M3069</link>
      <description>&lt;P&gt;Achille,&lt;/P&gt;

&lt;P&gt;Looks like you are using 4170 driver, which is a bit old. Could you go to &lt;A href="https://downloadcenter.intel.com/product/86210/Intel-HD-Graphics-5500-for-5th-Generation-Intel-Core-Processors"&gt;https://downloadcenter.intel.com/product/86210/Intel-HD-Graphics-5500-for-5th-Generation-Intel-Core-Processors&lt;/A&gt; and install 4279 driver directly and rerun the tests?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 15:58:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012476#M3069</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2015-10-09T15:58:29Z</dc:date>
    </item>
    <item>
      <title>Mmh, I updated to the 4279</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012477#M3070</link>
      <description>&lt;P&gt;Mmh, I updated to the 4279 and the driver version for the Intel HD GPU is correct but the driver version for CPU-only is the same. Maybe there wasn't any modification at the level of the CPU runtime between the two releases.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 16:24:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012477#M3070</guid>
      <dc:creator>Achille_P_</dc:creator>
      <dc:date>2015-10-09T16:24:38Z</dc:date>
    </item>
    <item>
      <title>Achille,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012478#M3071</link>
      <description>&lt;P&gt;Achille,&lt;/P&gt;

&lt;P&gt;I downloaded sarxtools and ran them on my &lt;FONT size="1"&gt;Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz&lt;/FONT&gt; with &lt;FONT size="1"&gt;Intel(R) Iris(TM) Graphics 6100. I am running Windows 10 64-bit&amp;nbsp;with 4279 driver and CPU tests are all passing with flying colors. I wander what OS are you running. &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Oct 2015 00:30:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012478#M3071</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2015-10-10T00:30:26Z</dc:date>
    </item>
    <item>
      <title>Thanks Robert,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012479#M3072</link>
      <description>&lt;P&gt;Thanks Robert,&lt;/P&gt;

&lt;P&gt;I ran my experiments both under Windows 64 bit &amp;nbsp;7 and 10. Are you 100% sure that you ran the sarxtest on the correct device? You have to first run the sarxinfo to see what platform and device numbers are enumerated, then you can tell the sarxtest to use that specific platform/device via the following syntax (e.g., using platform 0 and its device 1):&lt;/P&gt;

&lt;P&gt;sarxtest -p 0 -d 1&lt;/P&gt;

&lt;P&gt;If you simply start sarxtest without parameters, it will use the first platform and device it will find.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Maybe you ran the test using the 6100 instead of the CPU-only version. Actually, we do run sarxtest smoothly on HD graphics: the problem only appears with the CPU runtime 5.2.*.&lt;/P&gt;

&lt;P&gt;On the other hand, the machines we used for testing are all laptops with integrated (Intel HD) and discrete (NVidia) GPUs. Maybe the problem is in the OpenCL ICD that our application is passing through to access each specific platform/device. Next week I will try to copy the OpenCL.dll from the Intel directory into the sarxtest's one and see what happens.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Oct 2015 06:24:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012479#M3072</guid>
      <dc:creator>Achille_P_</dc:creator>
      <dc:date>2015-10-10T06:24:00Z</dc:date>
    </item>
    <item>
      <title>Hi Achille,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012480#M3073</link>
      <description>&lt;P&gt;Hi Achille,&lt;/P&gt;

&lt;P&gt;Here are the results of running sarxinfo:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;SarxInfo v1.2r, A. Peternier sarmap SA (C) 2015


------------------
Hardware topology:
------------------

&amp;nbsp;PC name&amp;nbsp; . . . . . :&amp;nbsp; ROBERTS_BDW_GT3
&amp;nbsp;Home directory . . :&amp;nbsp; C:\Users\Robert
&amp;nbsp;CPU name . . . . . :&amp;nbsp; Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz
&amp;nbsp;RAM&amp;nbsp; . . . . . . . :&amp;nbsp; 14087 MB 
&amp;nbsp;Systems&amp;nbsp; . . . . . :&amp;nbsp; 1
&amp;nbsp;Nr. of nodes . . . :&amp;nbsp; 1
&amp;nbsp;Nr. of CPUs&amp;nbsp; . . . :&amp;nbsp; 1
&amp;nbsp;Nr. of cores . . . :&amp;nbsp; 2
&amp;nbsp;Nr. of PUs . . . . :&amp;nbsp; 4


----------------
Supported types:
----------------

&amp;nbsp;char . . . . . . . :&amp;nbsp; 8 bit 
&amp;nbsp;short&amp;nbsp; . . . . . . :&amp;nbsp; 16 bit 
&amp;nbsp;int&amp;nbsp; . . . . . . . :&amp;nbsp; 32 bit 
&amp;nbsp;long . . . . . . . :&amp;nbsp; 32 bit 
&amp;nbsp;long long&amp;nbsp; . . . . :&amp;nbsp; 64 bit 
&amp;nbsp;size_t . . . . . . :&amp;nbsp; 64 bit 
&amp;nbsp;float&amp;nbsp; . . . . . . :&amp;nbsp; 32 bit 
&amp;nbsp;double . . . . . . :&amp;nbsp; 64 bit 
&amp;nbsp;long double&amp;nbsp; . . . :&amp;nbsp; 64 bit 
&amp;nbsp;bool . . . . . . . :&amp;nbsp; 8 bit 
&amp;nbsp;pointer&amp;nbsp; . . . . . :&amp;nbsp; 64 bit 


-----------------
OpenCL platforms:
-----------------

&amp;nbsp;Nr. of platforms . :&amp;nbsp; 2
&amp;nbsp; Platform 0&amp;nbsp; . . . :&amp;nbsp; Experimental OpenCL 2.0 CPU Only Platform
&amp;nbsp;&amp;nbsp; Available devices:&amp;nbsp; 1 (0 GPUs, 1 CPUs, 0 accelerators)
&amp;nbsp;&amp;nbsp;&amp;nbsp; Device 0&amp;nbsp; . . . :&amp;nbsp; Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz (def)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Device type&amp;nbsp; . :&amp;nbsp; CPU
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Device version :&amp;nbsp; OpenCL 2.0 (Build 163)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Driver version :&amp;nbsp; 5.2.0.65
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FP64 support . :&amp;nbsp; yes
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SPIR support . :&amp;nbsp; yes
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Global mem size:&amp;nbsp; 16269 MB
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Local mem size :&amp;nbsp; 32 KB
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max mem object :&amp;nbsp; 4067 MB
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Address bits . :&amp;nbsp; 64
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Compute units&amp;nbsp; :&amp;nbsp; 4
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Global cache . :&amp;nbsp; 256 KB
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max clock freq :&amp;nbsp; 3100 MHz
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max workgroup&amp;nbsp; :&amp;nbsp; 8192
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Context check&amp;nbsp; :&amp;nbsp; passed
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SARscape ready :&amp;nbsp; yes

&amp;nbsp; Platform 1&amp;nbsp; . . . :&amp;nbsp; Intel(R) OpenCL
&amp;nbsp;&amp;nbsp; Available devices:&amp;nbsp; 2 (1 GPUs, 1 CPUs, 0 accelerators)
&amp;nbsp;&amp;nbsp;&amp;nbsp; Device 0&amp;nbsp; . . . :&amp;nbsp; Intel(R) Iris(TM) Graphics 6100 (def)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Device type&amp;nbsp; . :&amp;nbsp; GPU
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Device version :&amp;nbsp; OpenCL 2.0 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Driver version :&amp;nbsp; 10.18.15.4279
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FP64 support . :&amp;nbsp; no
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SPIR support . :&amp;nbsp; yes
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Global mem size:&amp;nbsp; 1513 MB
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Local mem size :&amp;nbsp; 64 KB
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max mem object :&amp;nbsp; 378 MB
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Address bits . :&amp;nbsp; 64
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Compute units&amp;nbsp; :&amp;nbsp; 48
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Global cache . :&amp;nbsp; 1024 KB
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max clock freq :&amp;nbsp; 1100 MHz
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max workgroup&amp;nbsp; :&amp;nbsp; 256
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Context check&amp;nbsp; :&amp;nbsp; passed
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SARscape ready :&amp;nbsp; no
&amp;nbsp;&amp;nbsp;&amp;nbsp; Device 1&amp;nbsp; . . . :&amp;nbsp; Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Device type&amp;nbsp; . :&amp;nbsp; CPU
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Device version :&amp;nbsp; OpenCL 2.0 (Build 10083)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Driver version :&amp;nbsp; 5.2.0.10083
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FP64 support . :&amp;nbsp; yes
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SPIR support . :&amp;nbsp; yes
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Global mem size:&amp;nbsp; 16269 MB
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Local mem size :&amp;nbsp; 32 KB
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max mem object :&amp;nbsp; 4067 MB
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Address bits . :&amp;nbsp; 64
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Compute units&amp;nbsp; :&amp;nbsp; 4
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Global cache . :&amp;nbsp; 256 KB
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max clock freq :&amp;nbsp; 3100 MHz
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max workgroup&amp;nbsp; :&amp;nbsp; 8192
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Context check&amp;nbsp; :&amp;nbsp; passed
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SARscape ready :&amp;nbsp; yes

[OK] This machine seems to be SARscape-compatible
&lt;/PRE&gt;

&lt;P&gt;And here are the results of running sarxtest -p 1 -d 1:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;SarXEngine test suite v1.2r, A. Peternier sarmap SA (C) 2015
&amp;nbsp;&amp;nbsp; using SarX Accelerated Engine v1.2r

[&amp;gt;] Test #1
&amp;nbsp;&amp;nbsp; Context creation
&amp;nbsp;&amp;nbsp; OpenCL platform(s): 2
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0) 'Experimental OpenCL 2.0 CPU Only Platform' (0 GPUs, 1 CPUs, 0 ACCs)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1) 'Intel(R) OpenCL' (1 GPUs, 1 CPUs, 0 ACCs)
&amp;nbsp;&amp;nbsp; Explicit platform selected, ID: 1
&amp;nbsp;&amp;nbsp; Available device(s) for this platform:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0) 'Intel(R) Iris(TM) Graphics 6100' (default)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1) 'Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz'
&amp;nbsp;&amp;nbsp; Explicit device selected, ID: 1
&amp;nbsp;&amp;nbsp; Tot. memory size: 16269 MB
&amp;nbsp;&amp;nbsp; Max. buffer size: 4067 MB
&amp;nbsp;&amp;nbsp; Max. group size : 8192
&amp;nbsp;&amp;nbsp; Version . . . . : OpenCL 2.0 (Build 10083)
&amp;nbsp;&amp;nbsp; Driver&amp;nbsp; . . . . : 5.2.0.10083
&amp;nbsp;&amp;nbsp; Extensions&amp;nbsp; . . : 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_byte_addressable_store cl_khr_depth_images cl_khr_3d_image_writes cl_intel_exec_by_local_thread cl_khr_spir cl_khr_dx9_media_sharing cl_intel_dx9_media_sharing cl_khr_d3d11_sharing cl_khr_gl_sharing cl_khr_fp64 cl_khr_image2d_from_buffer 
[&amp;gt;] SarX Accelerated Engine v1.2r is up
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Context initialized
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Platform: Intel(R) OpenCL
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Device&amp;nbsp; : Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Memory&amp;nbsp; : 16269 MB
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Queue initialized
[&amp;lt;] Test #1
[&amp;gt;] Test #2
&amp;nbsp;&amp;nbsp; Corollary items
[&amp;lt;] Test #2
[&amp;gt;] Test #3
&amp;nbsp;&amp;nbsp; HD timer
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 sec = 1.01105
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 sec = 1.01556
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 sec = 1.01564
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 sec = 1.00622
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 sec = 1.01557
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Average within tolerance (1.01281)
[&amp;lt;] Test #3
[&amp;gt;] Test #4
&amp;nbsp;&amp;nbsp; Shared queue
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Queue allocated
[&amp;lt;] Test #4
[&amp;gt;] Test #5
&amp;nbsp;&amp;nbsp; Shared memory
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Memory allocated
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Memory size checked
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Memory correctness verified
[&amp;lt;] Test #5
[&amp;gt;] Test #6
&amp;nbsp;&amp;nbsp; Double support
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Program compiled
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kernel created
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Buffer(s) created
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Buffer(s) initialized with data
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kernel execution invoked
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Output data retrieved
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data correctness verified
[&amp;lt;] Test #6
[&amp;gt;] Test #7
&amp;nbsp;&amp;nbsp; Pinned memory support
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Program compiled
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kernel created
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Buffer(s) created
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Buffer(s) initialized with data
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kernel execution invoked
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Output data retrieved
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data correctness verified
[&amp;lt;] Test #7
[&amp;gt;] Test #8
&amp;nbsp;&amp;nbsp; Memory tests
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Skipped: device is not of type GPU]
[&amp;lt;] Test #8
[&amp;gt;] Test #9
&amp;nbsp;&amp;nbsp; Program caching
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Caching disabled
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Compiling 128 program(s)...
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Avg. time per program: 0.029654 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Caching enabled
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Compiling 128 program(s)...
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Avg. time per program: 0.002378 s (speedup: 12.47x)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cache correctly stored
[&amp;lt;] Test #9
[&amp;gt;] Test #10
&amp;nbsp;&amp;nbsp; Benchmarking vector add
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Program compiled
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kernel float created
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kernel double created
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Float buffers created (256 MB each)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Float buffers initialized with data
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 0.1948 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 0.0623 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 0.0623 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 0.0631 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vector add float avg. after 3 runs: 0.0626 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Double buffers created (512 MB each)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Double buffers initialized with data
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 0.3706 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 0.1238 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 0.1236 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 0.1242 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vector add double avg. after 3 runs: 0.1239 s
[&amp;lt;] Test #10
[&amp;gt;] Test #11
&amp;nbsp;&amp;nbsp; Benchmarking lookup speed
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Program compiled
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kernel float created
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Float buffers created (256 MB each)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Float buffers initialized with data
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 0.2216 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 0.0606 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 0.0609 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 0.0615 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lookup avg. for float 1x1 after 3 runs: 0.0610 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 0.2175 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 0.2182 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 0.2172 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 0.2159 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lookup avg. for float 2x2 after 3 runs: 0.2171 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 0.8282 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 0.8204 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 0.7830 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 0.7887 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lookup avg. for float 4x4 after 3 runs: 0.7974 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 3.2617 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 3.1010 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 3.3018 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 3.2622 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lookup avg. for float 8x8 after 3 runs: 3.2217 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 12.4510 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 13.0697 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 12.4003 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 12.9514 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lookup avg. for float 16x16 after 3 runs: 12.8072 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kernel double created
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Double buffers created (512 MB each)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Double buffers initialized with data
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 0.3759 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 0.0846 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 0.0889 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 0.0852 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lookup avg. for double 1x1 after 3 runs: 0.0863 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 0.2679 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 0.2704 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 0.2698 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 0.2765 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lookup avg. for double 2x2 after 3 runs: 0.2723 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 0.9851 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 0.9829 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 0.9826 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 0.9714 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lookup avg. for double 4x4 after 3 runs: 0.9790 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 3.8206 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 3.8811 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 3.8524 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 3.8363 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lookup avg. for double 8x8 after 3 runs: 3.8566 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 15.4306 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 15.2952 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 15.0400 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 15.5228 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lookup avg. for double 16x16 after 3 runs: 15.2860 s
[&amp;lt;] Test #11
[&amp;gt;] Test #12
&amp;nbsp;&amp;nbsp; Benchmarking FFT 1D
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N = 524288 float complex entries
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plan built
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 0.0177 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 0.0151 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 0.0141 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 0.0139 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FFT 1xN elements after 3 runs: 0.0144 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plan built
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 0.0332 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 0.0289 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 0.0274 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 0.0277 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FFT 2xN elements after 3 runs: 0.0280 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plan built
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 0.0751 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 0.0608 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 0.0669 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 0.0648 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FFT 4xN elements after 3 runs: 0.0642 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plan built
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 0.1688 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 0.1430 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 0.1405 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 0.1439 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FFT 8xN elements after 3 runs: 0.1425 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plan built
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 0.3446 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 0.2957 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 0.2923 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 0.2899 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FFT 16xN elements after 3 runs: 0.2926 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plan built
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 0.6536 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 0.5809 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 0.5929 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 0.5905 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FFT 32xN elements after 3 runs: 0.5881 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plan built
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 1.4355 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 1.2782 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 1.2759 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 1.2934 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FFT 64xN elements after 3 runs: 1.2825 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plan built
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warmup Time elapsed: 2.9694 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 0) Time elapsed: 2.6358 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 1) Time elapsed: 2.6166 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run 2) Time elapsed: 2.6450 s
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FFT 128xN elements after 3 runs: 2.6325 s
[&amp;lt;] Test #12
[&amp;gt;] Test #13
&amp;nbsp;&amp;nbsp; Context deletion
&amp;nbsp;&amp;nbsp; Releasing OpenCL context...
&amp;nbsp;&amp;nbsp; Done
&lt;LI&gt; 1 object(s) released
[&amp;lt;] SarX Accelerated Engine v1.2r is down
[&amp;lt;] Test #13

Test done . . :&amp;nbsp; 13
Test passed . :&amp;nbsp; 13
Test failed . :&amp;nbsp; 0
&lt;/LI&gt;&lt;/PRE&gt;

&lt;P&gt;Looks like things&amp;nbsp;are running on the CPU and succeeding.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 17:19:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012480#M3073</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2015-10-12T17:19:54Z</dc:date>
    </item>
    <item>
      <title>Thank you Robert: we managed</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012481#M3074</link>
      <description>&lt;P&gt;Thank you Robert: we managed to find the problem, and it's kind of tricky...&lt;/P&gt;

&lt;P&gt;So: the problem is related to a corrupted OpenCL CPU-only runtime generated by a wrong interaction between the HD graphics drivers and the standalone OpenCL CPU-only runtime installer.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;In more detail:&lt;/P&gt;

&lt;P&gt;- the newer HD graphics drivers automatically install an updated version of the OpenCL CPU-only runtime. In our case, the driver version 5.2.0.*, which is not available as a standalone installer on your download page (https://software.intel.com/en-us/articles/opencl-drivers).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;- if I try to install an older standalone runtime driver (i.e., 5.0.0.* over 5.2.0.*) the installer prevents me from doing so. That's fine. But if I run the same installer silently during an installation process (as we do), it replaces the newer runtime. In the end, I get the 5.0.0.* runtime but, at least in our case, it works.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;- if I already installed the standalone runtime (i.e., 5.0.0.*) and I update the HD graphics drivers, the new 5.2.0.* is installed **but gets corrupted**! I fear there's something wrong here, since the standalone runtime is reported in the list of the installed applications, while the runtime secretly installed through the HD graphics isn't. This is the problem that happened on our machines and generated the errors reported in the previous posts. There must be some conflict in terms of installed files or register keys. I managed to fix the problem on the broken computers by uninstalling first the standalone runtime and reinstalling the HD graphics driver. Is that a correct behavior or are we doing something wrong?&lt;/P&gt;

&lt;P&gt;A few considerations, en passant:&lt;/P&gt;

&lt;P&gt;- I&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;f there are improvements on the CPU-only runtime-side, it's a pity that &amp;nbsp;we cannot feed them to our customers with Xeon and HD-graphics-less processors. Currently, only the 5.0.0.* runtime is available, which looks a bit outdated compared to the all-shiny 5.2.0.* trunk.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;- The standalone runtime installer is an easy way to clearly provide CPU-only support for OpenCL: I find it a bit misleading to secretly include it behind the installation of a graphics driver (although AMD is doing the same).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 09:07:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-CPU-only-runtime-version-5-2/m-p/1012481#M3074</guid>
      <dc:creator>Achille_P_</dc:creator>
      <dc:date>2015-10-15T09:07:14Z</dc:date>
    </item>
  </channel>
</rss>

