Quantcast
Channel: Intel Developer Zone Articles
Viewing all articles
Browse latest Browse all 3384

Bitonic Sorting

$
0
0

Features / Description

Demonstrates how to implement an efficient sorting routine in OpenCL*.

  • Operates on arbitrary input array of integer values
  • Utilizes properties of bitonic sequence and principles of sorting networks
  • Enables efficient SIMD-style parallelism through OpenCL* vector data types
  • Fits well modern CPUs

Supported Devices CPU, Intel® HD Graphics 4000/2500
Complexity level: Intermediate

Refer to the Release Notes for information on system requirements.

* OpenCL and the OpenCL logo are trademarks of Apple Inc. used by permission by Khronos. 


Viewing all articles
Browse latest Browse all 3384

Trending Articles