how many processors can I get in a block on cuda GPU?
- by Vickey
hi all,
I have two questions to ask
1) If I create only one block of threads in cuda and execute the my parallel program on it then is it possible that more than one processors would be given to single block so that my program get some benefit of multiprocessor platform ?
2) can I synchronize the threads of different blocks ? if yes please give some hints.
Thanks in advance since I know I'll get replies as always I get.