TensorRT

/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o alignedTypes.o -c alignedTypes.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=compute_30 -o matrixMul_gold.o -c matrixMul_gold.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=compute_30 -o matrixMul_kernel_32_ptxdump.c.o -c matrixMul_kernel_32_ptxdump.c
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=compute_30 -o matrixMul_kernel_64_ptxdump.c.o -c matrixMul_kernel_64_ptxdump.c
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=compute_30 -o matrixMulDynlinkJIT cuda_drvapi_dynlink.c.o matrixMulDynlinkJIT.o matrixMul_gold.o matrixMul_kernel_32_ptxdump.c.o matrixMul_kernel_64_ptxdump.c.o
mkdir -p ../../bin/x86_64/linux/release
cp matrixMulDynlinkJIT ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/matrixMulDynlinkJIT'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/eigenvalues'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o bisect_large.o -c bisect_large.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o renderbuffer.o -c renderbuffer.cpp
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/FunctionPointers'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o binomialOptions binomialOptions.o binomialOptions_gold.o binomialOptions_kernel.o
mkdir -p ../../bin/x86_64/linux/release
cp binomialOptions ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/4_Finance/binomialOptions'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/shfl_scan'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -O3 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o shfl_scan.o -c shfl_scan.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o FunctionPointers.o -c FunctionPointers.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o FunctionPointers_kernels.o -c FunctionPointers_kernels.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o conjugateGradientMultiDeviceCG conjugateGradientMultiDeviceCG.o  -lcudadevrt
mkdir -p ../../bin/x86_64/linux/release
cp conjugateGradientMultiDeviceCG ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/conjugateGradientMultiDeviceCG'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/threadMigration'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=compute_30 -o threadMigration.o -c threadMigration.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o oceanFFT oceanFFT.o oceanFFT_kernel.o  -L/usr/lib/nvidia-396 -lGL -lGLU -lglut -lcufft
threadMigration.cpp: In function ‘CUresult InitCUDAContext(CUDAContext*, CUdevice, int, char**)’:
threadMigration.cpp:168:25: warning: ‘CUresult cuDeviceGetProperties(CUdevprop*, CUdevice)’ is deprecated [-Wdeprecated-declarations]
     if (CUDA_SUCCESS != cuDeviceGetProperties(&devProps, hcuDevice))
                         ^
In file included from threadMigration.cpp:54:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:2497:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuDeviceGetProperties(CUdevprop *prop, CUdevice dev);
                                    ^
threadMigration.cpp:168:25: warning: ‘CUresult cuDeviceGetProperties(CUdevprop*, CUdevice)’ is deprecated [-Wdeprecated-declarations]
     if (CUDA_SUCCESS != cuDeviceGetProperties(&devProps, hcuDevice))
                         ^
In file included from threadMigration.cpp:54:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:2497:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuDeviceGetProperties(CUdevprop *prop, CUdevice dev);
                                    ^
threadMigration.cpp:168:67: warning: ‘CUresult cuDeviceGetProperties(CUdevprop*, CUdevice)’ is deprecated [-Wdeprecated-declarations]
     if (CUDA_SUCCESS != cuDeviceGetProperties(&devProps, hcuDevice))
                                                                   ^
In file included from threadMigration.cpp:54:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:2497:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuDeviceGetProperties(CUdevprop *prop, CUdevice dev);
                                    ^
threadMigration.cpp: In function ‘bool runTest(int, char**)’:
threadMigration.cpp:466:29: warning: ‘CUresult cuDeviceGetProperties(CUdevprop*, CUdevice)’ is deprecated [-Wdeprecated-declarations]
         if (CUDA_SUCCESS == cuDeviceGetProperties(&devProps, hcuDevice))
                             ^
In file included from threadMigration.cpp:54:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:2497:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuDeviceGetProperties(CUdevprop *prop, CUdevice dev);
                                    ^
threadMigration.cpp:466:29: warning: ‘CUresult cuDeviceGetProperties(CUdevprop*, CUdevice)’ is deprecated [-Wdeprecated-declarations]
         if (CUDA_SUCCESS == cuDeviceGetProperties(&devProps, hcuDevice))
                             ^
In file included from threadMigration.cpp:54:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:2497:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuDeviceGetProperties(CUdevprop *prop, CUdevice dev);
                                    ^
threadMigration.cpp:466:71: warning: ‘CUresult cuDeviceGetProperties(CUdevprop*, CUdevice)’ is deprecated [-Wdeprecated-declarations]
         if (CUDA_SUCCESS == cuDeviceGetProperties(&devProps, hcuDevice))
                                                                       ^
In file included from threadMigration.cpp:54:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:2497:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuDeviceGetProperties(CUdevprop *prop, CUdevice dev);
                                    ^
In file included from threadMigration.cpp:56:0:
threadMigration.cpp:469:29: warning: ‘CUresult cuDeviceComputeCapability(int*, int*, CUdevice)’ is deprecated [-Wdeprecated-declarations]
             checkCudaErrors(cuDeviceComputeCapability(&major, &minor, hcuDevice));
                             ^
../../common/inc/helper_cuda_drvapi.h:48:48: note: in definition of macro ‘checkCudaErrors’
 #define checkCudaErrors(err) __checkCudaErrors(err, __FILE__, __LINE__)
                                                ^
In file included from threadMigration.cpp:54:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:2531:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuDeviceComputeCapability(int *major, int *minor, CUdevice dev);
                                    ^
In file included from threadMigration.cpp:56:0:
threadMigration.cpp:469:29: warning: ‘CUresult cuDeviceComputeCapability(int*, int*, CUdevice)’ is deprecated [-Wdeprecated-declarations]
             checkCudaErrors(cuDeviceComputeCapability(&major, &minor, hcuDevice));
                             ^
../../common/inc/helper_cuda_drvapi.h:48:48: note: in definition of macro ‘checkCudaErrors’
 #define checkCudaErrors(err) __checkCudaErrors(err, __FILE__, __LINE__)
                                                ^
In file included from threadMigration.cpp:54:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:2531:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuDeviceComputeCapability(int *major, int *minor, CUdevice dev);
                                    ^
In file included from threadMigration.cpp:56:0:
threadMigration.cpp:469:80: warning: ‘CUresult cuDeviceComputeCapability(int*, int*, CUdevice)’ is deprecated [-Wdeprecated-declarations]
             checkCudaErrors(cuDeviceComputeCapability(&major, &minor, hcuDevice));
                                                                                ^
../../common/inc/helper_cuda_drvapi.h:48:48: note: in definition of macro ‘checkCudaErrors’
 #define checkCudaErrors(err) __checkCudaErrors(err, __FILE__, __LINE__)
                                                ^
In file included from threadMigration.cpp:54:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:2531:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuDeviceComputeCapability(int *major, int *minor, CUdevice dev);
                                    ^
mkdir -p ../../bin/x86_64/linux/release
cp oceanFFT ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/5_Simulations/oceanFFT'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o bisect_small.o -c bisect_small.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=compute_30 -o threadMigration_kernel64.ptx -ptx threadMigration_kernel.cu
mkdir -p data
cp -f threadMigration_kernel64.ptx ./data
mkdir -p ../../bin/x86_64/linux/release
cp -f threadMigration_kernel64.ptx ../../bin/x86_64/linux/release
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=compute_30 -o threadMigration threadMigration.o  -L/usr/local/cuda-9.2/lib64/stubs -lcuda -lcudart_static
mkdir -p ../../bin/x86_64/linux/release
cp threadMigration ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/threadMigration'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/cdpAdvancedQuicksort'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -dc -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cdpAdvancedQuicksort.o -c cdpAdvancedQuicksort.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o main.o -c main.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o warpAggregatedAtomicsCG warpAggregatedAtomicsCG.o
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o oddEvenMergeSort.o -c oddEvenMergeSort.cu
mkdir -p ../../bin/x86_64/linux/release
cp warpAggregatedAtomicsCG ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/warpAggregatedAtomicsCG'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/scan'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o main.o -c main.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o alignedTypes alignedTypes.o
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o scan.o -c scan.cu
mkdir -p ../../bin/x86_64/linux/release
cp alignedTypes ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/alignedTypes'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/concurrentKernels'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o concurrentKernels.o -c concurrentKernels.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc -Iinc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o FDTD3dReference.o -c src/FDTD3dReference.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o FDTD3d FDTD3d.o FDTD3dGPU.o FDTD3dReference.o
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o fluidsGL fluidsGL.o fluidsGL_kernels.o  -L/usr/lib/nvidia-396 -lGL -lGLU -lglut -lcufft
mkdir -p ../../bin/x86_64/linux/release
cp FDTD3d ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/FDTD3d'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/mergeSort'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o bitonic.o -c bitonic.cu
mkdir -p ../../bin/x86_64/linux/release
cp fluidsGL ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/5_Simulations/fluidsGL'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/radixSortThrust'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o radixSortThrust.o -c radixSortThrust.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o marchingCubes marchingCubes.o marchingCubes_kernel.o  -L/usr/lib/nvidia-396 -lGL -lGLU -lglut
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o shfl_scan shfl_scan.o
mkdir -p ../../bin/x86_64/linux/release
cp marchingCubes ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/2_Graphics/marchingCubes'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/reduction'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o reduction.o -c reduction.cpp
mkdir -p ../../bin/x86_64/linux/release
cp shfl_scan ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/shfl_scan'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/threadFenceReduction'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o threadFenceReduction.o -c threadFenceReduction.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o reduction_kernel.o -c reduction_kernel.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o bisect_util.o -c bisect_util.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o multithreading.o -c multithreading.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o MonteCarloMultiGPU MonteCarloMultiGPU.o MonteCarlo_gold.o MonteCarlo_kernel.o multithreading.o  -lcurand
mkdir -p ../../bin/x86_64/linux/release
cp MonteCarloMultiGPU ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/4_Finance/MonteCarloMultiGPU'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/fastWalshTransform'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o fastWalshTransform.o -c fastWalshTransform.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o gerschgorin.o -c gerschgorin.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -ftz=true -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o nbody.o -c nbody.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o main.o -c main.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o sortingNetworks_validate.o -c sortingNetworks_validate.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o sortingNetworks bitonicSort.o main.o oddEvenMergeSort.o sortingNetworks_validate.o
mkdir -p ../../bin/x86_64/linux/release
cp sortingNetworks ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/sortingNetworks'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/simpleHyperQ'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o simpleHyperQ.o -c simpleHyperQ.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o scan_gold.o -c scan_gold.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o scan main.o scan.o scan_gold.o
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o FunctionPointers FunctionPointers.o FunctionPointers_kernels.o  -L/usr/lib/nvidia-396 -lGL -lGLU -lglut
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -ftz=true -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o render_particles.o -c render_particles.cpp
mkdir -p ../../bin/x86_64/linux/release
cp scan ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/scan'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o main.o -c main.cpp
mkdir -p ../../bin/x86_64/linux/release
cp FunctionPointers ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/FunctionPointers'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/transpose'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o transpose.o -c transpose.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o mergeSort.o -c mergeSort.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o concurrentKernels concurrentKernels.o
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o nbody bodysystemcuda.o nbody.o render_particles.o  -L/usr/lib/nvidia-396 -lGL -lGLU -lglut
mkdir -p ../../bin/x86_64/linux/release
cp concurrentKernels ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/concurrentKernels'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o mergeSort_host.o -c mergeSort_host.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o matlab.o -c matlab.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o mergeSort_validate.o -c mergeSort_validate.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -dc -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cdpBitonicSort.o -c cdpBitonicSort.cu
mkdir -p ../../bin/x86_64/linux/release
cp nbody ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/5_Simulations/nbody'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/StreamPriorities'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o StreamPriorities.o -c StreamPriorities.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o fastWalshTransform_gold.o -c fastWalshTransform_gold.cpp
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/lineOfSight'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o lineOfSight.o -c lineOfSight.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o particles.o -c particles.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o render_particles.o -c render_particles.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o shaders.o -c shaders.cpp
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/reductionMultiBlockCG'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -dc -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o reductionMultiBlockCG.o -c reductionMultiBlockCG.cu
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/c++11_cuda'
>>> GCC Version is greater or equal to 4.7.0 <<<
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    --std=c++11 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o c++11_cuda.o -c c++11_cuda.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o fastWalshTransform fastWalshTransform.o fastWalshTransform_gold.o
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o eigenvalues bisect_large.o bisect_small.o bisect_util.o gerschgorin.o main.o matlab.o
mkdir -p ../../bin/x86_64/linux/release
cp fastWalshTransform ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/fastWalshTransform'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/scalarProd'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o scalarProd.o -c scalarProd.cu
mkdir -p ../../bin/x86_64/linux/release
cp eigenvalues ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/eigenvalues'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/cdpBezierTessellation'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -dc -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o BezierLineCDP.o -c BezierLineCDP.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o StreamPriorities StreamPriorities.o  -lcudadevrt
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o simpleHyperQ simpleHyperQ.o
mkdir -p ../../bin/x86_64/linux/release
cp StreamPriorities ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/StreamPriorities'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/interval'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc -I.  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o interval.o -c interval.cu
mkdir -p ../../bin/x86_64/linux/release
cp simpleHyperQ ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/simpleHyperQ'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/newdelete'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o newdelete.o -c newdelete.cu
newdelete.cu(296): warning: variable "cuda_device" was set but never used

/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o transpose transpose.o
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o mergeSort bitonic.o main.o mergeSort.o mergeSort_host.o mergeSort_validate.o
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o reductionMultiBlockCG reductionMultiBlockCG.o  -lcudadevrt
mkdir -p ../../bin/x86_64/linux/release
cp transpose ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/transpose'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/segmentationTreeThrust'
newdelete.cu(296): warning: variable "cuda_device" was set but never used

/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o segmentationTree.o -c segmentationTree.cu
mkdir -p ../../bin/x86_64/linux/release
cp mergeSort ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/mergeSort'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/conjugateGradientMultiBlockCG'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -dc -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o conjugateGradientMultiBlockCG.o -c conjugateGradientMultiBlockCG.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cdpAdvancedQuicksort cdpAdvancedQuicksort.o cdpBitonicSort.o  -lcudadevrt
mkdir -p ../../bin/x86_64/linux/release
cp reductionMultiBlockCG ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/reductionMultiBlockCG'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/ptxjit'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=compute_30 -o ptxjit.o -c ptxjit.cpp
mkdir -p ../../bin/x86_64/linux/release
cp cdpAdvancedQuicksort ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/cdpAdvancedQuicksort'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/cdpLUDecomposition'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -dc -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cdp_lu.o -c cdp_lu.cu
In file included from ptxjit.cpp:31:0:
ptxjit.cpp: In function ‘int main(int, char**)’:
ptxjit.cpp:175:21: warning: ‘CUresult cuFuncSetBlockShape(CUfunction, int, int, int)’ is deprecated [-Wdeprecated-declarations]
     checkCudaErrors(cuFuncSetBlockShape(hKernel, nThreads, 1, 1));
                     ^
../../common/inc/helper_cuda.h:995:37: note: in definition of macro ‘checkCudaErrors’
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
                                     ^
In file included from ptxjit.cpp:27:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:9819:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuFuncSetBlockShape(CUfunction hfunc, int x, int y, int z);
                                    ^
In file included from ptxjit.cpp:31:0:
ptxjit.cpp:175:21: warning: ‘CUresult cuFuncSetBlockShape(CUfunction, int, int, int)’ is deprecated [-Wdeprecated-declarations]
     checkCudaErrors(cuFuncSetBlockShape(hKernel, nThreads, 1, 1));
                     ^
../../common/inc/helper_cuda.h:995:37: note: in definition of macro ‘checkCudaErrors’
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
                                     ^
In file included from ptxjit.cpp:27:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:9819:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuFuncSetBlockShape(CUfunction hfunc, int x, int y, int z);
                                    ^
In file included from ptxjit.cpp:31:0:
ptxjit.cpp:175:64: warning: ‘CUresult cuFuncSetBlockShape(CUfunction, int, int, int)’ is deprecated [-Wdeprecated-declarations]
     checkCudaErrors(cuFuncSetBlockShape(hKernel, nThreads, 1, 1));
                                                                ^
../../common/inc/helper_cuda.h:995:37: note: in definition of macro ‘checkCudaErrors’
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
                                     ^
In file included from ptxjit.cpp:27:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:9819:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuFuncSetBlockShape(CUfunction hfunc, int x, int y, int z);
                                    ^
In file included from ptxjit.cpp:31:0:
ptxjit.cpp:177:21: warning: ‘CUresult cuParamSetv(CUfunction, int, void*, unsigned int)’ is deprecated [-Wdeprecated-declarations]
     checkCudaErrors(cuParamSetv(hKernel, paramOffset, &d_data, sizeof(d_data)));
                     ^
../../common/inc/helper_cuda.h:995:37: note: in definition of macro ‘checkCudaErrors’
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
                                     ^
In file included from ptxjit.cpp:27:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:9986:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuParamSetv(CUfunction hfunc, int offset, void *ptr, unsigned int numbytes);
                                    ^
In file included from ptxjit.cpp:31:0:
ptxjit.cpp:177:21: warning: ‘CUresult cuParamSetv(CUfunction, int, void*, unsigned int)’ is deprecated [-Wdeprecated-declarations]
     checkCudaErrors(cuParamSetv(hKernel, paramOffset, &d_data, sizeof(d_data)));
                     ^
../../common/inc/helper_cuda.h:995:37: note: in definition of macro ‘checkCudaErrors’
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
                                     ^
In file included from ptxjit.cpp:27:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:9986:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuParamSetv(CUfunction hfunc, int offset, void *ptr, unsigned int numbytes);
                                    ^
In file included from ptxjit.cpp:31:0:
ptxjit.cpp:177:78: warning: ‘CUresult cuParamSetv(CUfunction, int, void*, unsigned int)’ is deprecated [-Wdeprecated-declarations]
     checkCudaErrors(cuParamSetv(hKernel, paramOffset, &d_data, sizeof(d_data)));
                                                                              ^
../../common/inc/helper_cuda.h:995:37: note: in definition of macro ‘checkCudaErrors’
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
                                     ^
In file included from ptxjit.cpp:27:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:9986:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuParamSetv(CUfunction hfunc, int offset, void *ptr, unsigned int numbytes);
                                    ^
In file included from ptxjit.cpp:31:0:
ptxjit.cpp:179:21: warning: ‘CUresult cuParamSetSize(CUfunction, unsigned int)’ is deprecated [-Wdeprecated-declarations]
     checkCudaErrors(cuParamSetSize(hKernel, paramOffset));
                     ^
../../common/inc/helper_cuda.h:995:37: note: in definition of macro ‘checkCudaErrors’
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
                                     ^
In file included from ptxjit.cpp:27:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:9885:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuParamSetSize(CUfunction hfunc, unsigned int numbytes);
                                    ^
In file included from ptxjit.cpp:31:0:
ptxjit.cpp:179:21: warning: ‘CUresult cuParamSetSize(CUfunction, unsigned int)’ is deprecated [-Wdeprecated-declarations]
     checkCudaErrors(cuParamSetSize(hKernel, paramOffset));
                     ^
../../common/inc/helper_cuda.h:995:37: note: in definition of macro ‘checkCudaErrors’
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
                                     ^
In file included from ptxjit.cpp:27:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:9885:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuParamSetSize(CUfunction hfunc, unsigned int numbytes);
                                    ^
In file included from ptxjit.cpp:31:0:
ptxjit.cpp:179:56: warning: ‘CUresult cuParamSetSize(CUfunction, unsigned int)’ is deprecated [-Wdeprecated-declarations]
     checkCudaErrors(cuParamSetSize(hKernel, paramOffset));
                                                        ^
../../common/inc/helper_cuda.h:995:37: note: in definition of macro ‘checkCudaErrors’
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
                                     ^
In file included from ptxjit.cpp:27:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:9885:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuParamSetSize(CUfunction hfunc, unsigned int numbytes);
                                    ^
In file included from ptxjit.cpp:31:0:
ptxjit.cpp:182:21: warning: ‘CUresult cuLaunchGrid(CUfunction, int, int)’ is deprecated [-Wdeprecated-declarations]
     checkCudaErrors(cuLaunchGrid(hKernel, nBlocks, 1));
                     ^
../../common/inc/helper_cuda.h:995:37: note: in definition of macro ‘checkCudaErrors’
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
                                     ^
In file included from ptxjit.cpp:27:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:10062:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuLaunchGrid(CUfunction f, int grid_width, int grid_height);
                                    ^
In file included from ptxjit.cpp:31:0:
ptxjit.cpp:182:21: warning: ‘CUresult cuLaunchGrid(CUfunction, int, int)’ is deprecated [-Wdeprecated-declarations]
     checkCudaErrors(cuLaunchGrid(hKernel, nBlocks, 1));
                     ^
../../common/inc/helper_cuda.h:995:37: note: in definition of macro ‘checkCudaErrors’
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
                                     ^
In file included from ptxjit.cpp:27:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:10062:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuLaunchGrid(CUfunction f, int grid_width, int grid_height);
                                    ^
In file included from ptxjit.cpp:31:0:
ptxjit.cpp:182:53: warning: ‘CUresult cuLaunchGrid(CUfunction, int, int)’ is deprecated [-Wdeprecated-declarations]
     checkCudaErrors(cuLaunchGrid(hKernel, nBlocks, 1));
                                                     ^
../../common/inc/helper_cuda.h:995:37: note: in definition of macro ‘checkCudaErrors’
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
                                     ^
In file included from ptxjit.cpp:27:0:
/usr/local/cuda-9.2/bin/../targets/x86_64-linux/include/cuda.h:10062:36: note: declared here
 __CUDA_DEPRECATED CUresult CUDAAPI cuLaunchGrid(CUfunction f, int grid_width, int grid_height);
                                    ^
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=compute_30 -o ptxjit ptxjit.o  -L/usr/local/cuda-9.2/lib64/stubs -lcuda -lcudart_static
ptxas warning : Stack size for entry function '_Z20test_interval_newtonIdEvP12interval_gpuIT_EPiS2_i' cannot be statically determined
mkdir -p ../../bin/x86_64/linux/release
cp ptxjit ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/ptxjit'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/boundSegmentsNPP'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cdpQuadtree cdpQuadtree.o  -lcudadevrt
newdelete.cu(296): warning: variable "cuda_device" was set but never used

/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc -I../common/UtilNPP -I../common/FreeImage/include  -m64    -gencode arch=compute_30,code=compute_30 -o boundSegmentsNPP.o -c boundSegmentsNPP.cpp
mkdir -p ../../bin/x86_64/linux/release
cp cdpQuadtree ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/cdpQuadtree'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/simpleCUFFT'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o simpleCUFFT.o -c simpleCUFFT.cu
newdelete.cu(296): warning: variable "cuda_device" was set but never used

/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=compute_30 -o boundSegmentsNPP boundSegmentsNPP.o  -L../common/FreeImage/lib/x64 -L../common/FreeImage/lib/linux -L../common/FreeImage/lib/linux/x86_64 -lnppisu_static -lnppif_static -lnppial_static -lnppc_static -lculibos -lfreeimage
ptxas warning : Stack size for entry function '_Z20test_interval_newtonIdEvP12interval_gpuIT_EPiS2_i' cannot be statically determined
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cdpBezierTessellation BezierLineCDP.o  -lcudadevrt
../common/FreeImage/lib/linux/x86_64/libfreeimage.a(strenc.o): In function `StrIOEncInit':
strenc.c:(.text+0x1b25): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
mkdir -p ../../bin/x86_64/linux/release
cp boundSegmentsNPP ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/boundSegmentsNPP'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/conjugateGradientUM'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o main.o -c main.cpp
mkdir -p ../../bin/x86_64/linux/release
cp cdpBezierTessellation ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/cdpBezierTessellation'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/cuSolverSp_LowlevelQR'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -Xcompiler \"-Wl,--no-as-needed\" -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cuSolverSp_LowlevelQR.o -c cuSolverSp_LowlevelQR.cpp
newdelete.cu(296): warning: variable "cuda_device" was set but never used

/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o conjugateGradientUM main.o  -lcublas -lcusparse
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -dc -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cdp_lu_main.o -c cdp_lu_main.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -Xcompiler \"-Wl,--no-as-needed\" -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o mmio.c.o -c mmio.c
In file included from cdp_lu_main.cu:24:0:
cdp_lu_utils.h:17:0: warning: "checkCudaErrors" redefined
 #define checkCudaErrors(err)  __check_cuda_errors (err, __FILE__, __LINE__)
 ^
In file included from cdp_lu_main.cu:21:0:
../../common/inc/helper_cuda.h:995:0: note: this is the location of the previous definition
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
 ^
ptxas warning : Stack size for entry function '_Z20test_interval_newtonIdEvP12interval_gpuIT_EPiS2_i' cannot be statically determined
mkdir -p ../../bin/x86_64/linux/release
cp conjugateGradientUM ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/conjugateGradientUM'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/nvgraph_SemiRingSpMV'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o nvgraph_SemiRingSpMV.o -c nvgraph_SemiRingSpMV.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -Xcompiler \"-Wl,--no-as-needed\" -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o mmio_wrapper.o -c mmio_wrapper.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64    -Xcompiler \"-Wl,--no-as-needed\"   -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cuSolverSp_LowlevelQR cuSolverSp_LowlevelQR.o mmio.c.o mmio_wrapper.o  -lcusolver -lcusparse
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o nvgraph_SemiRingSpMV nvgraph_SemiRingSpMV.o  -lnvgraph
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o scalarProd_cpu.o -c scalarProd_cpu.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o scalarProd scalarProd.o scalarProd_cpu.o
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o conjugateGradientMultiBlockCG conjugateGradientMultiBlockCG.o  -lcudadevrt
mkdir -p ../../bin/x86_64/linux/release
cp nvgraph_SemiRingSpMV ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/nvgraph_SemiRingSpMV'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/histEqualizationNPP'
mkdir -p ../../bin/x86_64/linux/release
cp cuSolverSp_LowlevelQR ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/cuSolverSp_LowlevelQR'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/jpegNPP'
In file included from cdp_lu_main.cu:24:0:
cdp_lu_utils.h:17:0: warning: "checkCudaErrors" redefined
 #define checkCudaErrors(err)  __check_cuda_errors (err, __FILE__, __LINE__)
 ^
In file included from cdp_lu_main.cu:21:0:
../../common/inc/helper_cuda.h:995:0: note: this is the location of the previous definition
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
 ^
mkdir -p ../../bin/x86_64/linux/release
cp scalarProd ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/scalarProd'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/boxFilterNPP'
mkdir -p ../../bin/x86_64/linux/release
cp conjugateGradientMultiBlockCG ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/conjugateGradientMultiBlockCG'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/MC_SingleAsianOptionP'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc -I../common/UtilNPP -I../common/FreeImage/include  -m64    -gencode arch=compute_30,code=compute_30 -o jpegNPP.o -c jpegNPP.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o main.o -c src/main.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc -I../common/UtilNPP -I../common/FreeImage/include  -m64    -gencode arch=compute_30,code=compute_30 -o histEqualizationNPP.o -c histEqualizationNPP.cpp
newdelete.cu(296): warning: variable "cuda_device" was set but never used

/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc -I../common/UtilNPP -I../common/FreeImage/include  -m64    -gencode arch=compute_30,code=compute_30 -o boxFilterNPP.o -c boxFilterNPP.cpp
In file included from cdp_lu_main.cu:24:0:
cdp_lu_utils.h:17:0: warning: "checkCudaErrors" redefined
 #define checkCudaErrors(err)  __check_cuda_errors (err, __FILE__, __LINE__)
 ^
In file included from cdp_lu_main.cu:21:0:
../../common/inc/helper_cuda.h:995:0: note: this is the location of the previous definition
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
 ^
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o pricingengine.o -c src/pricingengine.cu
ptxas warning : Stack size for entry function '_Z20test_interval_newtonIdEvP12interval_gpuIT_EPiS2_i' cannot be statically determined
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=compute_30 -o jpegNPP jpegNPP.o  -L../common/FreeImage/lib/x64 -L../common/FreeImage/lib/linux -L../common/FreeImage/lib/linux/x86_64 -lnppisu -lnppicom -lnppig -lnppc -lfreeimage
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=compute_30 -o boxFilterNPP boxFilterNPP.o  -L../common/FreeImage/lib/x64 -L../common/FreeImage/lib/linux -L../common/FreeImage/lib/linux/x86_64 -lnppisu_static -lnppif_static -lnppc_static -lculibos -lfreeimage
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=compute_30 -o histEqualizationNPP histEqualizationNPP.o  -L../common/FreeImage/lib/x64 -L../common/FreeImage/lib/linux -L../common/FreeImage/lib/linux/x86_64 -lnppisu -lnppist -lnppicc -lnppc -lfreeimage
mkdir -p ../../bin/x86_64/linux/release
cp jpegNPP ../../bin/x86_64/linux/release
In file included from cdp_lu_main.cu:24:0:
cdp_lu_utils.h:17:0: warning: "checkCudaErrors" redefined
 #define checkCudaErrors(err)  __check_cuda_errors (err, __FILE__, __LINE__)
 ^
In file included from cdp_lu_main.cu:21:0:
../../common/inc/helper_cuda.h:995:0: note: this is the location of the previous definition
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
 ^
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/jpegNPP'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/conjugateGradientPrecond'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=compute_30 -o main.o -c main.cpp
newdelete.cu(296): warning: variable "cuda_device" was set but never used

../common/FreeImage/lib/linux/x86_64/libfreeimage.a(strenc.o): In function `StrIOEncInit':
strenc.c:(.text+0x1b25): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
mkdir -p ../../bin/x86_64/linux/release
cp histEqualizationNPP ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/histEqualizationNPP'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/simpleCUBLAS'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=compute_30 -o simpleCUBLAS.o -c simpleCUBLAS.cpp
../common/FreeImage/lib/linux/x86_64/libfreeimage.a(strenc.o): In function `StrIOEncInit':
strenc.c:(.text+0x1b25): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
mkdir -p ../../bin/x86_64/linux/release
cp boxFilterNPP ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/boxFilterNPP'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/MC_EstimatePiP'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o main.o -c src/main.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=compute_30 -o conjugateGradientPrecond main.o  -lcublas -lcusparse
In file included from cdp_lu_main.cu:24:0:
cdp_lu_utils.h:17:0: warning: "checkCudaErrors" redefined
 #define checkCudaErrors(err)  __check_cuda_errors (err, __FILE__, __LINE__)
 ^
In file included from cdp_lu_main.cu:21:0:
../../common/inc/helper_cuda.h:995:0: note: this is the location of the previous definition
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
 ^
mkdir -p ../../bin/x86_64/linux/release
cp conjugateGradientPrecond ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/conjugateGradientPrecond'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/cuSolverDn_LinearSolver'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -Xcompiler \"-Wl,--no-as-needed\" -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cuSolverDn_LinearSolver.o -c cuSolverDn_LinearSolver.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=compute_30 -o simpleCUBLAS simpleCUBLAS.o  -lcublas
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o piestimator.o -c src/piestimator.cu
mkdir -p ../../bin/x86_64/linux/release
cp simpleCUBLAS ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/simpleCUBLAS'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/simpleCUFFT_2d_MGPU'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o simpleCUFFT_2d_MGPU.o -c simpleCUFFT_2d_MGPU.cu
ptxas warning : Stack size for entry function '_Z20test_interval_newtonIdEvP12interval_gpuIT_EPiS2_i' cannot be statically determined
In file included from cdp_lu_main.cu:24:0:
cdp_lu_utils.h:17:0: warning: "checkCudaErrors" redefined
 #define checkCudaErrors(err)  __check_cuda_errors (err, __FILE__, __LINE__)
 ^
In file included from cdp_lu_main.cu:21:0:
../../common/inc/helper_cuda.h:995:0: note: this is the location of the previous definition
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
 ^
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -Xcompiler \"-Wl,--no-as-needed\" -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o mmio.c.o -c mmio.c
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -Xcompiler \"-Wl,--no-as-needed\" -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o mmio_wrapper.o -c mmio_wrapper.cpp
newdelete.cu(296): warning: variable "cuda_device" was set but never used

/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64    -Xcompiler \"-Wl,--no-as-needed\"   -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cuSolverDn_LinearSolver cuSolverDn_LinearSolver.o mmio.c.o mmio_wrapper.o  -lcusolver -lcublas -lcusparse
In file included from cdp_lu_main.cu:24:0:
cdp_lu_utils.h:17:0: warning: "checkCudaErrors" redefined
 #define checkCudaErrors(err)  __check_cuda_errors (err, __FILE__, __LINE__)
 ^
In file included from cdp_lu_main.cu:21:0:
../../common/inc/helper_cuda.h:995:0: note: this is the location of the previous definition
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
 ^
mkdir -p ../../bin/x86_64/linux/release
cp cuSolverDn_LinearSolver ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/cuSolverDn_LinearSolver'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/cuHook'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cuHook.o -c cuHook.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    --compiler-options '-fPIC' -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o libcuhook.o -c libcuhook.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cuHook cuHook.o  -L/usr/local/cuda-9.2/lib64/stubs -lcuda -L/usr/local/cuda-9.2/lib64 -ldl
mkdir -p ../../bin/x86_64/linux/release
cp cuHook ../../bin/x86_64/linux/release
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -shared   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o libcuhook.so.1 libcuhook.o  -L/usr/local/cuda-9.2/lib64/stubs -lcuda -L/usr/local/cuda-9.2/lib64 -ldl
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o simpleCUFFT simpleCUFFT.o  -lcufft
In file included from cdp_lu_main.cu:24:0:
cdp_lu_utils.h:17:0: warning: "checkCudaErrors" redefined
 #define checkCudaErrors(err)  __check_cuda_errors (err, __FILE__, __LINE__)
 ^
In file included from cdp_lu_main.cu:21:0:
../../common/inc/helper_cuda.h:995:0: note: this is the location of the previous definition
 #define checkCudaErrors(val) check((val), #val, __FILE__, __LINE__)
 ^
mkdir -p ../../bin/x86_64/linux/release
cp libcuhook.so.1 ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/cuHook'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/FilterBorderControlNPP'
ptxas warning : Stack size for entry function '_Z20test_interval_newtonIdEvP12interval_gpuIT_EPiS2_i' cannot be statically determined
mkdir -p ../../bin/x86_64/linux/release
cp simpleCUFFT ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/simpleCUFFT'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/MC_EstimatePiInlineP'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o main.o -c src/main.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc -I../common/UtilNPP -I../common/FreeImage/include  -m64    -gencode arch=compute_30,code=compute_30 -o FilterBorderControlNPP.o -c FilterBorderControlNPP.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o piestimator.o -c src/piestimator.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -dc -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o dgetf2.o -c dgetf2.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o newdelete newdelete.o
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o threadFenceReduction threadFenceReduction.o
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=compute_30 -o FilterBorderControlNPP FilterBorderControlNPP.o  -L../common/FreeImage/lib/x64 -L../common/FreeImage/lib/linux -L../common/FreeImage/lib/linux/x86_64 -lnppisu_static -lnppif_static -lnppitc_static -lnppidei_static -lnppial_static -lnppc_static -lculibos -lfreeimage
ptxas warning : Stack size for entry function '_Z20test_interval_newtonIdEvP12interval_gpuIT_EPiS2_i' cannot be statically determined
mkdir -p ../../bin/x86_64/linux/release
cp newdelete ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/newdelete'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/conjugateGradient'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=compute_30 -o main.o -c main.cpp
mkdir -p ../../bin/x86_64/linux/release
cp threadFenceReduction ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/threadFenceReduction'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/simpleDevLibCUBLAS'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -dc -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o kernels.o -c kernels.cu
ptxas warning : Stack size for entry function '_Z20test_interval_newtonIdEvP12interval_gpuIT_EPiS2_i' cannot be statically determined
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=compute_30 -o conjugateGradient main.o  -lcublas_static -lcusparse_static -lculibos
../common/FreeImage/lib/linux/x86_64/libfreeimage.a(strenc.o): In function `StrIOEncInit':
strenc.c:(.text+0x1b25): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
mkdir -p ../../bin/x86_64/linux/release
cp FilterBorderControlNPP ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/FilterBorderControlNPP'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/nvgraph_SSSP'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o nvgraph_SSSP.o -c nvgraph_SSSP.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o nvgraph_SSSP nvgraph_SSSP.o  -lnvgraph
mkdir -p ../../bin/x86_64/linux/release
cp nvgraph_SSSP ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/nvgraph_SSSP'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/simpleCUBLASXT'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=compute_30 -o simpleCUBLASXT.o -c simpleCUBLASXT.cpp
mkdir -p ../../bin/x86_64/linux/release
cp conjugateGradient ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/conjugateGradient'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/BiCGStab'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o mmio.c.o -c mmio.c
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o pbicgstab.o -c pbicgstab.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=compute_30 -o simpleCUBLASXT simpleCUBLASXT.o  -lcublas
mkdir -p ../../bin/x86_64/linux/release
cp simpleCUBLASXT ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/simpleCUBLASXT'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/randomFog'
pbicgstab.cpp: In function ‘int main(int, char**)’:
pbicgstab.cpp:594:80: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
                                            DBICGSTAB_MAX_ULP_ERR, DBICGSTAB_EPS);
                                                                                ^
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o interval interval.o
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o BiCGStab mmio.c.o pbicgstab.o  -lcusparse -lcublas
mkdir -p ../../bin/x86_64/linux/release
cp interval ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/interval'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/MC_EstimatePiInlineQ'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o main.o -c src/main.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o test.o -c src/test.cpp
mkdir -p ../../bin/x86_64/linux/release
cp BiCGStab ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/BiCGStab'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/MersenneTwisterGP11213'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=compute_30 -o MersenneTwister.o -c MersenneTwister.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o piestimator.o -c src/piestimator.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o MC_EstimatePiP main.o piestimator.o test.o  -lcurand
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=compute_30 -o MersenneTwisterGP11213 MersenneTwister.o  -lcurand_static -lculibos
mkdir -p ../../bin/x86_64/linux/release
cp MC_EstimatePiP ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/MC_EstimatePiP'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/nvgraph_Pagerank'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o nvgraph_Pagerank.o -c nvgraph_Pagerank.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o nvgraph_Pagerank nvgraph_Pagerank.o  -lnvgraph
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -Xcompiler -fpermissive -gencode arch=compute_30,code=compute_30 -o randomFog.o -c randomFog.cpp
mkdir -p ../../bin/x86_64/linux/release
cp MersenneTwisterGP11213 ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/MersenneTwisterGP11213'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/freeImageInteropNPP'
mkdir -p ../../bin/x86_64/linux/release
cp nvgraph_Pagerank ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/nvgraph_Pagerank'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/cannyEdgeDetectorNPP'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o simpleCUFFT_2d_MGPU simpleCUFFT_2d_MGPU.o  -lcufft
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc -I../common/UtilNPP -I../common/FreeImage/include  -m64    -gencode arch=compute_30,code=compute_30 -o freeImageInteropNPP.o -c freeImageInteropNPP.cpp
mkdir -p ../../bin/x86_64/linux/release
cp simpleCUFFT_2d_MGPU ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/simpleCUFFT_2d_MGPU'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/simpleCUFFT_MGPU'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o simpleCUFFT_MGPU.o -c simpleCUFFT_MGPU.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc -I../common/UtilNPP -I../common/FreeImage/include  -m64    -gencode arch=compute_30,code=compute_30 -o cannyEdgeDetectorNPP.o -c cannyEdgeDetectorNPP.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -dc -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o dgetrf.o -c dgetrf.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -Xcompiler -fpermissive -gencode arch=compute_30,code=compute_30 -o rng.o -c rng.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=compute_30 -o freeImageInteropNPP freeImageInteropNPP.o  -L../common/FreeImage/lib/x64 -L../common/FreeImage/lib/linux -L../common/FreeImage/lib/linux/x86_64 -lnppisu -lnppif -lnppc -lfreeimage
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o reduction reduction.o reduction_kernel.o
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=compute_30 -o randomFog randomFog.o rng.o  -L/usr/lib/nvidia-396 -lGL -lGLU -lglut -lcurand
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=compute_30 -o cannyEdgeDetectorNPP cannyEdgeDetectorNPP.o  -L../common/FreeImage/lib/x64 -L../common/FreeImage/lib/linux -L../common/FreeImage/lib/linux/x86_64 -lnppisu_static -lnppif_static -lnppc_static -lculibos -lfreeimage
mkdir -p ../../bin/x86_64/linux/release
cp reduction ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/reduction'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/cuSolverSp_LinearSolver'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -Xcompiler \"-Wl,--no-as-needed\" -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cuSolverSp_LinearSolver.o -c cuSolverSp_LinearSolver.cpp
../common/FreeImage/lib/linux/x86_64/libfreeimage.a(strenc.o): In function `StrIOEncInit':
strenc.c:(.text+0x1b25): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
mkdir -p ../../bin/x86_64/linux/release
cp freeImageInteropNPP ../../bin/x86_64/linux/release
mkdir -p ../../bin/x86_64/linux/release
cp randomFog ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/randomFog'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/batchCUBLAS'
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/freeImageInteropNPP'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/cuSolverSp_LowlevelCholesky'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=compute_30 -o batchCUBLAS.o -c batchCUBLAS.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -Xcompiler \"-Wl,--no-as-needed\" -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cuSolverSp_LowlevelCholesky.o -c cuSolverSp_LowlevelCholesky.cpp
../common/FreeImage/lib/linux/x86_64/libfreeimage.a(strenc.o): In function `StrIOEncInit':
strenc.c:(.text+0x1b25): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
mkdir -p ../../bin/x86_64/linux/release
cp cannyEdgeDetectorNPP ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/cannyEdgeDetectorNPP'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/MC_EstimatePiQ'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o main.o -c src/main.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -Xcompiler \"-Wl,--no-as-needed\" -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o mmio.c.o -c mmio.c
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -Xcompiler \"-Wl,--no-as-needed\" -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o mmio_wrapper.o -c mmio_wrapper.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -Xcompiler \"-Wl,--no-as-needed\" -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o mmio.c.o -c mmio.c
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=compute_30 -o batchCUBLAS batchCUBLAS.o  -lcublas
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -Xcompiler \"-Wl,--no-as-needed\" -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o mmio_wrapper.o -c mmio_wrapper.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o piestimator.o -c src/piestimator.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64    -Xcompiler \"-Wl,--no-as-needed\"   -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cuSolverSp_LinearSolver cuSolverSp_LinearSolver.o mmio.c.o mmio_wrapper.o  -lcusolver -lcusparse
mkdir -p ../../bin/x86_64/linux/release
cp batchCUBLAS ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/batchCUBLAS'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/simpleCUFFT_callback'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -dc -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o simpleCUFFT_callback.o -c simpleCUFFT_callback.cu
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64    -Xcompiler \"-Wl,--no-as-needed\"   -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cuSolverSp_LowlevelCholesky cuSolverSp_LowlevelCholesky.o mmio.c.o mmio_wrapper.o  -lcusolver -lcusparse
mkdir -p ../../bin/x86_64/linux/release
cp cuSolverSp_LinearSolver ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/cuSolverSp_LinearSolver'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/cuSolverRf'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -Xcompiler \"-Wl,--no-as-needed\" -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cuSolverRf.o -c cuSolverRf.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -dc -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o simpleDevLibCUBLAS.o -c simpleDevLibCUBLAS.cpp
mkdir -p ../../bin/x86_64/linux/release
cp cuSolverSp_LowlevelCholesky ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/cuSolverSp_LowlevelCholesky'
make[1]: Entering directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/nvgraph_SpectralClustering'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o nvgraph_SpectralClustering.o -c nvgraph_SpectralClustering.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o nvgraph_SpectralClustering nvgraph_SpectralClustering.o  -lnvgraph
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o simpleDevLibCUBLAS kernels.o simpleDevLibCUBLAS.o  -lcublas -lcublas_device -lcudadevrt
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -Xcompiler \"-Wl,--no-as-needed\" -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o mmio.c.o -c mmio.c
mkdir -p ../../bin/x86_64/linux/release
cp nvgraph_SpectralClustering ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/nvgraph_SpectralClustering'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -Xcompiler \"-Wl,--no-as-needed\" -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o mmio_wrapper.o -c mmio_wrapper.cpp
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o test.o -c src/test.cpp
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64    -Xcompiler \"-Wl,--no-as-needed\"   -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cuSolverRf cuSolverRf.o mmio.c.o mmio_wrapper.o  -lcusolver -lcublas -lcusparse
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o test.o -c src/test.cpp
mkdir -p ../../bin/x86_64/linux/release
cp cuSolverRf ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/cuSolverRf'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -dc -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o dlaswp.o -c dlaswp.cu
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o test.o -c src/test.cpp
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
/usr/local/cuda-9.2/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o test.o -c src/test.cpp
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o simpleCUFFT_MGPU simpleCUFFT_MGPU.o  -lcufft
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o cdpLUDecomposition cdp_lu.o cdp_lu_main.o dgetf2.o dgetrf.o dlaswp.o  -lcublas -lcublas_device -lcudadevrt
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o simpleCUFFT_callback simpleCUFFT_callback.o  -lcufft_static -lculibos
mkdir -p ../../bin/x86_64/linux/release
cp simpleCUFFT_MGPU ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/simpleCUFFT_MGPU'
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o MC_EstimatePiQ main.o piestimator.o test.o  -lcurand
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
mkdir -p ../../bin/x86_64/linux/release
cp MC_EstimatePiQ ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/MC_EstimatePiQ'
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_35)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o MC_SingleAsianOptionP main.o pricingengine.o test.o  -lcurand
mkdir -p ../../bin/x86_64/linux/release
cp MC_SingleAsianOptionP ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/MC_SingleAsianOptionP'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o MC_EstimatePiInlineQ main.o piestimator.o test.o  -lcurand
mkdir -p ../../bin/x86_64/linux/release
cp MC_EstimatePiInlineQ ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/MC_EstimatePiInlineQ'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o MC_EstimatePiInlineP main.o piestimator.o test.o  -lcurand
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
mkdir -p ../../bin/x86_64/linux/release
cp MC_EstimatePiInlineP ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/MC_EstimatePiInlineP'
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o lineOfSight lineOfSight.o
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
mkdir -p ../../bin/x86_64/linux/release
cp lineOfSight ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/lineOfSight'
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o c++11_cuda c++11_cuda.o
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
mkdir -p ../../bin/x86_64/linux/release
cp c++11_cuda ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/c++11_cuda'
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_37)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o particles particleSystem.o particleSystem_cuda.o particles.o render_particles.o shaders.o  -L/usr/lib/nvidia-396 -lGL -lGLU -lglut
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
mkdir -p ../../bin/x86_64/linux/release
cp particles ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/5_Simulations/particles'
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_50)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_52)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_60)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
mkdir -p ../../bin/x86_64/linux/release
cp simpleCUFFT_callback ../../bin/x86_64/linux/release
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/simpleCUFFT_callback'
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_61)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o smokeParticles GLSLProgram.o ParticleSystem.o ParticleSystem_cuda.o SmokeRenderer.o SmokeShaders.o framebufferObject.o particleDemo.o renderbuffer.o  -L/usr/lib/nvidia-396 -lGL -lGLU -lglut
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
mkdir -p ../../bin/x86_64/linux/release
cp smokeParticles ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/5_Simulations/smokeParticles'
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
@O@ptxas info    : 'device-function-maxrregcount' is a BETA feature (target: sm_70)
mkdir -p ../../bin/x86_64/linux/release
cp simpleDevLibCUBLAS ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/7_CUDALibraries/simpleDevLibCUBLAS'
mkdir -p ../../bin/x86_64/linux/release
cp cdpLUDecomposition ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/cdpLUDecomposition'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o segmentationTreeThrust segmentationTree.o
mkdir -p ../../bin/x86_64/linux/release
cp segmentationTreeThrust ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/segmentationTreeThrust'
/usr/local/cuda-9.2/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_70,code=compute_70 -o radixSortThrust radixSortThrust.o
mkdir -p ../../bin/x86_64/linux/release
cp radixSortThrust ../../bin/x86_64/linux/release
make[1]: Leaving directory '/home/sinc-lab/LYH/NVIDIA_CUDA-9.2_Samples/6_Advanced/radixSortThrust'
Finished building CUDA samples
sinc-lab@sinclab-desktop:~/LYH/NVIDIA_CUDA-9.2_Samples$ cd bin/x86_64/linux/release/
sinc-lab@sinclab-desktop:~/LYH/NVIDIA_CUDA-9.2_Samples/bin/x86_64/linux/release$ ./deviceQuery
./deviceQuery Starting...

 CUDA Device Query (Runtime API) version (CUDART static linking)

Detected 4 CUDA Capable device(s)

Device 0: "GeForce GTX 1080 Ti"
  CUDA Driver Version / Runtime Version          9.2 / 9.2
  CUDA Capability Major/Minor version number:    6.1
  Total amount of global memory:                 11178 MBytes (11721506816 bytes)
  (28) Multiprocessors, (128) CUDA Cores/MP:     3584 CUDA Cores
  GPU Max Clock rate:                            1582 MHz (1.58 GHz)
  Memory Clock rate:                             5505 Mhz
  Memory Bus Width:                              352-bit
  L2 Cache Size:                                 2883584 bytes
  Maximum Texture Dimension Size (x,y,z)         1D=(131072), 2D=(131072, 65536), 3D=(16384, 16384, 16384)
  Maximum Layered 1D Texture Size, (num) layers  1D=(32768), 2048 layers
  Maximum Layered 2D Texture Size, (num) layers  2D=(32768, 32768), 2048 layers
  Total amount of constant memory:               65536 bytes
  Total amount of shared memory per block:       49152 bytes
  Total number of registers available per block: 65536
  Warp size:                                     32
  Maximum number of threads per multiprocessor:  2048
  Maximum number of threads per block:           1024
  Max dimension size of a thread block (x,y,z): (1024, 1024, 64)
  Max dimension size of a grid size    (x,y,z): (2147483647, 65535, 65535)
  Maximum memory pitch:                          2147483647 bytes
  Texture alignment:                             512 bytes
  Concurrent copy and kernel execution:          Yes with 2 copy engine(s)
  Run time limit on kernels:                     No
  Integrated GPU sharing Host Memory:            No
  Support host page-locked memory mapping:       Yes
  Alignment requirement for Surfaces:            Yes
  Device has ECC support:                        Disabled
  Device supports Unified Addressing (UVA):      Yes
  Device supports Compute Preemption:            Yes
  Supports Cooperative Kernel Launch:            Yes
  Supports MultiDevice Co-op Kernel Launch:      Yes
  Device PCI Domain ID / Bus ID / location ID:   0 / 2 / 0
  Compute Mode:
     < Default (multiple host threads can use ::cudaSetDevice() with device simultaneously) >

Device 1: "GeForce GTX 1080 Ti"
  CUDA Driver Version / Runtime Version          9.2 / 9.2
  CUDA Capability Major/Minor version number:    6.1
  Total amount of global memory:                 11178 MBytes (11721506816 bytes)
  (28) Multiprocessors, (128) CUDA Cores/MP:     3584 CUDA Cores
  GPU Max Clock rate:                            1582 MHz (1.58 GHz)
  Memory Clock rate:                             5505 Mhz
  Memory Bus Width:                              352-bit
  L2 Cache Size:                                 2883584 bytes
  Maximum Texture Dimension Size (x,y,z)         1D=(131072), 2D=(131072, 65536), 3D=(16384, 16384, 16384)
  Maximum Layered 1D Texture Size, (num) layers  1D=(32768), 2048 layers
  Maximum Layered 2D Texture Size, (num) layers  2D=(32768, 32768), 2048 layers
  Total amount of constant memory:               65536 bytes
  Total amount of shared memory per block:       49152 bytes
  Total number of registers available per block: 65536
  Warp size:                                     32
  Maximum number of threads per multiprocessor:  2048
  Maximum number of threads per block:           1024
  Max dimension size of a thread block (x,y,z): (1024, 1024, 64)
  Max dimension size of a grid size    (x,y,z): (2147483647, 65535, 65535)
  Maximum memory pitch:                          2147483647 bytes
  Texture alignment:                             512 bytes
  Concurrent copy and kernel execution:          Yes with 2 copy engine(s)
  Run time limit on kernels:                     No
  Integrated GPU sharing Host Memory:            No
  Support host page-locked memory mapping:       Yes
  Alignment requirement for Surfaces:            Yes
  Device has ECC support:                        Disabled
  Device supports Unified Addressing (UVA):      Yes
  Device supports Compute Preemption:            Yes
  Supports Cooperative Kernel Launch:            Yes
  Supports MultiDevice Co-op Kernel Launch:      Yes
  Device PCI Domain ID / Bus ID / location ID:   0 / 3 / 0
  Compute Mode:
     < Default (multiple host threads can use ::cudaSetDevice() with device simultaneously) >

Device 2: "GeForce GTX 1080 Ti"
  CUDA Driver Version / Runtime Version          9.2 / 9.2
  CUDA Capability Major/Minor version number:    6.1
  Total amount of global memory:                 11178 MBytes (11721506816 bytes)
  (28) Multiprocessors, (128) CUDA Cores/MP:     3584 CUDA Cores
  GPU Max Clock rate:                            1582 MHz (1.58 GHz)
  Memory Clock rate:                             5505 Mhz
  Memory Bus Width:                              352-bit
  L2 Cache Size:                                 2883584 bytes
  Maximum Texture Dimension Size (x,y,z)         1D=(131072), 2D=(131072, 65536), 3D=(16384, 16384, 16384)
  Maximum Layered 1D Texture Size, (num) layers  1D=(32768), 2048 layers
  Maximum Layered 2D Texture Size, (num) layers  2D=(32768, 32768), 2048 layers
  Total amount of constant memory:               65536 bytes
  Total amount of shared memory per block:       49152 bytes
  Total number of registers available per block: 65536
  Warp size:                                     32
  Maximum number of threads per multiprocessor:  2048
  Maximum number of threads per block:           1024
  Max dimension size of a thread block (x,y,z): (1024, 1024, 64)
  Max dimension size of a grid size    (x,y,z): (2147483647, 65535, 65535)
  Maximum memory pitch:                          2147483647 bytes
  Texture alignment:                             512 bytes
  Concurrent copy and kernel execution:          Yes with 2 copy engine(s)
  Run time limit on kernels:                     No
  Integrated GPU sharing Host Memory:            No
  Support host page-locked memory mapping:       Yes
  Alignment requirement for Surfaces:            Yes
  Device has ECC support:                        Disabled
  Device supports Unified Addressing (UVA):      Yes
  Device supports Compute Preemption:            Yes
  Supports Cooperative Kernel Launch:            Yes
  Supports MultiDevice Co-op Kernel Launch:      Yes
  Device PCI Domain ID / Bus ID / location ID:   0 / 130 / 0
  Compute Mode:
     < Default (multiple host threads can use ::cudaSetDevice() with device simultaneously) >

Device 3: "GeForce GTX 1080 Ti"
  CUDA Driver Version / Runtime Version          9.2 / 9.2
  CUDA Capability Major/Minor version number:    6.1
  Total amount of global memory:                 11178 MBytes (11721506816 bytes)
  (28) Multiprocessors, (128) CUDA Cores/MP:     3584 CUDA Cores
  GPU Max Clock rate:                            1582 MHz (1.58 GHz)
  Memory Clock rate:                             5505 Mhz
  Memory Bus Width:                              352-bit
  L2 Cache Size:                                 2883584 bytes
  Maximum Texture Dimension Size (x,y,z)         1D=(131072), 2D=(131072, 65536), 3D=(16384, 16384, 16384)
  Maximum Layered 1D Texture Size, (num) layers  1D=(32768), 2048 layers
  Maximum Layered 2D Texture Size, (num) layers  2D=(32768, 32768), 2048 layers
  Total amount of constant memory:               65536 bytes
  Total amount of shared memory per block:       49152 bytes
  Total number of registers available per block: 65536
  Warp size:                                     32
  Maximum number of threads per multiprocessor:  2048
  Maximum number of threads per block:           1024
  Max dimension size of a thread block (x,y,z): (1024, 1024, 64)
  Max dimension size of a grid size    (x,y,z): (2147483647, 65535, 65535)
  Maximum memory pitch:                          2147483647 bytes
  Texture alignment:                             512 bytes
  Concurrent copy and kernel execution:          Yes with 2 copy engine(s)
  Run time limit on kernels:                     No
  Integrated GPU sharing Host Memory:            No
  Support host page-locked memory mapping:       Yes
  Alignment requirement for Surfaces:            Yes
  Device has ECC support:                        Disabled
  Device supports Unified Addressing (UVA):      Yes
  Device supports Compute Preemption:            Yes
  Supports Cooperative Kernel Launch:            Yes
  Supports MultiDevice Co-op Kernel Launch:      Yes
  Device PCI Domain ID / Bus ID / location ID:   0 / 131 / 0
  Compute Mode:
     < Default (multiple host threads can use ::cudaSetDevice() with device simultaneously) >
> Peer access from GeForce GTX 1080 Ti (GPU0) -> GeForce GTX 1080 Ti (GPU1) : Yes
> Peer access from GeForce GTX 1080 Ti (GPU0) -> GeForce GTX 1080 Ti (GPU2) : No
> Peer access from GeForce GTX 1080 Ti (GPU0) -> GeForce GTX 1080 Ti (GPU3) : No
> Peer access from GeForce GTX 1080 Ti (GPU1) -> GeForce GTX 1080 Ti (GPU0) : Yes
> Peer access from GeForce GTX 1080 Ti (GPU1) -> GeForce GTX 1080 Ti (GPU2) : No
> Peer access from GeForce GTX 1080 Ti (GPU1) -> GeForce GTX 1080 Ti (GPU3) : No
> Peer access from GeForce GTX 1080 Ti (GPU2) -> GeForce GTX 1080 Ti (GPU0) : No
> Peer access from GeForce GTX 1080 Ti (GPU2) -> GeForce GTX 1080 Ti (GPU1) : No
> Peer access from GeForce GTX 1080 Ti (GPU2) -> GeForce GTX 1080 Ti (GPU3) : Yes
> Peer access from GeForce GTX 1080 Ti (GPU3) -> GeForce GTX 1080 Ti (GPU0) : No
> Peer access from GeForce GTX 1080 Ti (GPU3) -> GeForce GTX 1080 Ti (GPU1) : No
> Peer access from GeForce GTX 1080 Ti (GPU3) -> GeForce GTX 1080 Ti (GPU2) : Yes

deviceQuery, CUDA Driver = CUDART, CUDA Driver Version = 9.2, CUDA Runtime Version = 9.2, NumDevs = 4
Result = PASS
sinc-lab@sinclab-desktop:~/LYH/NVIDIA_CUDA-9.2_Samples/bin/x86_64/linux/release$ ./nbody
Run "nbody -benchmark [-numbodies=<numBodies>]" to measure performance.
        -fullscreen       (run n-body simulation in fullscreen mode)
        -fp64             (use double precision floating point values for simulation)
        -hostmem          (stores simulation data in host memory)
        -benchmark        (run benchmark to measure performance)
        -numbodies=<N>    (number of bodies (>= 1) to run in simulation)
        -device=<d>       (where d=0,1,2.... for the CUDA device to use)
        -numdevices=<i>   (where i=(number of CUDA devices > 0) to use for simulation)
        -compare          (compares simulation results running once on the default GPU and once on the CPU)
        -cpu              (run n-body simulation on the CPU)
        -tipsy=<file.bin> (load a tipsy model file for simulation)

NOTE: The CUDA Samples are not meant for performance measurements. Results may vary when GPU Boost is enabled.

> Windowed mode
> Simulation data stored in video memory
> Single precision floating point simulation
> 1 Devices used for simulation
freeglut (./nbody):  ERROR:  Internal error <FBConfig with necessary capabilities not found> in function fgOpenWindow
sinc-lab@sinclab-desktop:~/LYH/NVIDIA_CUDA-9.2_Samples/bin/x86_64/linux/release$ ./bandwidthTest
[CUDA Bandwidth Test] - Starting...
Running on...

 Device 0: GeForce GTX 1080 Ti
 Quick Mode

 Host to Device Bandwidth, 1 Device(s)
 PINNED Memory Transfers
   Transfer Size (Bytes)        Bandwidth(MB/s)
   33554432                     11743.9

 Device to Host Bandwidth, 1 Device(s)
 PINNED Memory Transfers
   Transfer Size (Bytes)        Bandwidth(MB/s)
   33554432                     12867.9

 Device to Device Bandwidth, 1 Device(s)
 PINNED Memory Transfers
   Transfer Size (Bytes)        Bandwidth(MB/s)
   33554432                     346178.7

Result = PASS

NOTE: The CUDA Samples are not meant for performance measurements. Results may vary when GPU Boost is enabled.
sinc-lab@sinclab-desktop:~/LYH/NVIDIA_CUDA-9.2_Samples/bin/x86_64/linux/release$ cd ~/LYH/cudnn_samples_v7/mnistCUDNN/
sinc-lab@sinclab-desktop:~/LYH/cudnn_samples_v7/mnistCUDNN$ make clean
rm -rf *o
rm -rf mnistCUDNN
sinc-lab@sinclab-desktop:~/LYH/cudnn_samples_v7/mnistCUDNN$ make all -j16
/usr/local/cuda/bin/nvcc -ccbin g++ -I/usr/local/cuda/include -IFreeImage/include  -m64    -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_53,code=sm_53 -gencode arch=compute_53,code=compute_53 -o fp16_dev.o -c fp16_dev.cu
g++ -I/usr/local/cuda/include -IFreeImage/include   -o fp16_emu.o -c fp16_emu.cpp
g++ -I/usr/local/cuda/include -IFreeImage/include   -o mnistCUDNN.o -c mnistCUDNN.cpp
/usr/local/cuda/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_53,code=sm_53 -gencode arch=compute_53,code=compute_53 -o mnistCUDNN fp16_dev.o fp16_emu.o mnistCUDNN.o  -LFreeImage/lib/linux/x86_64 -LFreeImage/lib/linux -lcudart -lcublas -lcudnn -lfreeimage -lstdc++ -lm
sinc-lab@sinclab-desktop:~/LYH/cudnn_samples_v7/mnistCUDNN$ ./mnistCUDNN
cudnnGetVersion() : 7103 , CUDNN_VERSION from cudnn.h : 7103 (7.1.3)
Host compiler version : GCC 5.3.0
There are 4 CUDA capable devices on your machine :
device 0 : sms 28  Capabilities 6.1, SmClock 1582.0 Mhz, MemSize (Mb) 11178, MemClock 5505.0 Mhz, Ecc=0, boardGroupID=0
device 1 : sms 28  Capabilities 6.1, SmClock 1582.0 Mhz, MemSize (Mb) 11178, MemClock 5505.0 Mhz, Ecc=0, boardGroupID=1
device 2 : sms 28  Capabilities 6.1, SmClock 1582.0 Mhz, MemSize (Mb) 11178, MemClock 5505.0 Mhz, Ecc=0, boardGroupID=2
device 3 : sms 28  Capabilities 6.1, SmClock 1582.0 Mhz, MemSize (Mb) 11178, MemClock 5505.0 Mhz, Ecc=0, boardGroupID=3
Using device 0

Testing single precision
Loading image data/one_28x28.pgm
Performing forward propagation ...
Testing cudnnGetConvolutionForwardAlgorithm ...
Fastest algorithm is Algo 1
Testing cudnnFindConvolutionForwardAlgorithm ...
^^^^ CUDNN_STATUS_SUCCESS for Algo 0: 0.035840 time requiring 0 memory
^^^^ CUDNN_STATUS_SUCCESS for Algo 1: 0.178176 time requiring 3464 memory
^^^^ CUDNN_STATUS_SUCCESS for Algo 5: 0.201728 time requiring 203008 memory
^^^^ CUDNN_STATUS_SUCCESS for Algo 4: 0.250720 time requiring 207360 memory
^^^^ CUDNN_STATUS_SUCCESS for Algo 7: 0.258048 time requiring 2057744 memory
Resulting weights from Softmax:
0.0000000 0.9999399 0.0000000 0.0000000 0.0000561 0.0000000 0.0000012 0.0000017 0.0000010 0.0000000
Loading image data/three_28x28.pgm
Performing forward propagation ...
Resulting weights from Softmax:
0.0000000 0.0000000 0.0000000 0.9999288 0.0000000 0.0000711 0.0000000 0.0000000 0.0000000 0.0000000
Loading image data/five_28x28.pgm
Performing forward propagation ...
Resulting weights from Softmax:
0.0000000 0.0000008 0.0000000 0.0000002 0.0000000 0.9999820 0.0000154 0.0000000 0.0000012 0.0000006

Result of classification: 1 3 5

Test passed!

Testing half precision (math in single precision)
Loading image data/one_28x28.pgm
Performing forward propagation ...
Testing cudnnGetConvolutionForwardAlgorithm ...
Fastest algorithm is Algo 1
Testing cudnnFindConvolutionForwardAlgorithm ...
^^^^ CUDNN_STATUS_SUCCESS for Algo 0: 0.036864 time requiring 0 memory
^^^^ CUDNN_STATUS_SUCCESS for Algo 5: 0.133120 time requiring 203008 memory
^^^^ CUDNN_STATUS_SUCCESS for Algo 2: 0.140288 time requiring 28800 memory
^^^^ CUDNN_STATUS_SUCCESS for Algo 7: 0.172032 time requiring 2057744 memory
^^^^ CUDNN_STATUS_SUCCESS for Algo 4: 0.185248 time requiring 207360 memory
Resulting weights from Softmax:
0.0000001 1.0000000 0.0000001 0.0000000 0.0000563 0.0000001 0.0000012 0.0000017 0.0000010 0.0000001
Loading image data/three_28x28.pgm
Performing forward propagation ...
Resulting weights from Softmax:
0.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000714 0.0000000 0.0000000 0.0000000 0.0000000
Loading image data/five_28x28.pgm
Performing forward propagation ...
Resulting weights from Softmax:
0.0000000 0.0000008 0.0000000 0.0000002 0.0000000 1.0000000 0.0000154 0.0000000 0.0000012 0.0000006

Result of classification: 1 3 5

Test passed!
sinc-lab@sinclab-desktop:~/LYH/cudnn_samples_v7/mnistCUDNN$ cd ~/LYH/tensorrt/samples/
sinc-lab@sinclab-desktop:~/LYH/tensorrt/samples$ make clean
make[1]: Entering directory '/home/sinc-lab/LYH/tensorrt/samples/sampleMNIST'
../Makefile.config:6: CUDA_INSTALL_DIR variable is not specified, using /usr/local/cuda-9.2 by default, use CUDA_INSTALL_DIR=<cuda_directory> to change.
../Makefile.config:9: CUDNN_INSTALL_DIR variable is not specified, using  by default, use CUDNN_INSTALL_DIR=<cudnn_directory> to change.
Cleaning...
rm -rf ../../bin/chobj ../../bin/dchobj ../../bin/sample_mnist ../../bin/sample_mnist_debug
make[1]: Leaving directory '/home/sinc-lab/LYH/tensorrt/samples/sampleMNIST'
make[1]: Entering directory '/home/sinc-lab/LYH/tensorrt/samples/sampleMNISTAPI'
../Makefile.config:6: CUDA_INSTALL_DIR variable is not specified, using /usr/local/cuda-9.2 by default, use CUDA_INSTALL_DIR=<cuda_directory> to change.
../Makefile.config:9: CUDNN_INSTALL_DIR variable is not specified, using  by default, use CUDNN_INSTALL_DIR=<cudnn_directory> to change.
Cleaning...
rm -rf ../../bin/chobj ../../bin/dchobj ../../bin/sample_mnist_api ../../bin/sample_mnist_api_debug
make[1]: Leaving directory '/home/sinc-lab/LYH/tensorrt/samples/sampleMNISTAPI'
make[1]: Entering directory '/home/sinc-lab/LYH/tensorrt/samples/sampleGoogleNet'
../Makefile.config:6: CUDA_INSTALL_DIR variable is not specified, using /usr/local/cuda-9.2 by default, use CUDA_INSTALL_DIR=<cuda_directory> to change.
../Makefile.config:9: CUDNN_INSTALL_DIR variable is not specified, using  by default, use CUDNN_INSTALL_DIR=<cudnn_directory> to change.
Cleaning...
rm -rf ../../bin/chobj ../../bin/dchobj ../../bin/sample_googlenet ../../bin/sample_googlenet_debug
make[1]: Leaving directory '/home/sinc-lab/LYH/tensorrt/samples/sampleGoogleNet'
make[1]: Entering directory '/home/sinc-lab/LYH/tensorrt/samples/giexec'
../Makefile.config:6: CUDA_INSTALL_DIR variable is not specified, using /usr/local/cuda-9.2 by default, use CUDA_INSTALL_DIR=<cuda_directory> to change.
../Makefile.config:9: CUDNN_INSTALL_DIR variable is not specified, using  by default, use CUDNN_INSTALL_DIR=<cudnn_directory> to change.
Cleaning...
rm -rf ../../bin/chobj ../../bin/dchobj ../../bin/giexec ../../bin/giexec_debug
make[1]: Leaving directory '/home/sinc-lab/LYH/tensorrt/samples/giexec'
make[1]: Entering directory '/home/sinc-lab/LYH/tensorrt/samples/sampleINT8'
../Makefile.config:6: CUDA_INSTALL_DIR variable is not specified, using /usr/local/cuda-9.2 by default, use CUDA_INSTALL_DIR=<cuda_directory> to change.
../Makefile.config:9: CUDNN_INSTALL_DIR variable is not specified, using  by default, use CUDNN_INSTALL_DIR=<cudnn_directory> to change.
Cleaning...
rm -rf ../../bin/chobj ../../bin/dchobj ../../bin/sample_int8 ../../bin/sample_int8_debug
make[1]: Leaving directory '/home/sinc-lab/LYH/tensorrt/samples/sampleINT8'
make[1]: Entering directory '/home/sinc-lab/LYH/tensorrt/samples/getDigits'
echo Cleaning...
Cleaning...
rm -rf ../../bin/download-digits-model.py
make[1]: Leaving directory '/home/sinc-lab/LYH/tensorrt/samples/getDigits'
make[1]: Entering directory '/home/sinc-lab/LYH/tensorrt/samples/sampleCharRNN'
../Makefile.config:6: CUDA_INSTALL_DIR variable is not specified, using /usr/local/cuda-9.2 by default, use CUDA_INSTALL_DIR=<cuda_directory> to change.
../Makefile.config:9: CUDNN_INSTALL_DIR variable is not specified, using  by default, use CUDNN_INSTALL_DIR=<cudnn_directory> to change.
Cleaning...
rm -rf ../../bin/chobj ../../bin/dchobj ../../bin/sample_char_rnn ../../bin/sample_char_rnn_debug
make[1]: Leaving directory '/home/sinc-lab/LYH/tensorrt/samples/sampleCharRNN'
make[1]: Entering directory '/home/sinc-lab/LYH/tensorrt/samples/samplePlugin'
../Makefile.config:6: CUDA_INSTALL_DIR variable is not specified, using /usr/local/cuda-9.2 by default, use CUDA_INSTALL_DIR=<cuda_directory> to change.
../Makefile.config:9: CUDNN_INSTALL_DIR variable is not specified, using  by default, use CUDNN_INSTALL_DIR=<cudnn_directory> to change.
Cleaning...
rm -rf ../../bin/chobj ../../bin/dchobj ../../bin/sample_plugin ../../bin/sample_plugin_debug
make[1]: Leaving directory '/home/sinc-lab/LYH/tensorrt/samples/samplePlugin'
make[1]: Entering directory '/home/sinc-lab/LYH/tensorrt/samples/sampleFasterRCNN'
../Makefile.config:6: CUDA_INSTALL_DIR variable is not specified, using /usr/local/cuda-9.2 by default, use CUDA_INSTALL_DIR=<cuda_directory> to change.
../Makefile.config:9: CUDNN_INSTALL_DIR variable is not specified, using  by default, use CUDNN_INSTALL_DIR=<cudnn_directory> to change.
Cleaning...
rm -rf ../../bin/chobj ../../bin/dchobj ../../bin/sample_fasterRCNN ../../bin/sample_fasterRCNN_debug
make[1]: Leaving directory '/home/sinc-lab/LYH/tensorrt/samples/sampleFasterRCNN'
make[1]: Entering directory '/home/sinc-lab/LYH/tensorrt/samples/sampleUffMNIST'
../Makefile.config:6: CUDA_INSTALL_DIR variable is not specified, using /usr/local/cuda-9.2 by default, use CUDA_INSTALL_DIR=<cuda_directory> to change.
../Makefile.config:9: CUDNN_INSTALL_DIR variable is not specified, using  by default, use CUDNN_INSTALL_DIR=<cudnn_directory> to change.
Cleaning...
rm -rf ../../bin/chobj ../../bin/dchobj ../../bin/sample_uff_mnist ../../bin/sample_uff_mnist_debug
make[1]: Leaving directory '/home/sinc-lab/LYH/tensorrt/samples/sampleUffMNIST'
make[1]: Entering directory '/home/sinc-lab/LYH/tensorrt/samples/sampleOnnxMNIST'
../Makefile.config:6: CUDA_INSTALL_DIR variable is not specified, using /usr/local/cuda-9.2 by default, use CUDA_INSTALL_DIR=<cuda_directory> to change.
../Makefile.config:9: CUDNN_INSTALL_DIR variable is not specified, using  by default, use CUDNN_INSTALL_DIR=<cudnn_directory> to change.
Cleaning...
rm -rf ../../bin/chobj ../../bin/dchobj ../../bin/sample_onnx_mnist ../../bin/sample_onnx_mnist_debug
make[1]: Leaving directory '/home/sinc-lab/LYH/tensorrt/samples/sampleOnnxMNIST'
make[1]: Entering directory '/home/sinc-lab/LYH/tensorrt/samples/sampleNMT'
../Makefile.config:6: CUDA_INSTALL_DIR variable is not specified, using /usr/local/cuda-9.2 by default, use CUDA_INSTALL_DIR=<cuda_directory> to change.
../Makefile.config:9: CUDNN_INSTALL_DIR variable is not specified, using  by default, use CUDNN_INSTALL_DIR=<cudnn_directory> to change.
Cleaning...
rm -rf ../../bin/chobj ../../bin/dchobj ../../bin/sample_nmt ../../bin/sample_nmt_debug
make[1]: Leaving directory '/home/sinc-lab/LYH/tensorrt/samples/sampleNMT'
make[1]: Entering directory '/home/sinc-lab/LYH/tensorrt/samples/sampleMLP'
../Makefile.config:6: CUDA_INSTALL_DIR variable is not specified, using /usr/local/cuda-9.2 by default, use CUDA_INSTALL_DIR=<cuda_directory> to change.
../Makefile.config:9: CUDNN_INSTALL_DIR variable is not specified, using  by default, use CUDNN_INSTALL_DIR=<cudnn_directory> to change.
Cleaning...
rm -rf ../../bin/chobj ../../bin/dchobj ../../bin/sample_mlp ../../bin/sample_mlp_debug
make[1]: Leaving directory '/home/sinc-lab/LYH/tensorrt/samples/sampleMLP'
sinc-lab@sinclab-desktop:~/LYH/tensorrt/samples$ make all -j16
make[1]: Entering directory '/home/sinc-lab/LYH/tensorrt/samples/sampleMNIST'
../Makefile.config:6: CUDA_INSTALL_DIR variable is not specified, using /usr/local/cuda-9.2 by default, use CUDA_INSTALL_DIR=<cuda_directory> to change.
../Makefile.config:9: CUDNN_INSTALL_DIR variable is not specified, using  by default, use CUDNN_INSTALL_DIR=<cudnn_directory> to change.
if [ ! -d ../../bin/dchobj ]; then mkdir -p ../../bin/dchobj; fi
g++ -MM -MF ../../bin/dchobj/sampleMNIST.d -MP -MT ../../bin/dchobj/sampleMNIST.o -Wall -std=c++11 -I"/usr/local/cuda-9.2/include" -I"/usr/local/include" -I"../include" -I"../common" -I"/usr/local/cuda-9.2/include" -I"../../include"  -D_REENTRANT sampleMNIST.cpp
if [ ! -d ../../bin/chobj ]; then mkdir -p ../../bin/chobj; fi
Compiling: sampleMNIST.cpp
g++ -Wall -std=c++11 -I"/usr/local/cuda-9.2/include" -I"/usr/local/include" -I"../include" -I"../common" -I"/usr/local/cuda-9.2/include" -I"../../include"  -D_REENTRANT -g -c -o ../../bin/dchobj/sampleMNIST.o sampleMNIST.cpp
g++ -MM -MF ../../bin/chobj/sampleMNIST.d -MP -MT ../../bin/chobj/sampleMNIST.o -Wall -std=c++11 -I"/usr/local/cuda-9.2/include" -I"/usr/local/include" -I"../include" -I"../common" -I"/usr/local/cuda-9.2/include" -I"../../include"  -D_REENTRANT sampleMNIST.cpp
Compiling: sampleMNIST.cpp
g++ -Wall -std=c++11 -I"/usr/local/cuda-9.2/include" -I"/usr/local/include" -I"../include" -I"../common" -I"/usr/local/cuda-9.2/include" -I"../../include"  -D_REENTRANT -c -o ../../bin/chobj/sampleMNIST.o sampleMNIST.cpp
Linking: ../../bin/sample_mnist_debug
g++ -o ../../bin/sample_mnist_debug ../../bin/dchobj/sampleMNIST.o -L""../../lib"" -L"/usr/local/cuda-9.2/targets/x86_64-linux/lib64" -L"/usr/local/lib" -L"../lib" -L"/usr/local/cuda-9.2/lib64" -L"/usr/local/cuda-9.2/lib64" -L"../../lib"  -L../../bin -Wl,--start-group -lnvinfer -lnvparsers -lnvinfer_plugin -lcudnn -lcublas -lcudart_static -lnvToolsExt -lcudart -lrt -ldl -lpthread -Wl,--end-group
Linking: ../../bin/sample_mnist
g++ -o ../../bin/sample_mnist ../../bin/chobj/sampleMNIST.o -L""../../lib"" -L"/usr/local/cuda-9.2/targets/x86_64-linux/lib64" -L"/usr/local/lib" -L"../lib" -L"/usr/local/cuda-9.2/lib64" -L"/usr/local/cuda-9.2/lib64" -L"../../lib"  -L../../bin -Wl,--start-group -lnvinfer -lnvparsers -lnvinfer_plugin -lcudnn -lcublas -lcudart_static -lnvToolsExt -lcudart -lrt -ldl -lpthread -Wl,--end-group
/usr/bin/ld: warning: libcublas.so.9.0, needed by /usr/lib/x86_64-linux-gnu/libnvinfer.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libcudart.so.9.0, needed by /usr/lib/x86_64-linux-gnu/libnvinfer.so, not found (try using -rpath or -rpath-link)
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
collect2: error: ld returned 1 exit status
../Makefile.config:166: recipe for target '../../bin/sample_mnist_debug' failed
make[1]: *** [../../bin/sample_mnist_debug] Error 1
make[1]: *** Waiting for unfinished jobs....
/usr/bin/ld: warning: libcublas.so.9.0, needed by /usr/lib/x86_64-linux-gnu/libnvinfer.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libcudart.so.9.0, needed by /usr/lib/x86_64-linux-gnu/libnvinfer.so, not found (try using -rpath or -rpath-link)
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
/usr/lib/x86_64-linux-gnu/libnvinfer.so: undefined reference to `[email protected]'
collect2: error: ld returned 1 exit status
../Makefile.config:162: recipe for target '../../bin/sample_mnist' failed
make[1]: *** [../../bin/sample_mnist] Error 1
make[1]: Leaving directory '/home/sinc-lab/LYH/tensorrt/samples/sampleMNIST'
Makefile:32: recipe for target 'all' failed
make: *** [all] Error 2
sinc-lab@sinclab-desktop:~/LYH/tensorrt/samples$ dpkg -l | grep TensorRT
ii  libnvinfer-dev                                             4.1.0-1+cuda9.0                                     amd64        TensorRT development libraries and headers
ii  libnvinfer-samples                                         4.1.0-1+cuda9.0                                     amd64        TensorRT samples and documentation
ii  libnvinfer4                                                4.1.0-1+cuda9.0                                     amd64        TensorRT runtime libraries
ii  python-libnvinfer                                          4.1.0-1+cuda9.0                                     amd64        Python bindings for TensorRT
ii  python-libnvinfer-dev                                      4.1.0-1+cuda9.0                                     amd64        Python development package for TensorRT
ii  python-libnvinfer-doc                                      4.1.0-1+cuda9.0                                     amd64        Documention and samples of python bindings for TensorRT
ii  python3-libnvinfer                                         4.1.0-1+cuda9.0                                     amd64        Python 3 bindings for TensorRT
ii  python3-libnvinfer-dev                                     4.1.0-1+cuda9.0                                     amd64        Python 3 development package for TensorRT
ii  python3-libnvinfer-doc                                     4.1.0-1+cuda9.0                                     amd64        Documention and samples of python bindings for TensorRT
ii  tensorrt                                                   4.0.0.3-1+cuda9.0                                   amd64        Meta package of TensorRT
sinc-lab@sinclab-desktop:~/LYH/tensorrt/samples$ dpkg --purge tensorrt
dpkg: error: requested operation requires superuser privilege
sinc-lab@sinclab-desktop:~/LYH/tensorrt/samples$ sudo dpkg --purge tensorrt
[sudo] password for sinc-lab:
(Reading database ... 278196 files and directories currently installed.)
Removing tensorrt (4.0.0.3-1+cuda9.0) ...
sinc-lab@sinclab-desktop:~/LYH/tensorrt/samples$ sudo apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  libnvinfer-samples
0 to upgrade, 0 to newly install, 1 to remove and 9 not to upgrade.
After this operation, 552 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 278193 files and directories currently installed.)
Removing libnvinfer-samples (4.1.0-1+cuda9.0) ...
sinc-lab@sinclab-desktop:~/LYH/tensorrt/samples$ cd ../..
sinc-lab@sinclab-desktop:~/LYH$ rm -r tensorrt/
sinc-lab@sinclab-desktop:~/LYH$ cd ../Downloads/
sinc-lab@sinclab-desktop:~/Downloads$ ls -lb *tensor*
-rw-rw-r-- 1 sinc-lab sinc-lab 591860534 8月  20 01:29 nv-tensorrt-repo-ubuntu1604-cuda9.0-ga-trt4.0.1.6-20180612_1-1_amd64.deb
-rw-rw-r-- 1 sinc-lab sinc-lab 445716178 8月  20 01:31 nv-tensorrt-repo-ubuntu1604-cuda9.0-rc-trt4.0.0.3-20180329_1-1_amd64.deb
-rw-rw-r-- 1 sinc-lab sinc-lab   3042047 5月  23 15:52 tensorboard-1.6.0-py3-none-any.whl
sinc-lab@sinclab-desktop:~/Downloads$

猜你喜欢

转载自blog.csdn.net/vslyu/article/details/82056483