Hi,
I am planning to buy a machine having about 1300 cores on Nvidia GPU.
I have experience programming with pthreads.
If I create a new thread using pthread_create and give it a function to execute, will it
automatically use one of my 1300 cores on GPU to execute it?
It is as simple as above for multiple cores existing on a CPU.
Will it be more complex for GPU programming?
Thanks much,
mani