Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 27 Apr 2015 07:57:44 +0300
From: Solar Designer <solar@...nwall.com>
To: john-dev@...ts.openwall.com
Subject: Re: [GSoC] JtR SIMD support enhancements

On Mon, Apr 27, 2015 at 05:38:57AM +0300, Solar Designer wrote:
> [solar@...er src]$ ../run/john -te -form=md5crypt
> Will run 32 OpenMP threads
> Benchmarking: md5crypt, crypt(3) $1$ [MD5 128/128 AVX 4x3]... (32xOMP) DONE
> Raw:    539136 c/s real, 16853 c/s virtual

That was with super's default gcc.  After "scl enable devtoolset-2 bash"
to enable gcc 4.8.1, I get:

Benchmarking: md5crypt, crypt(3) $1$ [MD5 128/128 AVX 4x3]... (32xOMP) DONE
Raw:    635904 c/s real, 19872 c/s virtual

and per my records, with some older versions of jumbo it was 638976 c/s.

> 539136 * 60*512*1.053 / (16*128*2*3.0) = 1419276 c/s

So our target speed for Xeon Phi 5110P might be:

638976 * 60*512*1.053 / (16*128*2*3.0) = 1682104 c/s

Alexander

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.