A GPU-supported High-Level Programming Language for Image Processing

Info

Ami ONO, Katsuhiko KONDO, Takafumi INABA, Tomoaki TSUMURA, Hiroshi MATSUO : "A GPU-supported High-Level Programming Language for Image Processing", Proc. 7th Int'l Conf. on Signal-Image Technology and Internet-Based Systems (SITIS2011) ,pp245--252 (Nov. 2011) Proceeding

Abstract

Real-time image/video processing applications are now in demand with the advance of general purpose computers and mobile devices. However, programmers have to handle the digital images, and be aware of the resolutions and pixels. This makes image processing programming unintuitive. On the other hand, image/video processing typically has data parallelisms, and the performance gains are expected on GPUs. CUDA is developed for GPUs but writing the image/video processing programs efficiently with CUDA needs many CUDA-specific operations. They are not the essence of image/video processing and bother programmers. We have proposed a high-level video processing library RaVioli for solving this problem. RaVioli allows programmers to be unaware of resolutions, but there are some restrictions for the programming. Hence, this paper proposes a more intuitive programming language for image/video processing and a translator for the language. By using the translator, programmers can benefit from GPUs without the knowledge about both the GPU architecture and the CUDA APIs, and achieve performance gains.


Go back to index.

foobar