Search Criteria
Package Details: caffe-cuda 1.0-10
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: | |
Conflicts: | |
Provides: | |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-22 18:02 |
Last Updated: | 2020-07-25 16:17 |
Dependencies (36)
- boost-libs (boost171, boost-libs-git)
- cuda (cuda-11.0, cuda11.1)
- gflags (gflags-static, gflags-git)
- google-glog (google-glog-static, glog-git)
- hdf5 (hdf5-git, hdf5-openmpi-java, hdf5-java, hdf5-openmpi)
- lapack (openblas-lapack-git, lapack-tmg, flexiblas, openblas-lapack-static, atlas-lapack, lapack-git, openblas-lapack, armpl)
- leveldb
- lmdb
- nccl (nccl-git)
- openblas (openblas-lapack-git, openblas-git, openblas-lapack-static, openblas-cblas-git, openblas-lapack, libopenblas)
- opencv (opencv-cuda-git, opencv2, opencv2-samples, opencv-with-python2-support, opencv-git, opencv-cuda)
- protobuf (protobuf3-git, protobuf-git, protobuf-static)
- python (python-dbg)
- python-numpy (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl)
- python-pandas
- boost (boost-git) (make)
- doxygen (doxygen-git) (make)
- ghostscript (make)
- texlive-core (texlive-installer, texlive-full) (make)
- texlive-latexextra (texlive-installer, texlive-full) (make)
- cython (cython-kivy, cython-git) (optional)
- ipython (optional)
- python-dateutil (optional)
- python-gflags (optional)
- python-h5py (python-h5py-git, python-h5py-openmpi) (optional)
- python-leveldb (optional)
- python-matplotlib (python-matplotlib-git) (optional)
- python-networkx (python-networkx-1.11) (optional)
- python-nose (optional)
- python-pillow (python-pillow-git, python-pillow-simd) (optional)
- python-protobuf (python-protobuf-git) (optional)
- python-pydotplus (optional)
- python-scikit-image (optional)
- python-scipy (python-scipy-mkl, python-scipy-mkl-bin) (optional)
- python-six (optional)
- python-yaml (optional)
Required by (3)
- multitask-network-cascades-dr-git (requires caffe)
- ncsdk (requires caffe)
- openpose (requires caffe)
Latest Comments
1 2 Next › Last »
milesxu commented on 2020-07-28 01:16
@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
@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
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
@dbermond okay thanks
dbermond commented on 2019-06-22 12:01
@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
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
@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
@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.
dbermond commented on 2019-05-18 20:17
@ruffy Probably it's because it was still depending on gcc7. I've updated the package. Try now and it should be faster.
ruffy commented on 2019-05-10 06:44
Is it normal, that the installation process needs more than 1.5 hour?
I never experienced such a long installation for any package in the AUR or official package.
I started yesterday the installation and after 1.5 hour I had to stop the installation, because I had no time to wait longer.
Is there anybody with the same experience?