07-04-2017 12:51 PM
Is it posible to implements CUDA streams within LabVIEW? The idea would be increase performance by avoiding serialization of kernel execution and data Transfers (Upload and download VIs) using CUDA streams.
Many thanks in advanced,
Rodrigo
09-07-2017 08:50 AM
I'm wondering if using the CUDA feature for making an "independent default stream for every host thread" would be a good idea?
-D