Search Criteria
Package Details: caffe-cuda-doc 1.0-12
Package Actions
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, documentation) |
Upstream URL: | https://caffe.berkeleyvision.org/ |
Licenses: | BSD |
Conflicts: | caffe-doc |
Provides: | caffe-doc |
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) |
Dependencies (20)
- boost (boost-gitAUR) (make)
- boost-libs (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- gflags (gflags-gitAUR) (make)
- ghostscript (make)
- google-glog (glog-gitAUR) (make)
- hdf5 (hdf5-gitAUR, hdf5-openmpi) (make)
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas) (make)
- leveldb (leveldb-gitAUR) (make)
- lmdb (lumosqlAUR, lmdb-gitAUR) (make)
- nccl (nccl-gitAUR) (make)
- openblas (openblas-lapackAUR) (make)
- opencv (opencv-cuda) (make)
- protobuf (protobuf-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR) (make)
- python-pandas (make)
- texlive-core (texlive-installerAUR, texlive-fullAUR, texlive-basic) (make)
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
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:
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.
1 2 Next › Last »