Bitcoin Forum

Bitcoin => Mining software (miners) => Topic started by: fpgaminer on June 18, 2011, 11:08:42 PM



Title: Using poclbm With The phatk Kernel
Post by: fpgaminer on June 18, 2011, 11:08:42 PM
I have had a lot of trouble with phoenix. The biggest issue being that it oftens gets stuck on "[0 Khash/sec] blah blah" and never reconnects to the server. This is especially bad when I have torrents running, even when I limit torrent traffic. The only reason I put up with it is because phoenix supports the phatk kernel, which gets me an extra 20MH/s per card.

Well, I got tired of it, so I forked poclbm and hacked it to support phatk. Here's my fork:

https://github.com/progranism/poclbm (https://github.com/progranism/poclbm)

So far so good, poclbm is happily running without any issues whereas my phoenix instances are freezing up  :P MH/s is about the same. 339 MH/s instead of the 340 MH/s I get on phoenix. Close enough.

Lemme know if this helps anyone else.  :)


Title: Re: Using poclbm With The phatk Kernel
Post by: Clipse on June 18, 2011, 11:13:58 PM
sweet, will testdrive it ;)


Title: Re: Using poclbm With The phatk Kernel
Post by: spiccioli on June 19, 2011, 10:48:48 PM
I have had a lot of trouble with phoenix. The biggest issue being that it oftens gets stuck on "[0 Khash/sec] blah blah" and never reconnects to the server. This is especially bad when I have torrents running, even when I limit torrent traffic. The only reason I put up with it is because phoenix supports the phatk kernel, which gets me an extra 20MH/s per card.

Well, I got tired of it, so I forked poclbm and hacked it to support phatk. Here's my fork:

https://github.com/progranism/poclbm (https://github.com/progranism/poclbm)

So far so good, poclbm is happily running without any issues whereas my phoenix instances are freezing up  :P MH/s is about the same. 339 MH/s instead of the 340 MH/s I get on phoenix. Close enough.

Lemme know if this helps anyone else.  :)

Thanks so much, I have the very same issue with phoenix getting stuck and making me lose hours of mining (even running several copies for each gpu is not enough since all one of them can hang if left running long enough).

I'm going to test this right now.

spiccioli.


Title: Re: Using poclbm With The phatk Kernel
Post by: fpgaminer on June 20, 2011, 02:14:50 AM
Let me know if it works okay. I've been running it since I posted and so far none of the instances have failed. However I haven't measured stale share ratio yet; I was getting 0.1% with the old version of phoenix I had which was very nice.


Title: Re: Using poclbm With The phatk Kernel
Post by: fsasa70 on June 20, 2011, 08:27:16 AM
Super noobie question here... ???

How do I make this work? Do I just drag and drop to the poclbm folder?

Because am seeing no difference when I drag and drop the phatk files...


Title: Re: Using poclbm With The phatk Kernel
Post by: huayra.agera on June 20, 2011, 08:43:25 AM
This is interesting and yeah, how do we make this work? A simple guide maybe? Thanks!


Title: Re: Using poclbm With The phatk Kernel
Post by: spiccioli on June 20, 2011, 09:21:22 AM
Let me know if it works okay. I've been running it since I posted and so far none of the instances have failed. However I haven't measured stale share ratio yet; I was getting 0.1% with the old version of phoenix I had which was very nice.

Sadly it causes a kernel trap after a few minutes of work, I'm using it onto a LinuxCoin pc with two 5850s which has been working ok with phoenix (apart from the hang problem) for more than three weeks.

And when it traps I have to power-cycle the pc.  :'(

best regards.

spiccioli.


Title: Re: Using poclbm With The phatk Kernel
Post by: Sukrim on June 20, 2011, 06:50:59 PM
I'm already thinking of killing + restarting phoenix every 10 minutes... would loose me less time than it already has with these lockups! >:(


Title: Re: Using poclbm With The phatk Kernel
Post by: gentakin on June 20, 2011, 07:50:22 PM
Works great for me. I actually had the same idea a few days ago, but was too lazy to actually look into it.
Hashrate is about the same. (Maybe only 283mhash/s instead of 284mhash/s.)

It's also possible to clone fpgaminer's poclbm-phatk git repo, then merge luke-jr's branch for better console output into it. There's 1 conflict that can easily be solved by using luke-jr's version of the code.
edit: What I actually wanted to say is: "[..]merge luke-jr's branch for better connectivity issues handling into it.". Sure, it has better console output, but that was not the reason why I merged his branch. ;D Link is here: http://forum.bitcoin.org/index.php?topic=19051.0

Thanks!!


Title: Re: Using poclbm With The phatk Kernel
Post by: fpgaminer on June 20, 2011, 08:11:46 PM
Quote
Works great for me.
Yay!

Quote
It's also possible to clone fpgaminer's poclbm-phatk git repo, then merge luke-jr's branch for better console output into it.
Thank you for checking that! I was going to look into luke-jr's branch as well, so I could get a good figure on the # of stales I'm getting. Since you've confirmed the merge is simple, I'll try doing that soon.

Quote
Sadly it causes a kernel trap after a few minutes of work, I'm using it onto a LinuxCoin pc with two 5850s which has been working ok with phoenix (apart from the hang problem) for more than three weeks.
Woah, weird. Have you ever run poclbm on that machine before?

Quote
This is interesting and yeah, how do we make this work? A simple guide maybe? Thanks!
Linux or Windows?

On Linux you just:
Code:
git clone git://github.com/progranism/poclbm fpgaminer-poclbm

And then use it like a regular version of poclbm.

For Windows ... well ... I'd have to get PyOpenCL and stuff up and running and see if I can package something together.


Title: Re: Using poclbm With The phatk Kernel
Post by: fpgaminer on June 20, 2011, 11:08:49 PM
Merged in Luke-Jr's work on poclbm. I put it on a different branch in my fork: https://github.com/progranism/poclbm/tree/with-luke-jr-mods (https://github.com/progranism/poclbm/tree/with-luke-jr-mods)

Seems to work just great  :D


Title: Re: Using poclbm With The phatk Kernel
Post by: wahbasah on June 20, 2011, 11:58:22 PM
+1 for win version


Title: Re: Using poclbm With The phatk Kernel
Post by: fsasa70 on June 21, 2011, 12:34:57 AM
+1 for win version

Me too  ::)


Title: Re: Using poclbm With The phatk Kernel
Post by: Internet151 on June 21, 2011, 12:55:28 AM
Windows version please!


Title: Re: Using poclbm With The phatk Kernel
Post by: fpgaminer on June 21, 2011, 01:28:14 AM
Alright, here's a stab in the dark for the Windows version:

Binary: http://www.bitcoin-mining.com/poclbm-with-phatk-lukejr-win32-20110620a.zip (http://www.bitcoin-mining.com/poclbm-with-phatk-lukejr-win32-20110620a.zip)

Source: http://www.bitcoin-mining.com/poclbm-with-phatk-lukejr-src-20110620a.zip (http://www.bitcoin-mining.com/poclbm-with-phatk-lukejr-src-20110620a.zip)

The source archive includes the code, and a folder called "win32" which is what I used to build the EXE from using py2exe, in case you want to do it yourself or use the python code directly.

Please note: This worked on my Windows 7 64-bit machine, but I only have an nVidia on here so I couldn't do a full test. I also don't have a "clean" Windows machine without Python and other installed dependencies on it, so I don't know if the above zip has all the dependencies packed in. Just let me know if it doesn't work :)


VirusTotal Results:
http://www.virustotal.com/file-scan/report.html?id=84149252dfa3967569a44afacfc78c912284af1105598fb3eca2e54f12d862df-1308618791 (http://www.virustotal.com/file-scan/report.html?id=84149252dfa3967569a44afacfc78c912284af1105598fb3eca2e54f12d862df-1308618791)
http://www.virustotal.com/file-scan/report.html?id=206672d8d24a35ba4ed9884016f2c802358bd11f4c328dcf529bd2733e14b57c-1308618794 (http://www.virustotal.com/file-scan/report.html?id=206672d8d24a35ba4ed9884016f2c802358bd11f4c328dcf529bd2733e14b57c-1308618794)


Title: Re: Using poclbm With The phatk Kernel
Post by: c_k on June 21, 2011, 03:34:46 AM
Ah, with Python 2.7 this looks better than Python 3.2 however it also seems to need the PyOpenCL module to run :-\


Title: Re: Using poclbm With The phatk Kernel
Post by: huayra.agera on June 21, 2011, 08:27:45 AM
Hi! I have it now up and running in windows7x64 (I downloaded the binary) and I have about the same hashrate on my 5850 (381 with Phoenix+phatk)960/300/1.174v. No 1 Mhash difference. Haven't had any stales yet. Will be monitoring for the next hours/days.

I hope this gets integrated to the major GUI miners/frontend. This is just great! Thank you for your work!  ;D


Title: Re: Using poclbm With The phatk Kernel
Post by: spiccioli on June 21, 2011, 12:04:50 PM
Quote
Sadly it causes a kernel trap after a few minutes of work, I'm using it onto a LinuxCoin pc with two 5850s which has been working ok with phoenix (apart from the hang problem) for more than three weeks.
Woah, weird. Have you ever run poclbm on that machine before?


Hi fpgaminer,

poclbm does not work, it gives an error about access rights and I did not bother to look at it more deeply.

I've made a few more tests with your work and it always freezes or traps after a few minutes of work. The longest run has been less than half an hour.

So I decided to go back to phoenix.

Best regards.

spiccioli.

ps. I'm running a 2x5850s rig with linuxcoin 0.2a as operating system and I start two instances of poclbm, one for each gpu, inside a screen session like this:

DISPLAY=:0 ./poclbm.py -v -d 0 -a 2 --user=... --pass=... -o api.bitcoin.cz --backup=user:pass@useast.btcguild.com:8332

My 5850s are running 885/295 (core/mem) at 1.08V and produce around 350Mh each.


Title: Re: Using poclbm With The phatk Kernel
Post by: wahbasah on June 21, 2011, 01:12:54 PM
works great in win7 32bit
better than phoenix

send you 0.1


Title: Re: Using poclbm With The phatk Kernel
Post by: Dominic Sayers on June 21, 2011, 03:02:51 PM
Working fine in Windows 7 64-bit. I'm getting about the same hash rate, but enjoying luke-jr's improved status messages nonetheless.


Title: Re: Using poclbm With The phatk Kernel
Post by: huayra.agera on June 21, 2011, 07:43:53 PM
Hi guys! fpgaminer's fork is working with lvlrdka22's frontend as a compliment. You might try it. Works well, too. This is for windows.  ;)
http://forum.bitcoin.org/index.php?topic=10264.msg259277#msg259277


Title: Re: Using poclbm With The phatk Kernel
Post by: fpgaminer on June 22, 2011, 07:25:05 AM
Quote
poclbm does not work, it gives an error about access rights and I did not bother to look at it more deeply.

I've made a few more tests with your work and it always freezes or traps after a few minutes of work. The longest run has been less than half an hour.
Did you chmod +x poclbm.py?

Either way, sounds like your setup doesn't like poclbm for some reason. I can't think of anything else to try. I normally don't develop GPU miners  :P

Quote
works great in win7 32bit
better than phoenix

send you 0.1
Thank you, wahbasah. That is very much appreciated. I hope it helps you make more Bitcoins  :D



Title: Re: Using poclbm With The phatk Kernel
Post by: spiccioli on June 22, 2011, 07:57:22 AM
Quote
poclbm does not work, it gives an error about access rights and I did not bother to look at it more deeply.

I've made a few more tests with your work and it always freezes or traps after a few minutes of work. The longest run has been less than half an hour.
Did you chmod +x poclbm.py?

yes, but it gave same error


Quote
Either way, sounds like your setup doesn't like poclbm for some reason. I can't think of anything else to try. I normally don't develop GPU miners  :P

Me neither :)

Anyway, thanks for helping me.

spiccioli.


Title: Re: Using poclbm With The phatk Kernel
Post by: SoreGums on June 22, 2011, 04:40:58 PM
Alright, here's a stab in the dark for the Windows version:

Binary: http://www.bitcoin-mining.com/poclbm-with-phatk-lukejr-win32-20110620a.zip (http://www.bitcoin-mining.com/poclbm-with-phatk-lukejr-win32-20110620a.zip)

Source: http://www.bitcoin-mining.com/poclbm-with-phatk-lukejr-src-20110620a.zip (http://www.bitcoin-mining.com/poclbm-with-phatk-lukejr-src-20110620a.zip)

The source archive includes the code, and a folder called "win32" which is what I used to build the EXE from using py2exe, in case you want to do it yourself or use the python code directly.

Please note: This worked on my Windows 7 64-bit machine, but I only have an nVidia on here so I couldn't do a full test. I also don't have a "clean" Windows machine without Python and other installed dependencies on it, so I don't know if the above zip has all the dependencies packed in. Just let me know if it doesn't work :)


VirusTotal Results:
http://www.virustotal.com/file-scan/report.html?id=84149252dfa3967569a44afacfc78c912284af1105598fb3eca2e54f12d862df-1308618791 (http://www.virustotal.com/file-scan/report.html?id=84149252dfa3967569a44afacfc78c912284af1105598fb3eca2e54f12d862df-1308618791)
http://www.virustotal.com/file-scan/report.html?id=206672d8d24a35ba4ed9884016f2c802358bd11f4c328dcf529bd2733e14b57c-1308618794 (http://www.virustotal.com/file-scan/report.html?id=206672d8d24a35ba4ed9884016f2c802358bd11f4c328dcf529bd2733e14b57c-1308618794)


Awesome, thanks, i don't know if I have python installed... this build works about the same speed as guiminer - the new stats from Luke-Jr are pretty neat.


Title: Re: Using poclbm With The phatk Kernel
Post by: Nythain on June 22, 2011, 07:36:55 PM
This thread needs a bright shiny gold star. Thanks for this. Working fine for me, Windows 7 64bit.


Title: Re: Using poclbm With The phatk Kernel
Post by: SlipperySlope on June 23, 2011, 04:08:00 AM
I'm running poclbm with a hash rate of 202 MH/sec per overclocked 5770.  Can I expect better with phatk?

When I tried phoenix my rigs had higher CPU utilization and became unstable.


Title: Re: Using poclbm With The phatk Kernel
Post by: Coaster on June 23, 2011, 04:34:33 AM
my 6970 gets +1mhash improvement (over phoenix) using -f0 flag with your build. interesting.. but every mhash helps


Title: Re: Using poclbm With The phatk Kernel
Post by: ace24 on June 23, 2011, 04:49:43 AM
+1 for a sticky. This is working great for me with ~same Mh (maybe 1-2% slower) as phoenix/phatk in Win7 64-bit, yet with CPU essentially at idle instead of 1 core maxed. System is noticeably quieter and I expect it uses less energy as well. Will be sending you some BTC if it proves to be stable with low reject rate.

Highly recommended for ATI users, especially in these hot months where every watt counts.


Title: Re: Using poclbm With The phatk Kernel
Post by: Mobius on June 23, 2011, 05:05:17 AM
Merged in Luke-Jr's work on poclbm. I put it on a different branch in my fork: https://github.com/progranism/poclbm/tree/with-luke-jr-mods (https://github.com/progranism/poclbm/tree/with-luke-jr-mods)

Seems to work just great  :D

How do I implement this in Ubuntu 10.10, SDK-2.1 and Cat-11.2?


Title: Re: Using poclbm With The phatk Kernel
Post by: fpgaminer on June 23, 2011, 06:24:11 AM
Quote
How do I implement this in Ubuntu 10.10, SDK-2.1 and Cat-11.2?

From memory, so I may mis-type something

Code:
git clone git://github.com/progranism/poclbm fpgaminer-poclbm
cd fpgaminer-poclbm
git checkout with-luke-jr-mods
./poclbm.py


Title: Re: Using poclbm With The phatk Kernel
Post by: Mobius on June 23, 2011, 10:45:39 AM
Thank you so much,
I haven't coded in 20years, things have gotten easier since then.

Looks great and working nicely.


Title: Re: Using poclbm With The phatk Kernel
Post by: Elanzer on June 23, 2011, 10:33:21 PM
With this version over regular poclbm, my HD5830s get about 10mhash/sec more per card.

But there's just one problem, I keep getting long polling exceptions working off BTCGuild USWest such as:

Code:
23/06/2011 15:18:44, long poll exception:
Traceback (most recent call last):
  File "BitcoinMiner.pyc", line 350, in longPollThread
  File "BitcoinMiner.pyc", line 308, in request
  File "httplib.pyc", line 950, in getresponse
  File "httplib.pyc", line 390, in begin
  File "httplib.pyc", line 348, in _read_status
  File "socket.pyc", line 395, in readline
timeout: timed out

Sometimes it will reconnect and recover, sometimes it doesn't bother and just sits there idle, until I notice that the miner has been disconnected for a few hours. This doesn't happen with regular poclbm.


Title: poclbm with phatk and original kernel, luke-jr's improvements, failback
Post by: ulee on June 23, 2011, 10:39:42 PM
Hi,
fpgaminers version of merging his phatk branch with luke-jr's branch seems to miss some of luke-jr's patches, and github shows conflicts. So I gave it a shot myself and made a new version. Because patches often didn't apply, I had to merge manually. So here it is:

→ Now you can choose between the original poclbm kernel and phatk via command line (-P or --phatk)
→ It has all of luke-jr's improvements, including more detailed statistics (with some cosmetic changes by myself)
→ Some other very minor improvements

Here is the patch (http://pastebin.com/uVb86hi6) that is meant to be applied to fpgaminer's fpgaminer-poclbm branch.

Get his branch via
Code:
git clone git://github.com/progranism/poclbm fpgaminer-poclbm
and apply the diff with
Code:
patch -p1 <diff

Have fun!


Title: Re: Using poclbm With The phatk Kernel
Post by: no_alone on June 23, 2011, 11:28:04 PM
I have had a lot of trouble with phoenix. The biggest issue being that it oftens gets stuck on "[0 Khash/sec] blah blah" and never reconnects to the server. This is especially bad when I have torrents running, even when I limit torrent traffic. The only reason I put up with it is because phoenix supports the phatk kernel, which gets me an extra 20MH/s per card.

Well, I got tired of it, so I forked poclbm and hacked it to support phatk. Here's my fork:

https://github.com/progranism/poclbm (https://github.com/progranism/poclbm)

So far so good, poclbm is happily running without any issues whereas my phoenix instances are freezing up  :P MH/s is about the same. 339 MH/s instead of the 340 MH/s I get on phoenix. Close enough.

Lemme know if this helps anyone else.  :)

I never had a problem with phoenix locking up...
Every how much time it should happen?


Title: Re: poclbm with phatk and original kernel, luke-jr's improvements, failback
Post by: gigica viteazu` on June 24, 2011, 07:35:34 AM
Hi,
fpgaminers version of merging his phatk branch with luke-jr's branch seems to miss some of luke-jr's patches, and github shows conflicts. So I gave it a shot myself and made a new version. Because patches often didn't apply, I had to merge manually. So here it is:

...

Have fun!

any chance for a windows binaries ?


Title: Re: Using poclbm With The phatk Kernel
Post by: zimpixa on June 24, 2011, 11:20:44 AM
Vista x64 - working.

Tried to insert it also to Guiminer, but some error found that cannot find module wx. Anyway, its working with AOCLPM, so not so big deal.

Works with XP x32 also, but couldnt get better results when both cards are running (they are throthling down about 10% more than on same settings, which are also best for this version,  with Guiminers poclbm)


Title: Re: Using poclbm With The phatk Kernel
Post by: shakaru on June 25, 2011, 01:03:47 AM
I got something odd, running on a 5830 with the following

xe --device=0 --host=http://api.bitcoin.cz --port=8332 --user=5 --pass=5 -f 0 -w 256 -a 1 -v

Oced to 1005, 300 and only getting 180-195?

Something isnt right


Title: Re: poclbm with phatk and original kernel, luke-jr's improvements, failback
Post by: iopq on June 25, 2011, 01:53:53 PM
Hi,
fpgaminers version of merging his phatk branch with luke-jr's branch seems to miss some of luke-jr's patches, and github shows conflicts. So I gave it a shot myself and made a new version. Because patches often didn't apply, I had to merge manually. So here it is:

...

Have fun!

any chance for a windows binaries ?
+1


Title: Re: poclbm with phatk and original kernel, luke-jr's improvements, failback
Post by: d.james on June 27, 2011, 05:19:51 AM
Hi,
fpgaminers version of merging his phatk branch with luke-jr's branch seems to miss some of luke-jr's patches, and github shows conflicts. So I gave it a shot myself and made a new version. Because patches often didn't apply, I had to merge manually. So here it is:

...

Have fun!

any chance for a windows binaries ?
+1
+2


Title: Re: poclbm with phatk and original kernel, luke-jr's improvements, failback
Post by: ulee on June 27, 2011, 06:16:33 PM
Hi,
fpgaminers version of merging his phatk branch with luke-jr's branch seems to miss some of luke-jr's patches, and github shows conflicts. So I gave it a shot myself and made a new version. Because patches often didn't apply, I had to merge manually. So here it is:

...

Have fun!

any chance for a windows binaries ?
+1
+2

Sorry, no chance for a binary (none of my computers has Windows on it), but there's also no need for binaries: Just install python and pyopencl. And, more generally speaking, never ask for binaries in a forum, especially if it's somehow related to bitcoins, you now, security and paranoia and stuff…

Hint: That magic phoenix/phatk +3% optimized line of code, that's posted at several places in this forum, also works with the phatk in fpgaminers or my version, of course. You can modify that line of code very easy if you have the code; it would be very difficult to change something in a binary.


Title: Re: Using poclbm With The phatk Kernel
Post by: fpgaminer on June 27, 2011, 07:06:57 PM
m0mchil released an update to the poclbm project, which includes the work from this thread and other goodies. It includes binaries:

http://forum.bitcoin.org/index.php?topic=1334.0 (http://forum.bitcoin.org/index.php?topic=1334.0)


Title: Re: Using poclbm With The phatk Kernel
Post by: Ali on June 29, 2011, 08:07:34 PM
Are you sure that it does include it? I'm using it right now but the output shows only the hashrate (but not all the stuff you/luke-jr added).


Title: Re: Using poclbm With The phatk Kernel
Post by: huayra.agera on June 30, 2011, 12:35:48 AM
I think it doesn't have the luke-jr mod but it definitely has the phatk + 3% boost.


Title: Re: Using poclbm With The phatk Kernel
Post by: techwtf on June 30, 2011, 08:18:44 AM
fixed the Ma define manually, 332M -> 330M. but gained the fallback function. nice.


Title: Re: Using poclbm With The phatk Kernel
Post by: spiccioli on June 30, 2011, 02:13:28 PM
I think it doesn't have the luke-jr mod but it definitely has the phatk + 3% boost.

Is poclbm using phatk kernel by default now?

regards.

spiccioli.


Title: Re: Using poclbm With The phatk Kernel
Post by: huayra.agera on June 30, 2011, 10:15:12 PM
I tested and yes it uses it by default.


Title: Re: Using poclbm With The phatk Kernel
Post by: brunoshady on July 01, 2011, 04:08:13 PM
question:




the argumments, I use the poclbm default arguments, -f -v -w etc, or I use the phoenix + phatk arguments? -worksize -aggression... etc?


Title: Re: Using poclbm With The phatk Kernel
Post by: wahbasah on July 01, 2011, 07:00:55 PM
question:
the argumments, I use the poclbm default arguments, -f -v -w etc, or I use the phoenix + phatk arguments? -worksize -aggression... etc?

just use the poclbm default arguments


Title: Re: Using poclbm With The phatk Kernel
Post by: bitcoindaddy on July 05, 2011, 02:57:37 PM
What's the proper "git" way to keep the software up-to-date? If I already have it installed and just want to freshen it up?


Title: Re: Using poclbm With The phatk Kernel
Post by: Mobius on July 05, 2011, 04:33:25 PM
What's the proper "git" way to keep the software up-to-date? If I already have it installed and just want to freshen it up?

back up the directory sturucture of the program/package first - in case you need to go back

for git repositories
cd to directory
git pull

for svn
cd to directory
svn up

remember - you may need to configure it again


Title: Re: Using poclbm With The phatk Kernel
Post by: niooron on July 05, 2011, 07:17:28 PM
Any update to use the further updated phatk?


Title: Re: Using poclbm With The phatk Kernel
Post by: wahbasah on July 06, 2011, 08:39:08 AM
Any update to use the further updated phatk?

use this http://forum.bitcoin.org/index.php?topic=25860.0
change the name to phatk.cl, extract to poclbm-with-phatk-lukejr folder

5870
from 467MH to 471
catalyst 11.7 preview with SDK 2.5


Title: Re: Using poclbm With The phatk Kernel
Post by: Diapolo on July 06, 2011, 01:22:00 PM
Any update to use the further updated phatk?

use this http://forum.bitcoin.org/index.php?topic=25860.0
change the name to phatk.cl, extract to poclbm-with-phatk-lukejr folder

And if you really like it consider a donation :-P. Hope you enjoy my mod.
Btw. a new version was released and needs testers.

Dia


Title: Re: Using poclbm With The phatk Kernel
Post by: Ali on July 07, 2011, 12:22:44 AM
@fgpaminer:
How about a new version with 3% speed boost, diapolo's kernel improvements and luke-jr's output improvements?