Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
930
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.25 KB | None | 0 0
  1. $ make
  2. "/usr/local/cuda-6.0"/bin/nvcc -ccbin g++ -I../../common/inc  -m64    -gencode arch=compute_10,code=sm_10 -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_32,code=sm_32 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_50,code=compute_50 -o deviceQuery.o -c deviceQuery.cpp
  3. nvcc warning : The 'compute_10' and 'sm_10' architectures are deprecated, and may be removed in a future release.
  4. "/usr/local/cuda-6.0"/bin/nvcc -ccbin g++   -m64      -gencode arch=compute_10,code=sm_10 -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_32,code=sm_32 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_50,code=compute_50 -o deviceQuery deviceQuery.o
  5. nvcc warning : The 'compute_10' and 'sm_10' architectures are deprecated, and may be removed in a future release.
  6. mkdir -p ../../bin/x86_64/linux/release
  7. cp deviceQuery ../../bin/x86_64/linux/release
  8. institut@M6700:~/NVIDIA_CUDA-6.0_Samples/1_Utilities/deviceQuery$ ./deviceQuery
  9. ./deviceQuery Starting...
  10.  
  11.  CUDA Device Query (Runtime API) version (CUDART static linking)
  12.  
  13. cudaGetDeviceCount returned 3
  14. -> initialization error
  15. Result = FAIL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement