hashcat Forum
Huge speed drop with Amd GPU Pro - 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: Huge speed drop with Amd GPU Pro (/thread-6125.html)



Huge speed drop with Amd GPU Pro - BettyBoop51 - 12-18-2016

Hello guys,

I've just upgraded my system and am now using Amd GPU Pro 16.50-365149
I tried to run the latest stable release and ran into the error described here:https://hashcat.net/forum/thread-6108.html 

I've downloaded the beta version as suggested and hashcat now starts normally except that cracking speed has decreased drastically when compared to what it used to be:

R9 290 GPU

MD5, wordlist attack:

Speed.Dev.#1.....:   211.7 MH/s (3.57ms)

Any ideas as to what could be causing this?

Thanks !


RE: Huge speed drop with Amd GPU Pro - atom - 12-18-2016

Please post full commandline


RE: Huge speed drop with Amd GPU Pro - BettyBoop51 - 12-18-2016

./hashcat64.bin -m 0 -w 3 --remove --rules-file d3ad0ne.rule --outfile md5.txt.out md5.txt last.dic


RE: Huge speed drop with Amd GPU Pro - BettyBoop51 - 12-18-2016

By the way... speed is normal with brute-force attack.
Speed.Dev.#1.....: 6408.2 MH/s (292.20ms)

It's really just the wordlist attack that's causing a huge speed problem


RE: Huge speed drop with Amd GPU Pro - BettyBoop51 - 12-18-2016

Hey guys, is there somebody who's using the latest amd gpu pro driver with the latest hashcat beta version confirm that the speed they get in rule-based dictionary attack is correct? I'd really like to know if the problem is on my side. Once again, speed is fine:

1) in brute force mode
2) in mask attack mode

It really has to do with the --rules-file parameter (tested many different ones, many different wordlists). Something looks broken.

Thanks !


RE: Huge speed drop with Amd GPU Pro - atom - 12-18-2016

Yes, I can reproduce the same behaviour. Mask is fine, but rule-based dropped from ~600MH/s to ~300MH/s.
Also the OpenCL JIT compiler segfaults while compiling the scrypt kernel. That errors occur inside the driver, so it's not hashcats fault, we can't do anything.
I'd suggest to go back to 16.40, this one works fine.


RE: Huge speed drop with Amd GPU Pro - BettyBoop51 - 12-19-2016

Thanks for the reply atom. I guess I'm going to have to wait until they fix the driver. I'm using OpenSuse Leap 42.2 and 16.40 wasn't compatible with my distro at the time.