Author

Topic: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. - page 1223. (Read 2347426 times)

sr. member
Activity: 271
Merit: 251
Mine on a pool without extranounce support. F.ex wafflepool. What rates are you getting on benchmark mode?

benchmark (970) is:
X11 - 7.3
X13 - 5.4
X15 - 4.7
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
i made a fix for yaamp today... but todays disconnections are not related to the code. yaamp doesnt use extranonce, only nicehash and westhash
sp_
legendary
Activity: 2898
Merit: 1087
Team Black developer
Mine on a pool without extranounce support. F.ex wafflepool. What rates are you getting on benchmark mode?
legendary
Activity: 1512
Merit: 1000
quarkchain.io
@sp_ I'm mining at yaamp.com and release 9 doesn't seem to connect very well to the mining pool. No problems with release 8.

Same here. GTX 970, tried both exe files different pools (X11,13,15) it's a hit and miss.
At least I couldn't find any dependency on when it connects and when it doesn't.

+1 same thing , lots of connection interupts...
sr. member
Activity: 271
Merit: 251
@sp_ I'm mining at yaamp.com and release 9 doesn't seem to connect very well to the mining pool. No problems with release 8.

Same here. GTX 970, tried both exe files different pools (X11,13,15) it's a hit and miss.
At least I couldn't find any dependency on when it connects and when it doesn't.
sr. member
Activity: 292
Merit: 250
@sp_ I'm mining at yaamp.com and release 9 doesn't seem to connect very well to the mining pool. No problems with release 8.

Edit: CCminer(release9) sends 1 share then doesn't do anything else after. However gpu is at 99% load. Same for every algo. It does work for nicehash/westhash and p2pool.

legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
yes, i need to double check the commit, i lost 1ms, edit: ok fixed Wink
sp_
legendary
Activity: 2898
Merit: 1087
Team Black developer
The simd fix for 3.0/3.5 is nice. I only fixed x11 in my fork, so yours is bether. When comparing, you should also check the Wattage. Some changes does not improve hashrate, but they do reduce power.
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
nice work, that give me a lot of things to check Wink for 3.0 simd, check my latest commit...
sp_
legendary
Activity: 2898
Merit: 1087
Team Black developer
I've made a pull request on github.

The Hashrate didn't increase after your commit, but the power consumption is down. Memory controller load is now 14-15% and power 65-100%. I have also removed /merged some kernals, so this can also be the reason. Memory load in the previous release on 980 was above 20%.

release8 had 28% [email protected] MHASH
sp_
legendary
Activity: 2898
Merit: 1087
Team Black developer
sp_
legendary
Activity: 2898
Merit: 1087
Team Black developer
Thanks. Checked in a fix for 650 now.

I also managed to make x11 and x13 25KHASH faster by moving the final test into the (echo and fugue) kernal. @github.

Will prepare an exe for test. Build 9.
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
The 650 is doing pretty bad. 727KHASH@x11. The merged simd code (compress1/compress2) into one kernal, reduced the performance by 10KHASH. (1.3%) But Cudaarch is not possible to check in host code.


In fact it is Smiley check fugue :

        int intensity = (device_sm[device_map[thr_id]] > 500) ? 22 : 19;
sp_
legendary
Activity: 2898
Merit: 1087
Team Black developer
I've made a pull request on github.

Looks good, I have merged you changes.
sp_
legendary
Activity: 2898
Merit: 1087
Team Black developer
The 650 is doing pretty bad. 727KHASH@x11. The merged simd code (compress1/compress2) into one kernal, reduced the performance by 10KHASH. (1.3%) But Cudaarch is not possible to check in host code.
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
works fine with the echo Revert... and the change was not faster

What is the perf on x11 for the 650 ? i had one last year, just curious, it was a good card for games.
hero member
Activity: 675
Merit: 513
I've made a pull request on github.
sp_
legendary
Activity: 2898
Merit: 1087
Team Black developer
do you have a 970 test for every algo, or x algo at least?

I am testing on 650,750,750TI,970 and 980. but mostly on 750ti.
sp_
legendary
Activity: 2898
Merit: 1087
Team Black developer
Yeah, had to rollback the echo change. It broke the chain.
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
wow... you missed to add x11/cuda_x11_luffa512_Cubehash.cu in Makefile.am

Sorry, i made some other changes for pools and jansson Wink but should be easier to cherry-pick

Code:
                         x11/cuda_x11_shavite512.cu x11/cuda_x11_simd512.cu x11/cuda_x11_echo.cu \
+                         x11/cuda_x11_luffa512_Cubehash.cu \
                          x13/x13.cu x13/cuda_x13_hamsi512.cu x13/cuda_x13_fugue512.cu \

but hmm this commit seems to break x11 algo (tested on your repo on linux 750Ti) and miss the 80 max reg tweak
Jump to: