Optimizing Real Time GPU Kernels Using Fuzzy Inference System
Computer Engineering Dept., Rajiv Gandhi Institute of Technology, University of Mumbai, India
International Journal Of Advance Research In Science And Engineering (IJARSE), Vol. No.2, Issue No.9, 2013
@article{shinde2013optimizing,
title={OPTIMIZING REAL TIME GPU KERNELS USING FUZZY INFERENCE SYSTEM},
author={Shinde, Deepali and Said, Mithilesh and Shetty, Pratik and Gharat, Swapnil},
year={2013}
}
CPU technology is slowly reaching its threshold, however Moore’s Law still holds true for GPUs. With the increasing scope for GPGPU computing more and more applications are being ported to the GPU framework. One of the most suited application areas for GPGPU computing is image processing and computer vision. The high performance given by GPUs makes them ideal for real time applications. However, GPU technology gives optimum results when certain criteria related to degree of parallelism, image size and memory transfers are met. Very small images will consume more time in memory transfers between CPU and GPU than in computation on the GPU, while large images will affect the response time owing to the increased computation. It is necessary to strike a fine balance between the image size and the computation time. We propose to use Fuzzy Inference System to estimate the most suitable values for these parameters and to show the difference between CPU and GPU computing methods. Using these values from the FIS, a programmer can develop deeper insights into the performance of real-time systems using GPUs.
October 1, 2013 by hgpu