GTX 1080ti now no way to start...
Cuda error in func 'neoscrypt_cpu_hash_1080' at line 1427 : an illegal memory access was encountered.
Play a bit with intensity, put -i 17.5 or -i 18 or -i 18.5, default one won't work with 1080ti
I can't even start 1070 at -i 10.
I have the latest 388.71 driver installed.
Little explanation, it won't work at -i 10 because it needs exact number of threads running. Each thread requires some amount of memory allocated on Host and on Device, high speed is gained by rolling only those operations that needed by algorithm without idling. For 1060 3G kernel reaches ~95% efficiency, 1070 ~90% efficiency, 1080(not Ti) ~47-50% efficiency, so for GDDR5X memory it's still space for improvement, but it can only be gained by another memory dealing technique which I have ~0 practice at.
For single 1070 intensity should be 16.5 or 17.5 to start correctly. Seems multiple card rigs won't start correctly after CPU fix, but you're free to launch 1 instance per card, without CPU load it's the way to avoid launch failures.
Regarding illegal memory accesses, C-part of hsrminer code, including correct work distribution among GPUs, is alexkap's work, but I haven't received any info from him, somewhere in code multiple theads are treated as one (GPU0 thread), you can see it when launch single card with number other than 0.
I can spend hours digging alexkap's code and find this nasty bug, but it would be better to get answer from him directly first. Maybe he's dissapointed because nobody's using HSR version and decided to quit this project, I dunno, I haven't been informed about that. I'll solve problems in the order they appear.