When I run cudaOpenMP I get the following result
number of host CPUs: 8
number of CUDA devices: 2
0: GeForce GTX 280
1: GeForce GTX 280
CPU thread 0 (of 1) uses CUDA device 0
PASSED
Press ENTER to exit…
As far as I can see in the code it’s supposed to spawn one thread on CPU for each GPU in the system. It detects 2, but spawns only one.
Am I missing something?
KG