cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

boxerab
Challenger

Pipes and concurrent kernels

Reading up about OpenCL pipes, it talks about concurrent kernels using a pipe to share data in a producer-consumer

architecture, for example. Can AMD cards support concurrent kernels? If so, which ones can do this?

Thanks.

Aaron

0 Likes
3 Replies
nibal
Challenger

It's not a card feature, but a driver one. It is a feature of ocl 2.0, so if your card supports ocl 2.0 and you have a fairly recent driver, you are in business

0 Likes

Thanks. Can you point me to where in the 2.0 spec it mentions concurrent kernels ?

0 Likes

Nope, but I can tell you where it mentions pipes. Check clCreatePipe 😉