wow2006 / cudpp

Automatically exported from code.google.com/p/cudpp
Other
0 stars 0 forks source link

Multiple scans to exploit fermi's concurrent kernel execution feature #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Suppose I have multiple scan jobs to do. Each has different length so I can't 
use the cudppMultiScan API. Is it possible to add a stream interface so that I 
can take advantage of the concurrent kernel execution in fermi? Of course, it 
is only beneficial if each scan job is relatively small and can't fully use the 
gpu resource.

Your response is highly appreciated!

Original issue reported on code.google.com by zhang.yo...@gmail.com on 30 Mar 2011 at 6:12

GoogleCodeExporter commented 9 years ago
This sounds like a job for cudppSegmentedScan, not cudppMultiScan.

Please post questions like this on the CUDPP Google Group rather than creating 
issues.  Closing this.

Original comment by harr...@gmail.com on 30 Mar 2011 at 10:01