Filters
Tutorial: Getting Started with OpenCL™ on Android* OS
Download Code Sample
Tutorial: Getting Started with RenderScript*
Download Code Sample
GPU-Quicksort in OpenCL 2.0: Nested Parallelism and Work-Group Scan Functions
Introduction A Brief History of QuicksortUsing OpenCL™ 2.0 Read-Write Images
While Image convolution is not as effective with the new Read-Write images functionality, any image processing technique that needs be done in place may benefit from the Read-Write images. One example of a process that could be used effectively is image composition. In OpenCL 1.2 and earlier, images were qualified with the “__read_only” and __write_only” qualifiers. In the OpenCL 2.0, images can...Sierpiński Carpet in OpenCL* 2.0
We demonstrate how to create a Sierpinski Carpet in OpenCL* 2.0