trying to get the already built bin over there now to see if it will work
Are u also updating ur github sgminer_v5 for windows from ur signature?
U can't find any differences?
and there is a huge difference in size of the .cl files
right off hand he is using #define SPH_KECCAK_UNROLL 1 instead of 0
and also added aes helper directly into the kenel whereas aes_helper.cl has actually been commented out of the original
edit:
edit2: ok there isnt that much different after you trim out all the extra code that is duplicated from the base algo .cl files (i.e. blake,bmw,etc...)
it seems the main change must be in the Groestl portion as it fails to build the kernel if i remove that code and replace it with #include "groestl.cl"
i have replaced all the other code but this and #define SPH_LUFFA_PARALLEL 1
and still get the same hash rate
this also made the .cl file way smaller
edit3: the extra hashes are definitely coming from the groestl algo, but i am out of time for working on it tonight.
will pick up again tomorrow