|
Message-ID: <20120529202436.GB25561@openwall.com> Date: Wed, 30 May 2012 00:24:36 +0400 From: Solar Designer <solar@...nwall.com> To: john-dev@...ts.openwall.com Subject: Re: Sayantan: Weekly Report #6 On Tue, May 29, 2012 at 11:32:42PM +0530, SAYANTAN DATTA wrote: > Accomplishments: > 1. blowfish-opencl now runs on 7970 > 2. improved performance for blowfish-opencl > (1050c/s on 4890, 1510c/s on GTX570,2450 c/s on 7970) Wow. That's almost one half the CPU speed now. This is starting to make sense. > Priorites: > 1.Try new optimizations for blowfish-opencl. > 2. Open for suggestions:) Are you analyzing the generated code for blowfish-opencl? What memory type(s) does it use for S-boxes? How many instances of bcrypt are you computing in parallel on 7970? If more than 512, then what happens if you reduce it to 512 (the maximum that may fit in Local Data Share) or lower? (Yes, this means that we'd be using at most 25% of the processing capacity, yet it might be the best option.) Thanks, 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.