But could you tell me please if I want to compile ccminer for GTX 1050 only
regardless any CPU what should I do?
As I get all I need is add into
Makefile.am the following flag:
nvcc_ARCH = -gencode=arch=compute_60,code="sm_60,compute_60"
and remove all other flags concerning nvcc_ARCH.
Correct?
61, not 60.