cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

satish_iiit37
Journeyman III

how to run a single kernel on multiple gpus on the same platform with single context

how to run a single kernel on multiple gpus on the same platform with single context

0 Likes
1 Reply
nou
Exemplar

You can set another set of arguments after you enqueue kernel. You don't even need set every argument again. Just be sure that you don't share write buffers between devices without proper synchronization and kernel between multiple threads without locking during setting arguments to enqueue.

0 Likes