Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 9 Aug 2013 15:04:44 +0100
From: Rafael Waldo Delgado Doblas <lord.rafa@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Parallella: Litecoin mining

Hello,

Finally I have added Epiphany support to CGMiner. The performance is 120h/s
maybe it could be improved a little bit but there no too much memory left.
I have submitted my code to my cgminer git repo on the master branch. You
need to type the next commands to test it:

./autogen.sh && make && ./build && ./run

I would like to know in there a way to allocate dynamic memory on an
specific address in order to avoid do this:

volatile shared_buf_t M[16] SECTION("shared_dram");

Because I really don’t need an 16 elements array per core I just need an
single element in an specific address.

Regards,
Rafael.

Content of type "text/html" skipped

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.