reduce distracting nvcc (or rather ptxas) verbosity

This commit is contained in:
Axel Kohlmeyer
2018-12-03 19:27:03 -05:00
parent d603d084c4
commit 4168855ba3
8 changed files with 10 additions and 10 deletions

View File

@ -15,7 +15,7 @@ CUDA_ARCH = -arch=sm_11
CUDA_PRECISION = -D_SINGLE_SINGLE
CUDA_INCLUDE = -I$(CUDA_HOME)/include
CUDA_LIB = -L$(CUDA_HOME)/lib
CUDA_OPTS = -DUNIX -DUCL_NO_EXIT -O3 -Xptxas -v --use_fast_math
CUDA_OPTS = -DUNIX -DUCL_NO_EXIT -O3 --use_fast_math
CUDR_CPP = mpic++ -m64
CUDR_OPTS = -O2 -g