Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels.
by
chrysophylax
on 22/11/2015, 02:08:52 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.

Thanks for the info-
displaying the default intensity would be great

thats if you use the -i parameter ... i use the -X parameter and that seems to push a little more for some reason ... sp could probably explain that ...

on the gigabyte 750ti oc lp cards - the parameter is -X 29 here without overclock ...

#crysx