Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels.
by
sp_
on 06/09/2018, 05:24:41 UTC
why there's code from alexis78 on "your" code ...?

https://github.com/sp-hash/suprminer/commit/fa9e80cf4d71f97f431dede6b2265dbb9c3a8ec9#diff-c949f93d03f44a4217d7a138f9e2e54aL73

and i only skimmed that one fiile.. i wonder the rest.

My code is based on ccminer, and alexis78 is one of the contributors. The reason why the file is renamed is that it has been optimized to be faster than in the alexis fork. Alexis improved echo by removing some of the sharemem bank conflicts in AES. He solved this bymoving some of the tables to the global memory (level1 cache).
I increased the shared mem buffer by having several copies of the the aes table and removed all of the sharemem conflicts. this resulted in a +30% faster echo. The alexis echo function is based on my work back in 2015. Back then I  precualculated the P[] table to save some AES rounds among other improvements.