|
Message-ID: <15a0cf0ac0709747d0a8787a140cfddc@smtp.hushmail.com> Date: Thu, 27 Aug 2015 22:22:07 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: md5crypt-opencl On 2015-08-24 11:38, Solar Designer wrote: > I've experimented with optimizing our md5crypt-opencl in various ways - > patch attached. > +#if gpu_amd(DEVICE_INFO) > +#define BITALIGN(hi, lo, s) amd_bitalign((hi), (lo), (s)) > +#else This did not work on bull, i.e. with Cat 13.4, as-is. I'll add this for good measure: #if gpu_amd(DEVICE_INFO) +#pragma OPENCL EXTENSION cl_amd_media_ops : enable #define BITALIGN(hi, lo, s) amd_bitalign((hi), (lo), (s)) #else magnum
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.