Streams and Multi-GPU using CUVI

From CUVI Wiki
Revision as of 13:41, 4 May 2012 by Jawad (talk | contribs) (Created page with "==Using Streams with CUVI== CUVI framework provides a way to use streams with minimal coding effort. Each function call in CUVI takes an optional parameter to specify the stre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Using Streams with CUVI

CUVI framework provides a way to use streams with minimal coding effort. Each function call in CUVI takes an optional parameter to specify the stream on which it should run. The code below shows how a simple function call of CUVI can be divided into streaming calls on GPU. For most of the cases this will result in better performance as copying image data to GPU and processing that data on GPU happens simultaneously.