"If defined, nvcc compiler driver will seek g++ and gcc in this directory",
StrParam(""))
AddConfigVar('nvcc.flags',
"Extra compiler flags for nvcc",
StrParam(""))
AddConfigVar('cuda.root',
"The directory with bin/, lib/, include/ for cuda utilities. Used to put this directory of nvidia lib in the compiled libraire. Usefull when people forget to update there LD_LIBRARY_PATH and LIBRARY_PATH environment variable. If AUTO, if nvcc is in the path, it will use one of this parent directory. Otherwise /usr/local/cuda. If empty, won't appen the directory in the compiled library",
StrParam(os.getenv('CUDA_ROOT',"AUTO")))
deferror(*args):
deferror(*args):
#sys.stderr.write('ERROR:'+ ' '.join(str(a) for a in args)+'\n')
#sys.stderr.write('ERROR:'+ ' '.join(str(a) for a in args)+'\n')
...
@@ -35,6 +22,18 @@ def debug(*args):
...
@@ -35,6 +22,18 @@ def debug(*args):
#sys.stderr.write('DEBUG:'+ ' '.join(str(a) for a in args)+'\n')
#sys.stderr.write('DEBUG:'+ ' '.join(str(a) for a in args)+'\n')