roobixx / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

Is there a way to limit the GPU usage? #387

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What i want is to limit the usage of GPU from pyrit to something like 80%. The 
reason is that after some time the gpu starts showing artifacts. I dont have 
temp problems. The higher temp was 60°C. It'not much. 

Original issue reported on code.google.com by xrhstos_...@hotmail.com on 23 Feb 2012 at 12:32

GoogleCodeExporter commented 9 years ago
no, you can't limit usage with any of OpenCL, Calpp or Cuda implementations.
when computing, you should also shutdown your X server.
closing X you'll free some other resources also...
(what do you want to do? playing games and computing pmks at the same time?)
read about OpenCL at khronos

Original comment by masterzorag on 1 Mar 2012 at 1:58

GoogleCodeExporter commented 9 years ago
Of course i dont want to play games while computing pmks...  

The artifacts appeared with the X server *down*, that is why i asked.
It thought it was weird. THe problem occured after ~40m.

Original comment by xrhstos_...@hotmail.com on 1 Mar 2012 at 7:07

GoogleCodeExporter commented 9 years ago
maybe telling something about which implementation gives you artifacts? 
(OpenCL|Cuda|Calpp, driver version, gpu model, are you telling nothing...)
did you noticed something wrong in your dmesg, or /var/log/messages?
maybe acpi wants to do some powersaving and gpu is driven by pyrit...

Original comment by masterzorag on 2 Mar 2012 at 11:28