Error :Compilation terminated Run make -j && make pycaffe

Makefile:518: recipe for target ‘.build_release/src/caffe/layers/base_data_layer.o’ failed
make: *** [.build_release/src/caffe/layers/base_data_layer.o] Error 1
In file included from ./include/caffe/common.hpp:19:0,
from src/caffe/util/math_functions.cpp:6:
./include/caffe/util/device_alternate.hpp:34:23: fatal error: cublas_v2.h: No such file or directory
#include <cublas_v2.h>
^
compilation terminated.
Makefile:518: recipe for target ‘.build_release/src/caffe/util/math_functions.o’ failed
make: *** [.build_release/src/caffe/util/math_functions.o] Error 1
In file included from ./include/caffe/common.hpp:19:0,
from src/caffe/util/benchmark.cpp:3:
./include/caffe/util/device_alternate.hpp:34:23: fatal error: cublas_v2.h: No such file or directory
#include <cublas_v2.h>
^
compilation terminated.
Makefile:518: recipe for target ‘.build_release/src/caffe/util/benchmark.o’ failed
make: *** [.build_release/src/caffe/util/benchmark.o] Error 1

Hey Suhas,

can you provide more detail about what’s going on here?

What are you trying to build?