ComputationalRadiationPhysics / jungfrau-photoncounter

Conversion of Jungfrau pixel detector data to photon count rate
GNU General Public License v3.0
2 stars 2 forks source link

Stream data #5

Closed kloppstock closed 7 years ago

kloppstock commented 7 years ago

Write functions to stream the data to the GPU.

bussmann commented 7 years ago

Did you put the asynchronous memcopies into individual streams?

kloppstock commented 7 years ago

Every stream calculates a block of images. Therefore every stream does (in order):

This should allow multiple kernels to work concurrently in different stages.