cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

spyzer_abhishek0
Journeyman III

OpenCL Kernels and GUI hangs

Hi all,

When i try to run an opencl kernel on my gpu(ATI Mobility Radeon HD 4500 series), the entire gui hangs, but pops back up as soon as the kernel execution is finished. So can anyone tell me a way to load the fglrx driver(so that I can use opencl) but do not use it for rendering the desktop(which is done by the CPU instead). I shall be very thankful.

0 Likes
5 Replies
nou
Exemplar

use second GPU for graphick. there is no other way as GPU are not preemtive.

0 Likes

i don't think that on my laptop i have a second gpu. atleast opencl doesn't tell so. What to do then??

0 Likes

write kernels which doesn't take long time to run. or break dataset to smaller piece and run it on more batchs.

0 Likes

install second gnu

0 Likes

"break dataset to smaller piece and run it on more batchs" yes

0 Likes