regarding usage of barrier in openCL kernel

Hi,

where can I get a best notes on usage of barrier in openCL kernel.

Sudarshan Prabhu

This may not quite be the answer you are looking for, but try to find an example that uses barriers. Seeing as OpenCL is still new, you could also just try your own code, throw stuff together, and do a timing check on the algorithm.

The only other thing I can think of is to read through the specification : which is completely dry