Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のような行があると、CUDAプログラムで何が起こるのだろうと思っています
myKernel<<<16,4>>>(arg1,arg2);
遭遇します。
その後どうなりますか?CUDA ドライバーが呼び出され、ptx コードが渡されますか?