diff options
Diffstat (limited to 'development/cudatoolkit/files/nvcc.profile')
-rw-r--r-- | development/cudatoolkit/files/nvcc.profile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/development/cudatoolkit/files/nvcc.profile b/development/cudatoolkit/files/nvcc.profile new file mode 100644 index 0000000000..9a852c271f --- /dev/null +++ b/development/cudatoolkit/files/nvcc.profile @@ -0,0 +1,13 @@ + +TOP = $(_HERE_)/.. + +LD_LIBRARY_PATH += $(TOP)/lib$(_TARGET_SIZE_):$(TOP)/extools/lib: +PATH += $(TOP)/open64/bin:$(TOP)/share/cuda/nvvm:$(_HERE_): + +INCLUDES += "-I$(TOP)/include/cuda" "-I$(TOP)/include/cudart" $(_SPACE_) + +LIBRARIES =+ $(_SPACE_) "-L$(TOP)/lib$(_TARGET_SIZE_)" -lcudart + +CUDAFE_FLAGS += +OPENCC_FLAGS += +PTXAS_FLAGS += |