caffe
caffe copied to clipboard
Fatal Error: math.h not found
Hey,
alianza@alianza-Latitude-XT3:~/caffe$ make pycaffe
NVCC src/caffe/solvers/adam_solver.cu
In file included from /usr/include/crt/math_functions.h:8835:0,
from /usr/include/crt/common_functions.h:271,
from /usr/include/common_functions.h:50,
from /usr/include/cuda_runtime.h:115,
from
System is UBUNTU 18.04 Compiler is CUDA GPU
I have checked the file math.h and it is present in the specified directory. I believe the issue has to do with the #include_next header as opposed to it just being #include, but thats just speculation.
would appreciate help
hello, have you been able to resolve this issue? I'm stuck at this point too