@sp_:
Your latest git does not compile with cuda 7.5 on Windows (and likely not on *nix either). There's a problem with Hefty causing the following error message:
Error 6 error : 'cicc' died with status 0xC0000005 (ACCESS_VIOLATION)
The
top men on IRC had also found this error already, and I understand there's at least 2 solutions, cutting out Hefty entirely, or modifying it so that the compile can succeed. I don't think either solution has made it into anyone's git yet. You should stop by IRC sometime
For those with working versions, so far it looks that cuda 7.5 speeds up some things, and slows down other things.
Mixed results all around, so really just for the adventurous for now...
need to remove the shitload of "#pragma unroll" in cuda_hefty1.cu (especially the double loop) and it works fine
compiling with "-Xptxas --def-load-cache=cs -Xptxas --def-store-cache=cs " might help also a bit to lower the difference
I just committed the change to my lyra release github/djm34/ccminer-lyra
in principle cuda 7.5 give a +100kh/s on gtx980 (getting up to 2630kh/s on my card OC)
+60kh/s on gtx750ti (from 1140 to 1200kh/s on my card)
and using the compilation option allows the 780ti to run at 2.8MH/s instead of 2.1MH/s (however must keep in mind that with cuda 6.5, the 780ti is faster and does 2.9MH/s)