Hello,
suppose, I declared a call cinfig like <<<16, 16>>>, then
-
Total 16*16=256 thredas will creat in a kernal function?
-
The execution of blocks is sequential or random?
I mean, after executing block0 , immediately "block1" executed or "some other block" is executed?
-
The execution of threads in ablock is sequential or random?
I mean, after executing threda0 in a block , immediately “thread1 of same block” is executed or “some other thread of some other block” is executed?
-
please answer above questions.