Closed GoogleCodeExporter closed 8 years ago
This is actually not a bug in Pyrit. The 'Quadro NVS 130M' is simply not fast
enough
for compute the default buffer size before the driver's timeout-killswitch
interrupts
the call.
You can try modifying the class CUDACore in cpyrit/cpyrit.py and change
'self.buffersize = 1024' or even 512 (also modify minBufferSize in that case)
Your GPU will however most certainly be slower than the CPU.
Original comment by lukas.l...@gmail.com
on 5 Jan 2010 at 2:19
Yes you are right, GPU is slower than cpu, so i wanted to ask if it is possible
to
use only cpu.
Original comment by bi...@seznam.cz
on 6 Jan 2010 at 7:41
delete /usr/lib*/python2.?/site-packages/cpyrit/_cpyrit_cuda.so
Original comment by lukas.l...@gmail.com
on 6 Jan 2010 at 7:53
Original issue reported on code.google.com by
bi...@seznam.cz
on 5 Jan 2010 at 12:33