Package Details: caffe-cuda 1.0-12

Git Clone URL: https://aur.archlinux.org/caffe-cuda.git (read-only, click to copy)
Package Base: caffe-cuda
Description: A deep learning framework made with expression, speed, and modularity in mind (with cuda support)
Upstream URL: https://caffe.berkeleyvision.org/
Licenses: BSD
Conflicts: caffe
Provides: caffe
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 2
Popularity: 0.000000
First Submitted: 2018-08-22 18:02 (UTC)
Last Updated: 2022-03-01 14:46 (UTC)

Latest Comments

1 2 Next › Last »

dbermond commented on 2023-09-04 16:30 (UTC)

@vikeyev Good that you could find what was causing your issue.

vikeyev commented on 2023-09-03 20:44 (UTC) (edited on 2023-09-04 06:14 (UTC) by vikeyev)

EDIT: The issue was fixed by me running rm /usr/local/lib/libcaffe.* not sure where those files came from but at least it's fixed.

Mine keeps failing to build when it gets to tools/caffe.cpp with the following error:

tools/caffe.cpp:450:18: warning: catching polymorphic type ‘struct boost::python::error_already_set’ by value [-Wcatch-value=]
  450 |     } catch (bp::error_already_set) {
      |                  ^~~~~~~~~~~~~~~~~
CXX/LD -o .build_release/tools/caffe.bin
/usr/bin/ld: .build_release/tools/caffe.o: in function train()':
caffe.cpp:(.text+0x4189): undefined reference to  caffe::NCCL<float>::NCCL(boost::shared_ptr<caffe::Solver<float> >)'
/usr/bin/ld: caffe.cpp:(.text+0x41be): undefined reference to caffe::NCCL<float>::Run(std::vector<int, std::allocator<int> > const&, char const*)'
/usr/bin/ld: caffe.cpp:(.text+0x41c7): undefined reference to caffe::NCCL<float>::~NCCL()'
/usr/bin/ld: .build_release/tools/caffe.o: in function time()':
caffe.cpp:(.text+0x4f39): undefined reference to void caffe::caffe_gpu_dot<float>(int, float const*, float const*, float*)'
/usr/bin/ld: .build_release/tools/caffe.o: in function train() [clone .cold]':
caffe.cpp:(.text.unlikely+0x692): undefined reference to `caffe::NCCL<float>::~NCCL()
collect2: error: ld returned 1 exit status
make: *** [Makefile:638: .build_release/tools/caffe.bin] Error 1
make: Leaving directory '/home/korin/.cache/paru/clone/caffe-cuda/src/caffe-1.0

milesxu commented on 2020-07-28 01:16 (UTC)

@dbermond I see, thank you! I found that CUDA has been updated to 11 in ArchLinux. But I am using Manjaro, so I will update caffe-cuda after Manjaro release CUDA 11 package.

dbermond commented on 2020-07-27 16:46 (UTC)

@milesxu It looks like that you have not updated your system (to get a new cuda version) before building the package. What's your cuda version?

milesxu commented on 2020-07-27 08:57 (UTC)

When build the newest version 1.0-10, the error below is occured: nvcc fatal : Unsupported gpu architecture 'compute_80'

ruffy commented on 2019-06-22 13:06 (UTC) (edited on 2019-06-22 13:07 (UTC) by ruffy)

@dbermond okay thanks

dbermond commented on 2019-06-22 12:01 (UTC) (edited on 2019-06-22 12:01 (UTC) by dbermond)

@ruffy The cuda package is showing issues when compiling cuda code after the gcc 8 -> 9 update. A ticket is opened at the bug tracker and this is being worked on by the cuda package maintainer.

gcc8 will be soon on the repos to fix this.

https://bugs.archlinux.org/task/62931

ruffy commented on 2019-06-22 07:09 (UTC) (edited on 2019-06-22 07:12 (UTC) by ruffy)

Anybody knows how to solve this issue?

..........

..........

usr/include/c++/9.1.0/bits/stl_function.h(437): error: identifier "__builtin_is_constant_evaluated" is undefined

1 error detected in the compilation of "/tmp/tmpxft_00006cb5_00000000-18_adam_solver.compute_75.cpp1.ii". make: *** [Makefile:608: .build_release/cuda/src/caffe/solvers/adam_solver.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...

dbermond commented on 2019-05-19 13:28 (UTC)

@ruffy Nice. Good to hear.

I think that error was due to some recent changes in texlive package. Now everything is fine.

ruffy commented on 2019-05-19 09:19 (UTC)

@dbermond, thx. I was able to install it, after quite some time.

I think that there is also some dependency missing. The error that the LaTeX package 'newunicodechar.sty' is missing occured during building.

I manually installed it on my machine, after that everything was fine.