hashcat Forum
Ryzen OpenCL benchmarks? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: Hardware (https://hashcat.net/forum/forum-13.html)
+--- Thread: Ryzen OpenCL benchmarks? (/thread-6357.html)

Pages: 1 2 3


Ryzen OpenCL benchmarks? - cpu_pirate - 03-06-2017

I know the numbers will not compare to GPU's in any real form but for those who are looking to build a modest (1-4) GPU cluster it might be worthwhile to know what kind of numbers the new Ryzen r7 chips are putting up in hashcat, as well as any support for them or even lack of current support for that matter. I intend to purchase a few 1080Ti's for a new build in the next 4-6 weeks and am hoping someone can put up their benchmarks if Ryzen is supported to dictate my purchase from 1800x or 6800k.


RE: Ryzen OpenCL benchmarks? - epixoip - 03-06-2017

AMD dropped XOP from their ISA and failed to add 256bit registers, so Ryzen will be seriously shitty for password cracking. Much slower than Intel CPUs with AVX2.


RE: Ryzen OpenCL benchmarks? - Flomac - 03-06-2017

But Ryzen also comes with AVX2 and since you can get an 8-core CPU instead of a 4-core for the same money, there can be quite a difference. Like always, we'll have to wait and see.


RE: Ryzen OpenCL benchmarks? - epixoip - 03-06-2017

Are you sure? Last I saw they had dropped XOP and hadn't added any 256-bit registers. Now that I'm searching for this, I see lots of mixed reports: some say it has AVX2, other say it has no AVX2. I can't find any official source that states this definitively.

Edit: Ok I found cpuinfo output here: http://openbenchmarking.org/system/1703021-RI-AMDZEN08075/Ryzen%207%201800X/cpuinfo Looks like it does indeed have the AVX2 flag. Now I'm wondering if only certain Ryzen CPUs have AVX2 while others don't, or if the people saying it doesn't have AVX2 are just mistaken?


RE: Ryzen OpenCL benchmarks? - Flomac - 03-07-2017

Yeah, it's a bit strange.

On Anandtech:
"On the FP side there are four pipes (compared to three in previous designs) which support combined 128-bit FMAC instructions. These can be combined for one 256-bit AVX, but beyond that it has to be scheduled over multiple instructions."

Later in the same article it says:
"We have two MUL and two ADD in the FP unit, capable of joining to form two 128-bit FMACs, but not one 256-bit AVX. In order to do AVX, the unit will split the operations accordingly. On the counter side each core will have 2 AES units for cryptography as well as decode support for SSE, AVX1/2, SHA and legacy mmx/x87 compliant code."

(http://www.anandtech.com/show/11170/the-amd-zen-and-ryzen-7-review-a-deep-dive-on-1800x-1700x-and-1700/8)


So it can do AVX2, but the questions remain, is it a hassle and how big is the throughput. My impression of Ryzen it has a better performance in applications than games, compared to Intel. In Blender and Win-RAR it looks fine, in POV-Ray, WinZIP and CineBench 15 SMT it outpaces Intel by a nice gap. It rules AES encoding. But then Hashcat is its own beast and hopefully someone here is getting such a CPU in the recent future, so we know if it's worth a thought.


RE: Ryzen OpenCL benchmarks? - epixoip - 03-07-2017

Huh, yeah that's super strange. It's almost like AVX2 emulation.


RE: Ryzen OpenCL benchmarks? - blazer - 03-07-2017

epixoip is correct. It is AVX2 emulation. There is no dedicated AVX2 hardware, the two 128-bit FMACs fuse to carry out AVX2 instructions, so you are looking at half rate AVX2 on Ryzen.

I've got a 1800x sitting on my desk but board has not arrived so I can't run any tests, I did see a benchmark of bcrypt using JTR and the 1800x out performed the 5960x, though i'm not sure whether AVX2 is used there. (see http://www.phoronix.com/scan.php?page=article&item=ryzen-1800x-linux&num=4)

Whats interesting about Ryzen is that is has dedicated SHA instructions so that could yield interesting results.


RE: Ryzen OpenCL benchmarks? - NikosD - 03-11-2017

The performance of RyZen in AES is amazing:

[Image: RYZEN7_1800_X_AES.jpg]

but not as much as SHA:

[Image: RYZEN7_1800_X_34.jpg]


RE: Ryzen OpenCL benchmarks? - Flomac - 03-11-2017

Interesting to see - blazer, any news of your mobo? I'm curious about the benchmarks Wink

AIDA64 - CPUHash

"This integer benchmark measures CPU performance using the SHA1 hashing algorithm defined in the Federal Information Processing Standards Publication 180-3 (http://csrc.nist.gov/publications/fips/fips180-3/fips180-3_final.pdf). The code behind this benchmark method is written in Assembly, and it is optimized for every popular AMD, Intel and VIA processor core variants by utilizing the appropriate MMX, MMX+/SSE, SSE2, SSSE3, AVX or XOP instruction set extension. ...

In this benchmark every thread is working on independent 8 KB data blocks, and the MMX, SSE2, SSSE3, AVX or XOP optimized calculation routines implement the latest vectorization idea of Intel (http://software.intel.com/en-us/articles/improving-the-performance-of-the-secure-hash-algorithm-1/)."


RE: Ryzen OpenCL benchmarks? - NikosD - 03-12-2017

(03-11-2017, 06:45 PM)Flomac Wrote: AIDA64 - CPUHash

SHA instructions set was introduced by Intel at late 2016 releasing 2nd generation Atom (Goldmont) CPUs.

But Intel has never implemented those instructions ever since, so there is no "HW" acceleration of those SHA instructions in Intel's desktop/ server CPUs.

RyZen CPUs are the first ones to introduce a 2nd AES unit inside and SHA specific hardware implementation for the execution of that instruction set.

AIDA64 leverages that specific hardware, executing in native form the SHA instructions and the difference is huge, as you can clearly see.