I’m attempting to modify an existing CUDA program to use the 9800 GX2 card.
I’m using pthreads and linux.
Before starting the child threads, I would like to copy a single array to the GPU and pass the child threads pointers to the starting location of the data they should process in that array. Is this possible?
On the 9800 GX2 is there one common location of memory or does each device have its own individual memory?