OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.
1719 Discussions

Code builder OpenCL 2.0 Unable to assign pipe variable

Kimbo
Beginner
333 Views

The following OpenCL 2.0 kernel compiles in code builder using the OpenCL code builder eclipse plug in.  But it does not seem possible to assign pipe to the variable out.

    __kernel void example (__write_only pipe uchar8 out)
    {
    }

When using the OpenCL kernel analysis input.   I select a pipe and receive the response:

Wrong variable type selected: Please select a variable from the right type (Buffers)

 

 


 

 

0 Kudos
0 Replies
Reply