您的瀏覽器不支援JavaScript語法,網站的部份功能在JavaScript沒有啟用的狀態下無法正常使用。

中央研究院 資訊科學研究所

活動訊息

友善列印

列印可使用瀏覽器提供的(Ctrl+P)功能

學術演講

:::

C-for-Media: High-Level Programming Environment for Efficient Utilization of Intel Processor-GPU

  • 講者Guei-Yuan Lueh 博士 (Intel)
    邀請人:Director Pen-Chung Yew
  • 時間2011-06-29 (Wed.) 14:00 ~ 16:00
  • 地點本所新館一樓106演講廳
摘要

Along with the inclusion of GPU cores within the same CPU die, the performance and programmability of Intel’s processor-graphics (GenX GPU) has been significantly improved over earlier generation of integrated graphics. The need now to directly and efficiently harness the computational power of the GPU placed right on the die is more than ever. To that effect, application developers would like to have a simple and efficient mechanism to invoke the GPU as an accelerator for the GPU-friendly or data-parallel segments of a program. From the programmer’s perspective, the goal is to extract as much performance as possible with minimal knowledge of the architectural details.

Cm (C-for-media), a high-level programming environment based on C/C++, to provide such an efficient interface to utilize Intel’s processor-graphics. Our Cm toolset consists of two primary components: 1) the compiler for the Cm language, which is a simple extension to C++, for the GPU-targeted code; and 2) the Cm runtime, which provides an API to C/C++ programs, for setting up the GPU to transfer data and execute GPU-targeted code. Cm was originally developed for accelerating vendor-specific media applications. However, we have illustrated the efficiency of Cm even on general-purpose data-parallel applications taken from a wide range of problem domains.