Daniël de Kok
e8e5d07cdd
libtorch-bin: do not install static libraries
2021-03-08 09:33:16 +01:00
Daniël de Kok
70f5fe4223
libtorch-bin: switch from CUDA 10.2 to 11.1 build
2021-03-08 09:30:36 +01:00
Daniël de Kok
11d2596963
libtorch-bin: 1.7.1 -> 1.8.0
...
Changelog:
https://github.com/pytorch/pytorch/releases/tag/v1.8.0
2021-03-05 07:53:17 +01:00
Daniël de Kok
67e6eba6ca
libtorch-bin: add danieldk as maintainer
2021-02-15 19:53:57 +01:00
Daniël de Kok
d5b676eb34
libtorch-bin: fix passthru.tests for CUDA
...
- Provide the CUDA toolkit and CuDNN dependencies.
- Expose libcuda.so stub to run the test in the sandbox.
2021-02-15 18:58:01 +01:00
Daniël de Kok
c4482a0c2a
libtorch-bin: do not depend on nvidia_x11
...
libcuda.so should be provided through /run/opengl-driver/lib to use
the system's version. This also avoids rebuilds when linuxPackages is
updated.
2021-02-15 17:08:20 +01:00
Ben Siraphob
66e44425c6
pkgs/development/libraries: stdenv.lib -> lib
2021-01-21 19:11:02 -08:00
Daniël de Kok
0be441df8b
libtorch-bin: 1.7.0 -> 1.7.1
...
Changelog:
https://github.com/pytorch/pytorch/releases/tag/v1.7.1
2020-12-11 07:36:36 +01:00
Daniël de Kok
2802a021e3
libtorch-bin: modify passthru test to capture CMake misconfiguration
2020-11-09 07:49:54 +01:00
Daniël de Kok
e8721af065
libtorch-bin: fix CMake library paths for split outputs
...
The libtorch CMake files are in the `dev` output and used relative
paths to locate the shared libraries. This fails, because the
libraries are in the `out` output. This change patches the CMake files
to use library paths from `out`.
See #102146 .
2020-11-09 07:49:54 +01:00
Daniël de Kok
a71f07694c
libtorch-bin: cleanup passthru test
...
- Make passthru.tests an attrset.
- Remove CMake VERBOSE option.
- Remove spurious `cat CMakeLists.txt`.
- Run the test as well.
- Actually test some functionality.
2020-11-07 13:50:23 +01:00
Daniël de Kok
442ba6668f
libtorch-bin: 1.6.0 -> 1.7.0
...
Changelog:
https://github.com/pytorch/pytorch/releases/tag/v1.7.0
2020-10-28 13:23:35 +01:00
Daniël de Kok
35e19d22c1
libtorch-bin: init at 1.6.0
2020-08-30 13:22:09 +02:00