Sciweavers

IFE
2010

A middleware for efficient stream processing in CUDA

13 years 1 months ago
A middleware for efficient stream processing in CUDA
This paper presents a middleware capable of out-of-order execution of kernels and data transfers for efficient stream processing in the compute unified device architecture (CUDA). Our middleware runs on the CUDA-compatible graphics processing unit (GPU). Using the middleware, application developers are allowed to easily overlap kernel computation with data transfer between the main memory and the video memory. To maximize the efficiency of this overlap, our middleware performs out-of-order execution of commands such as kernel invocations and data transfers. This run-time capability can be used by just replacing the original CUDA API calls with our API calls. We have applied the middleware to a practical application to understand the run-time overhead in performance. It reduces execution time by 19% and allows us to process large data that cannot be entirely stored in the video memory. Keywords Stream processing
Shinta Nakagawa, Fumihiko Ino, Kenichi Hagihara
Added 04 Mar 2011
Updated 04 Mar 2011
Type Journal
Year 2010
Where IFE
Authors Shinta Nakagawa, Fumihiko Ino, Kenichi Hagihara
Comments (0)