Post
Topic
Board Mining software (miners)
Re: further improved phatk OpenCL Kernel (> 2% increase) for Phoenix - 2011-07-06
by
Diapolo
on 09/07/2011, 14:45:37 UTC
Hi Diapolo!

Great to see you're making progress!
There's one thing that pops into my eye:

you already do:
if(Vals[7].x == -H[7])

why not add the K[60] right into it and remove from upper instruction? Saves a whole instruction and will work 100% ;-)

if(Vals[7].x == -H[7]-K[60])


Lets see if I can find more ..


Good idea and works, can't verify via KernelAnalyzer, but seems like a vector addition less.
Will be included in the next version!

Dia