Click here to Skip to main content
15,887,893 members
Articles / Mobile Apps / Android

GPU-Quicksort in OpenCL 2.0: Nested Parallelism and Work-Group Scan Functions

Rate me:
Please Sign up or sign in to vote.
4.60/5 (3 votes)
20 Jan 2015CPOL11 min read 21.5K   8  
This tutorial shows how to use two powerful features of OpenCL™ 2.0: enqueue_kernel functions that allow you to enqueue kernels from the device and work_group_scan_exclusive_add and work_group_scan_inclusive_add

This article is for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Intel is inside more and more Android devices, and we have tools and resources to make your app development faster and easier.


Comments and Discussions