Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 5 Sep 2012 08:47:21 +0200
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Re: bitslice DES on GPU

On 5 Sep, 2012, at 5:22 , Sayantan Datta <std2048@...il.com> wrote:

> On Wed, Sep 5, 2012 at 3:53 AM, magnum <john.magnum@...hmail.com> wrote:
> Second, you include .c files from the run/ directory - not placed there by build, but placed there permanently. While it worked on bull, it did not on OSX
> 
> ...
> 
> Not quite sure why. We have other formats that place opencl_*.h files in src that get copied to run/ when building and that works fine. So I tried renaming them (including references inside them and the kernel) and it now works fine. Please pull.
> 
> magnum
> 
> I'll try to use the .h files. However it might require those .c files too because the functions are in those files. 

Oh, but the end result, unless I'm horribly confused, is 100% the same: It's just like you inlined all of those files right into the kernel file. After C pre-processing, that is what you've got either way.

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.