theasder
Results
2
comments of
theasder
Also, where can I get nvcc file? ``` $ make install nvcc -gencode arch=compute_20,code=sm_20 -gencode arch=compute_20,code=compute_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_30,code=compute_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_35,code=compute_35 -O3 --compiler-options '-O3 -fPIC -Wall -Wfatal-errors'...
@andersbll I have installed CUDA SDK, though terminal can't find `nvcc` so far.