Re: Dual GPU 7990 card not using both GPUs concurrently
Posted by Wade Walker on Jul 03, 2015; 8:38pm
URL: https://forum.jogamp.org/Dual-GPU-7990-card-not-using-both-GPUs-concurrently-tp4034813p4034821.html
Hi Joe,
I think this is a problem with the sample code. Technically it doesn't promise that the jobs will execute simultaneously on the separate GPUs, but this is surely implied :) I'll update it to add clFlush() after each enqueue.
Thanks for reporting this!