Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CUDA transfer memory during kernel execution

Tags:

c++

cuda

nvidia

pci

I know that CUDA kernels can be "overlapped" by putting them into separate streams, but I'm wondering if would it be possible to transfer memory during kernel executions. CUDA kernels are asynchronous afterall

like image 264
paulAl Avatar asked May 16 '26 21:05

paulAl


1 Answers

You can run kernels, transfers from host to device and transfers from device to host concurrently.

http://developer.download.nvidia.com/CUDA/training/StreamsAndConcurrencyWebinar.pdf

like image 142
Roger Dahl Avatar answered May 18 '26 10:05

Roger Dahl



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!