Search Criteria
Package Details: torch7-cutorch-git r1026.5e9d86c-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/torch7-cutorch-git.git (read-only, click to copy) |
---|---|
Package Base: | torch7-cutorch-git |
Description: | A CUDA backend for Torch7 |
Upstream URL: | https://github.com/torch/cutorch |
Licenses: | BSD |
Conflicts: | torch7-cutorch |
Provides: | torch7-cutorch |
Submitter: | petronny |
Maintainer: | None |
Last Packager: | Levitating |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2016-08-28 13:17 (UTC) |
Last Updated: | 2023-05-11 19:12 (UTC) |
Dependencies (5)
- cmake (cmake-gitAUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (make)
- gcc8AUR (make)
- git (git-gitAUR, git-glAUR) (make)
- torch7-gitAUR (make)
Required by (5)
- torch7-cunn-git
- torch7-cunnx-git
- torch7-warp-ctc (make)
- torch7-warp-ctc (optional)
- waifu2x-git
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
Talzahr commented on 2020-11-04 12:51 (UTC) (edited on 2020-11-04 13:19 (UTC) by Talzahr)
Appears that gcc8 package is required now but not in the makedeps.
**edit: error near end of compiling. The cutorch project hasn't been touched in several years now. Maybe I can find a patch
spendingmarrow commented on 2020-08-25 14:32 (UTC)
I get the following error:
spendingmarrow commented on 2020-08-24 21:14 (UTC) (edited on 2020-08-24 21:14 (UTC) by spendingmarrow)
Hi, I am getting the following error:
mathiassteiger commented on 2019-08-11 22:40 (UTC)
error: identifier "__builtin_is_constant_evaluated" is undefined
Modify this line:
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCUDA_HOST_COMPILER='/usr/bin/gcc-8'
thgravo commented on 2019-08-09 11:49 (UTC) (edited on 2019-08-09 11:52 (UTC) by thgravo)
I get this error:
chrhasse commented on 2019-04-11 04:59 (UTC)
Looks like the latest version of cuda supports gcc-8 and gcc-7 has been removed from community into the AUR so you don't need
-DCMAKE_C_COMPILER=gcc-7
anymore.ei-grad commented on 2018-11-07 23:29 (UTC) (edited on 2018-11-07 23:30 (UTC) by ei-grad)
Getting error with CUDA 10:
lib/THC/THCAtomics.cuh(97): error: cannot overload functions distinguished by return type alone
Patch is needed https://github.com/torch/cutorch/issues/834:
fuan_k commented on 2018-09-16 19:30 (UTC) (edited on 2018-09-16 21:28 (UTC) by fuan_k)
gcc-5 doesn't exist anymore in Arch. Cannot compile:
If I edit PKGBUILD for gcc version 8.2.0 (currently), it yields an error:
/opt/cuda/include/crt/host_config.h:119:2: error: #error -- unsupported GNU version! gcc versions later than 7 are not supported! #error -- unsupported GNU version! gcc versions later than 7 are not supported!
Do we really need gcc-5 in order to use cuda? It should at least be marked as a dependency.
Found a pre-built binary package on the manjaro repos for gcc 4.9 (http://kibo.remi.lu/stable/extra/x86_64/gcc49-4.9.3-2-x86_64.pkg.tar.xz) , and used that instead of gcc5, seems to have compiled fine. Had to trick the linker for gcc with
ln -s /usr/lib/libmpfr.so /usr/lib/libmpfr.so.4
because we're now at version 6 for libmpfr, and luckily it compiled.To point to your custom gcc-4.9 edit this line in the PKGBUIL:
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_C_COMPILER=/path/to/gcc49/usr/bin/gcc-4.9 -DCMAKE_BUILD_TYPE=Release
Alternatively, one could use the gcc shipped with cuda in /opt/cuda/bin/gcc I guess...
eigengrau commented on 2017-09-25 14:12 (UTC)
« First ‹ Previous 1 2 3 4 Next › Last »