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.

Pipe sample code

ZVere
Beginner
445 Views

Hello,

Can you provide a simple host + kernel code that demonstrates pipes ?

Regards,

Z.V

0 Kudos
1 Reply
Robert_I_Intel
Employee
445 Views

Hi Zvi,

Sure, I will come up with a sample. Word of caution, though: on Intel Processor Graphics pipes are just buffers + atomics. You are better off just using the buffers directly. Pipes were put into the OpenCL standard at the request of FPGA vendors, for whom they actually make sense.

0 Kudos
Reply