cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

satish_iiit37
Journeyman III

Is there possibility to run same kernel concurrently on multiple gpus using OpenCL?????

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

0 Likes
3 Replies
jaidotsh
Staff

Each enqueueNDRange call is asynchronous. So, when you call it with multiple command queues it will be concurrent. Refer to the Binomial Option example in the SDK. Hope that answers your question.

0 Likes

how to check Binomial Option example in the SDK. can you please help me out.

0 Likes
jaidotsh
Staff

Just go to the samples folder. You'll find it under opencl/cl/app/ on Windows. In linux I guess it'll be in either /opt/AMD.... or /usr/local/... not sure.

0 Likes