The Khronos Group - Connecting Software to Silicon

The Khronos Group is a not for profit industry consortium creating open standards for the authoring and acceleration of parallel computing, graphics, dynamic media, computer vision and sensor processing on a wide variety of platforms and devices. All Khronos members are able to contribute to the development of Khronos API specifications, are empowered to vote at various stages before public deployment, and are able to accelerate the delivery of their cutting-edge 3D platforms and applications through early access to specification drafts and conformance tests.

Submit a News Story

News

OpenCL Environment

Erik Rainey has released a series of utilities aimed at making OpenCL easier to use under the Apache 2.0 License. The environment includes: clCompiler which generates both binary outputs and precompiled headers which can be used in conjunction with clEnvironment; clQuery allows you to print all known information about a OpenCL data type. clPid, clYUV and clImgFilter are examples of how to use the utilities to create a compile time kernel make it a dependency in you makefiles and then use the clEnvironment to call your kernel. You can download the OpenCL Environment from github.

safety