Closed alexge233 closed 7 years ago
Ah, I think after updating the dependency libraries, this should have gone away - could you check out master and do git submodule update?
(On my cuda 9 machine it did pass)
I have also this problem. are you fixed?
Hi @Yangqing I checked out master
followed by a git submodule update
and now I get a cmake error complaining about CUDA architecture:
CMake Error at cmake/Cuda.cmake:30 (message):
Invalid CUDA_ARCH_NAME, supported values: Kepler, Maxwell, Pascal, Volta,
All. Got Auto
Call Stack (most recent call first):
cmake/Cuda.cmake:166 (caffe2_select_nvcc_arch_flags)
cmake/Dependencies.cmake:305 (include)
CMakeLists.txt:74 (include)
-- Configuring incomplete, errors occurred!
See also "/root/robot_platform/3rd_party/caffe2/CMakeFiles/CMakeOutput.log".
See also "/root/robot_platform/3rd_party/caffe2/CMakeFiles/CMakeError.log".
I passed in CMake:
cmake . -DUSE_NNPACK=OFF -DUSE_LEVELDB=OFF -DUSE_LEVELDB=OFF -DUSE_ROCKSDB=OFF -DUSE_MPI=OFF -DUSE_LMDB=OFF -DUSE_NNPACK=OFF -DUSE_GLOO=OFF -DUSE_NCCL=OFF -DUSE_OPENMP=OFF -DBUILD_PYTHON=OFF -DCUDA_A
RCH_NAME=Pascal
And it silenced this error, but now I'm getting another warning:
Could NOT find CUB (missing: CUB_INCLUDE_DIR)
However the libraries compiled fine! Many thanks :+1:
If it helps, I use this command multiple times a day:
git submodule sync --recursive && git submodule update --init --recursive
Hi,
I'm trying to build on Ubuntu 16.04, kernel 4.4.0 using CUDA 9 (I know it is not officially supported). I've done everything to the letter, and I'm only interested in building the shared libraries and nothing else. I invoke:
But when I start building, I get the following errors:
I've read on another github repository that this is related to NCCL? Or is it an issue with CUDA 9? If so, I'll downgrade. Many thanks!