Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 3 Apr 2012 14:08:04 +0200
From: Lukas Odzioba <lukas.odzioba@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: fast hashes on GPU

2012/4/3 myrice <qqlddg@...il.com>:
> As I expected, this doesn't give a lot performance. Observations from cuda
> profiler also provide that cudaMemcpy occupies a little time during crack.
You can try split that copy and overlap it with kernel execution. It
is possible on fermi and newer cards.
Lukas

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.