You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i run the command" make -j $(nproc) USE_OPENCV=1 USE_BLAS=openblas USE_CUDA=1 USE_CUDA_PATH=/usr/local/cuda USE_CUDNN=1 ",it haved the error' compilation terminated.
In file included from /app/raw_mxnet/mshadow/mshadow/tensor.h:16:0,
from include/mxnet/./base.h:13,
from include/mxnet/operator_util.h:24,
from src/operator/tensor/./elemwise_unary_op.h:9,
from src/operator/tensor/elemwise_binary_broadcast_op_extended.cc:6:
/app/raw_mxnet/mshadow/mshadow/./base.h:146:20: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^
compilation terminated.
In file included from /app/raw_mxnet/mshadow/mshadow/tensor.h:16:0,
from include/mxnet/./base.h:13,
from include/mxnet/operator_util.h:24,
from src/operator/tensor/./elemwise_unary_op.h:9,
from src/operator/tensor/elemwise_binary_op_extended.cc:6:
/app/raw_mxnet/mshadow/mshadow/./base.h:146:20: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^
compilation terminated.
In file included from /app/raw_mxnet/mshadow/mshadow/tensor.h:16:0,
from include/mxnet/./base.h:13,
from include/mxnet/operator_util.h:24,
from src/operator/tensor/./matrix_op-inl.h:9,
from src/operator/tensor/matrix_op.cc:7:
/app/raw_mxnet/mshadow/mshadow/./base.h:146:20: fatal error: cuda.h: No such file or directory
'
The text was updated successfully, but these errors were encountered:
when i run the command" make -j $(nproc) USE_OPENCV=1 USE_BLAS=openblas USE_CUDA=1 USE_CUDA_PATH=/usr/local/cuda USE_CUDNN=1 ",it haved the error' compilation terminated.
In file included from /app/raw_mxnet/mshadow/mshadow/tensor.h:16:0,
from include/mxnet/./base.h:13,
from include/mxnet/operator_util.h:24,
from src/operator/tensor/./elemwise_unary_op.h:9,
from src/operator/tensor/elemwise_binary_broadcast_op_extended.cc:6:
/app/raw_mxnet/mshadow/mshadow/./base.h:146:20: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^
compilation terminated.
In file included from /app/raw_mxnet/mshadow/mshadow/tensor.h:16:0,
from include/mxnet/./base.h:13,
from include/mxnet/operator_util.h:24,
from src/operator/tensor/./elemwise_unary_op.h:9,
from src/operator/tensor/elemwise_binary_op_extended.cc:6:
/app/raw_mxnet/mshadow/mshadow/./base.h:146:20: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^
compilation terminated.
In file included from /app/raw_mxnet/mshadow/mshadow/tensor.h:16:0,
from include/mxnet/./base.h:13,
from include/mxnet/operator_util.h:24,
from src/operator/tensor/./matrix_op-inl.h:9,
from src/operator/tensor/matrix_op.cc:7:
/app/raw_mxnet/mshadow/mshadow/./base.h:146:20: fatal error: cuda.h: No such file or directory
'
The text was updated successfully, but these errors were encountered: