Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels.
by
bathrobehero
on 22/11/2015, 00:58:17 UTC
What are the default intensities for x11 on a 980 ti??
Thanks
Is it the same as lyraRev2?

22 for 5.0+ cards across the board and 19.5 for older cards if I'm not mistaken:

Quote from: x11.cu
uint32_t intensity = (device_sm[device_map[thr_id]] > 500) ? 256 * 256 * 22 : 256 * 128 * 39;

It'd be nice though if ccminer would show the instensity upon launch even if the -i parameter isn't used.