Advertisement
Guest User

Untitled

a guest
Apr 7th, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. /bin/sh: /usr/local/cuda/bin/nvcc: No such file or directory
  2. awk: syntax error at source line 1
  3. context is
  4. {exit >>> < <<< 7.0;}
  5. awk: illegal statement at source line 1
  6. PROTOC src/caffe/proto/caffe.proto
  7. CXX .build_release/src/caffe/proto/caffe.pb.cc
  8. CXX src/caffe/blob.cpp
  9. In file included from src/caffe/blob.cpp:4:
  10. In file included from ./include/caffe/blob.hpp:8:
  11. In file included from ./include/caffe/common.hpp:19:
  12. ./include/caffe/util/device_alternate.hpp:34:10: fatal error: 'cublas_v2.h' file not found
  13. #include <cublas_v2.h>
  14. ^
  15. 1 error generated.
  16. make: *** [.build_release/src/caffe/blob.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement