Changes between Version 1 and Version 2 of ProgrammingWithStreams


Ignore:
Timestamp:
09/08/09 10:32:41 (15 years ago)
Author:
rick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProgrammingWithStreams

    v1 v2  
     1  "A stream is simply a sequence of operations that are performed in order on the device. Operations in different streams can be interleaved and in some cases overlapped—a property that can be used to hide data transfers between host and device."
     2source: Best Practice Guide: 3.1.2 Asynchronous Transfers and Overlapping Transfers with Computation
    13
    2 
    3  http://forums.nvidia.com/index.php?s=c947009dbdd8bc5aba12c471994ea143&showtopic=91632
     4http://forums.nvidia.com/index.php?s=c947009dbdd8bc5aba12c471994ea143&showtopic=91632