ronnieman / pyrit

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

do not see any changing after install cpyrit-opencl-0.4.0 #300

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
dear sir,

when i was download cpyrit-cuda, i got more speed up running benchmark. here 
the commands :
root@bt:pyrit benchmark

Pyrit 0.4.0 (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+

Running benchmark (31718.8 PMKs/s)... |

Computed 31718.82 PMKs/s total.
#1: 'CUDA-Device #1 'GeForce GTX 460'': 15232.7 PMKs/s (RTT 2.9)
#2: 'CUDA-Device #2 'GeForce GTX 460'': 15350.4 PMKs/s (RTT 2.9)
#3: 'CPU-Core (SSE2)': 740.5 PMKs/s (RTT 2.9)
#4: 'CPU-Core (SSE2)': 740.4 PMKs/s (RTT 2.9)
#5: 'CPU-Core (SSE2)': 740.2 PMKs/s (RTT 2.9)
#6: 'CPU-Core (SSE2)': 740.5 PMKs/s (RTT 3.0)

but after i downloaded cpyrit-OpenCL-0.4.0 there was no increasing benchmark 
speed, but it was lower then before that. here the screen:

root@bt:pyrit benchmark

Pyrit 0.4.0 (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+

Running benchmark (29954.4 PMKs/s)... /

Computed 29954.38 PMKs/s total.
#1: 'CUDA-Device #1 'GeForce GTX 460'': 9148.8 PMKs/s (RTT 2.8)
#2: 'CUDA-Device #2 'GeForce GTX 460'': 5283.4 PMKs/s (RTT 3.0)
#3: 'OpenCL-Device 'GeForce GTX 460'': 6667.4 PMKs/s (RTT 2.9)
#4: 'OpenCL-Device 'GeForce GTX 460'': 9976.5 PMKs/s (RTT 3.0)
#5: 'CPU-Core (SSE2)': 740.0 PMKs/s (RTT 2.9)
#6: 'CPU-Core (SSE2)': 739.3 PMKs/s (RTT 3.0)

any ideas?

tks

Original issue reported on code.google.com by luckyary...@gmail.com on 18 Apr 2011 at 6:54

GoogleCodeExporter commented 8 years ago
you have conflicting add on modules. 

If you wanna run OpenCL then you need to remove the Cuda modules. 

I'd suggest using only the Cuda ones since they are more efficient. 

Essentially in your bench mark one core is split between two processes one for 
OpenCL and one for Cuda. 

I'm on a mac but look for
.../python2.5/site-pacages/cpyrit*
and remove the module you don't need (I can't remember off the top of my head 
where the python directory is)

Original comment by GrantWSa...@gmail.com on 18 Apr 2011 at 3:35

GoogleCodeExporter commented 8 years ago
tks

Original comment by luckyary...@gmail.com on 20 Apr 2011 at 6:32

GoogleCodeExporter commented 8 years ago

Original comment by lukas.l...@gmail.com on 28 Apr 2011 at 9:23