Package Details: torch7-cutorch-git r1026.5e9d86c-6

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)

Latest Comments

1 2 3 4 Next › Last »

yodaembedding commented on 2023-05-11 00:30 (UTC)

torch7-git cmake git should all be makedepends.

Levitating commented on 2023-01-08 12:29 (UTC)

@eclairevoyant I can't do any testing for this at the moment. Does everything compile correctly if gcc-8 is added as a dependency?

eclairevoyant commented on 2023-01-07 21:38 (UTC) (edited on 2023-01-07 21:51 (UTC) by eclairevoyant)

Doesn't build, because gcc-8 is not a dependency but specified in the PKGBUILD, which results in this error:

CMake Error in CMakeLists.txt:
  The CMAKE_C_COMPILER:

    gcc-8

  is not a full path and was not found in the PATH.

  Tell CMake where to find the compiler by setting either the environment
  variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
  the compiler, or to the compiler name if it is in the PATH.

Also, even after removing the reference to gcc-8 there is still this error: https://pastebin.com/N6jiAYHh

Levitating commented on 2022-04-18 22:06 (UTC)

@blp92, I am not entirely sure what you mean. Currently the orphaned torch7-git package seems to be the most popular way of installing toch7.

If you have this package and loadcaffe-git installed you should be able to run the project you linked.

blp92 commented on 2022-04-18 19:15 (UTC)

I'm trying to work with https://github.com/jcjohnson/neural-style which lists torch7 and loadcaffe as dependencies. Since this package has torchu-git as a dependency, this means I can't get torch7 without the orphaned torch7-git package, is that correct?

Levitating commented on 2021-11-08 22:13 (UTC)

@somebody I applied your patch, but I am not entirely sure if this will properly work either. But for now it compiles.

somebody commented on 2021-02-23 23:49 (UTC) (edited on 2021-02-24 00:56 (UTC) by somebody)

replacing .isManaged with .type == 3 (cudaMemoryType::cudaMemoryTypeManaged) might work?

edit: worked for me. whether it works properly... who knows.

Levitating commented on 2021-02-11 02:59 (UTC) (edited on 2021-02-11 02:59 (UTC) by Levitating)

This library is still using the isManaged property of cudaPointerAttributes which went deprecated in Cuda 10 and is now removed in the latest version of cuda.

You can probably rip out the whole cutorch_isManagedPtr function and see what happens. I haven't tried it yet.

I did make an issue upstream.

TornaxO7 commented on 2021-01-11 20:19 (UTC)

Did anyone found a solution to build this?

Win8Error commented on 2020-11-30 02:40 (UTC) (edited on 2020-11-30 02:46 (UTC) by Win8Error)

Unfortunately, this package can no longer be easily built ...

I have successfully builted it with a Build-Chroot which repository state is on Sep 2019.