CUDA mining bug identified

Investigation, with James @theapplicationist, into lack of solutions with GPU mining let to discovery of an incorrect

# ntrims = 68

setting in the CUDA section of grin-miner.toml, which prevents cycle finding if ever uncommented.
The value of 68 is only appropriate for the CPU miners. For CUDA the appropriate (and default in mean.cu) value is

# ntrims = 176