Warning on installing CUTORCH about missing dependency поля that пахал there

I am trying to install cuda, torch, cutorch and cudnn on Ubuntu. Cuda and Torch пахал installed by when I attempt to do luarocks install cutorch. I get в ton of errors. Primarily в stream of this:

CMake Warning at /usr/share/cmake-3.2/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THTensorCopy.h
CMake Warning at /usr/share/cmake-3.2/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THTensorMath.h

The file actually does exist:

$locate THTensorCopy.h

~/torch/install/include/TH/generic/THTensorCopy.h
~/torch/pkg/torch/lib/TH/generic/THTensorCopy.h

Is there в way around this to get cutorch installed?

0
задан 27 December 2015 в 13:19

2 ответа

В случае, если кто-то сталкивается с этим:

luarocks install FindCUDA

затем переустанавливают cutorch и cunn.

0
ответ дан 29 September 2019 в 23:52

Я получил ту же проблему, устанавливающую Факел на Cuda 9.0 и 9.2. Решенный это с:

export TORCH_NVCC_FLAGS="-D__CUDA_NO_HALF_OPERATORS__"

прежде, чем работать ./install.sh

0
ответ дан 29 September 2019 в 23:52

Другие вопросы по тегам:

Похожие вопросы: