gpu utilization
#2
Give it enough work to do otherwise they can not reach full performance.

For example:

- if you use -a 0, -a 1 or -a 6, make sure the base dictionary (left) has at least 10 mio words (per gpu).
- if you use -a 3 or -a 7, make sure your left mask keyspace > 500k entries (per gpu). for -a 3, this is the keyspace of the first 4 chars of your mask.
- make sure your modifier (right) iterates at least through a keyspace of 1k. in case if -a 0 its the number of rules, in case of -a 1 and -a 7 its the number of words in the right dictionary, in case of -a 6 its the keyspace of the right mask.

The workload modifiers are set to low.

If you dont care about screen lags, raise -n and --gpu-loops. For example -n 160 --gpu-loops 1024.


Messages In This Thread
gpu utilization - by mtr0ll - 09-03-2012, 11:14 AM
RE: gpu utilization - by atom - 09-03-2012, 11:23 AM
RE: gpu utilization - by mtr0ll - 09-03-2012, 11:39 AM
RE: gpu utilization - by mtr0ll - 09-03-2012, 04:04 PM
RE: gpu utilization - by M@LIK - 09-03-2012, 04:11 PM
RE: gpu utilization - by mtr0ll - 09-03-2012, 05:08 PM
RE: gpu utilization - by atom - 09-03-2012, 05:49 PM
RE: gpu utilization - by mtr0ll - 09-04-2012, 04:47 PM
RE: gpu utilization - by KT819GM - 09-04-2012, 05:34 PM
RE: gpu utilization - by mtr0ll - 09-04-2012, 06:29 PM
RE: gpu utilization - by atom - 09-04-2012, 07:31 PM