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.

Imagination makes the case for mobile OpenCL

Imagination was showing off GPU compute on a cell phone chip at GDC, physics in your pocket. That demo was pretty simple, take a Pandaboard with a TI OMAP 4430, a dual-core ARM A9 CPU and an Imagination SGX540 GPU, and run a cloth simulation on it. Not only could the OpenCL version exploit the GPU to do more balls and sheets than the CPU version, but it saved power while doing so. How much? On one CPU, the simulation took about .68A@5V to run at 14FPS with 100% CPU load. With two A9 cores loaded, the Pandaboard pulled .84A and ran at 24FPS. In OpenCL, CPU load dropped to less than 30%, FPS jumped to 42, and power draw went down to .60A. More than 10% less energy used, 3x the frame rate, and you could run more simulations on the same box if you wanted. Not bad at all.    Read More

HiSilicon Extends Multi-License Deal with Vivante for Graphics IP

Vivante Corporation announced that HiSilicon has expanded its ongoing technology partnership to include additional GC (Graphics and Compute) cores. HiSilicon will continue to integrate these key pieces of visual computing IP into SoC products for mobile and consumer products. Access to the latest Vivante IP cores, give HiSilicon an innovative technology platform based on the latest 3D, CGPU (Composition GPU) and GPGPU APIs. The latest agreement enables HiSilicon to deliver the highest graphics performance in products spanning its entire portfolio.   Read More

Using OpenCL: Programming Massively Parallel Computers

This book contains the most important and essential information required for designing correct and efficient OpenCL programs. Some details have been omitted but can be found in the provided references. The authors assume that readers are familiar with basic concepts of parallel computation, have some programming experience with C or C++ and have a fundamental understanding of computer architecture. In the book, all terms, definitions and function signatures have been copied from official API documents available on the page of the OpenCL standards creators.   Read More