Quantcast
Viewing all articles
Browse latest Browse all 45

what happens when a CUDA kernel is called?

I'm wondering what happens in a CUDA program when a line like

myKernel<<<16,4>>>(arg1,arg2);

is encountered.

What happens then? Is the CUDA driver invoked and the ptx code passed to it or what?


Viewing all articles
Browse latest Browse all 45

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>