ghostlander / nsgminer

NeoScrypt OpenCL GPU Miner
https://bitcointalk.org/index.php?topic=712650.0
GNU General Public License v3.0
97 stars 68 forks source link

worksize does not change in 0.9.4 #24

Closed gregfromo closed 6 years ago

gregfromo commented 6 years ago

I tried to play with worksize -w 256 but it's using allways 128, as I can see from the resulting .bin file. In 0.9.3 a change to -w 256 produced error, but .bin

Win 10, x64, blockchaindrivers August, RX580

ghostlander commented 6 years ago

-w 256 doesn't work with the default NeoScrypt kernel, therefore it gets reduced to -w 128 in order to avoid a compilation error. -w 256 works with the VLIW kernels.

See https://github.com/ghostlander/nsgminer/commit/f924288eb8e3978c893c8b7dd3d83830e8947578