Post
Topic
Board Mining (Altcoins)
Re: TT-Miner 2.2.2: ProgPoW, MTP, LYRA2V3, UBQHASH, MYR-GR Win/cuda9.2/10.0/10.1
by
TrailingStop
on 23/04/2019, 06:13:14 UTC
hi, im really curious that gs does actually affect anything? Huh

gs defines together with the blocksize the number of threads to execute. Blocksize is calculated and you cannot change it.

hmm, still dont get it. it affect the lifespan of gpu or use more cpu & gpu resources with gs size?

Maybe I'm too bad in explaining. Please check this information:

https://www.youtube.com/watch?v=kzXjRFL-gjo
http://cuda-programming.blogspot.com/2013/01/threads-and-blocks-in-detail-in-cuda.html

There are much more - just try to google 'cuda grid block'. You will get lots of information about grid/block/threads and how they are related to each other in GPU kernel programming.

Hope the helps more!