hashcat Forum
Mathematical relation between number of GPUs and H/s - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Mathematical relation between number of GPUs and H/s (/thread-5874.html)



Mathematical relation between number of GPUs and H/s - bernardoaraujor - 09-14-2016

This is more of a theoretical question.

I need to know what is the mathematical relation between the number of GPUs being used and the cracking speed.

For example, for a fixed kind of GPU, I have X H/s. If I used 10 GPUs of the same kind, would I get 10X H/s?
If not, what would my speed be?

Is there any kind of rule or mathematical model that would give me that relation?


RE: Mathematical relation between number of GPUs and H/s - atom - 09-14-2016

Yes, if the keyspace to search is large enough, it would be 10X.

Basically you can simply sum up all speeds, there's no loss due to parallelization. Hashcat can also handle devices of different types and/or processing power.


RE: Mathematical relation between number of GPUs and H/s - bernardoaraujor - 09-14-2016

(09-14-2016, 04:33 PM)atom Wrote: Yes, if the keyspace to search is large enough, it would be 10X.

Basically you can simply sum up all speeds, there's no loss due to parallelization. Hashcat can also handle devices of different types and/or processing power.

thanks!!