cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

evk8888
Journeyman III

clBuildProgram

to build kernels in parallel

hi guys.... i would like to know if its possible to run clbuildprogram call in parallel? according to my experiments i see that it can run in parallel in maximum 2 threads. i am not able to compile many kernels in parallel.. for eg: i have 5 kernels and if i try compile them in 5 different threads, only 2 of them run in parallel and rest takes place after the first 2 compilation is finsihed... can anybody give some insight? thanks...



0 Likes
2 Replies
Meteorhead
Challenger

Please search forum before posting something. This was discussed just a few weeks ago and is still on the opening page.

http://forums.amd.com/devforum/messageview.cfm?catid=390&threadid=157981&enterthread=y

I believe though if you do it properly, it can be more than two. I think you messed something up with paralellization. I have encountered similar issues with OpenMP, but not with building.

0 Likes

Sorry! thanks for the link i ll check it out...

 

evk8888

0 Likes