A nvidia é conhecida por ter problemas com o linix. você precisa dos drivers proprietários. os drivers nvidia mais comuns estão disponíveis no repositório restrito / não-livre. istalling os drivers devem corrigir todos os problemas nvidia.
Eu instalei o Cuda recentemente e, até onde sei, ele está funcionando corretamente.
qual nvcc retorna
/usr/local/cuda-8.0/bin/nvcc
executando tf.Session () retorna
2017-06-16 16:56:24.119619: W
tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow
library wasn't compiled to use SSE4.1 instructions, but these are
available on your machine and could speed up CPU computations.
2017-06-16 16:56:24.119682: W
tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow
library wasn't compiled to use SSE4.2 instructions, but these are
available on your machine and could speed up CPU computations.
2017-06-16 16:56:24.119698: W
tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow
library wasn't compiled to use AVX instructions, but these are
available on your machine and could speed up CPU computations.
2017-06-16 16:56:24.119711: W
tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow
library wasn't compiled to use AVX2 instructions, but these are
available on your machine and could speed up CPU computations.
2017-06-16 16:56:24.119724: W
tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow
library wasn't compiled to use FMA instructions, but these are
available on your machine and could speed up CPU computations.
2017-06-16 16:56:24.249220: E
tensorflow/stream_executor/cuda/cuda_driver.cc:406] failed call to
cuInit: CUDA_ERROR_UNKNOWN
2017-06-16 16:56:24.249294: I
tensorflow/stream_executor/cuda/cuda_diagnostics.cc:145] kernel driver
does not appear to be running on this host: /proc/driver/nvidia/version does not exist
dpkg --get-selections | grep nvidia retorna
nvidia-smi,noentanto,retorna
NVIDIA-SMIhasfailedbecauseitcouldn'tcommunicatewiththeNVIDIAdriver.MakesurethatthelatestNVIDIAdriverisinstalledandrunning.
e
lspci-v|grep"controlador VGA" retorna
00:02.0 VGA compatible controller: Intel Corporation Skylake Integrated Graphics (rev 06) (prog-if 00 [VGA controller])
que parece indicar que a nvidia não está sendo usada?
Alguém poderia me indicar a direção certa para resolver isso?
Muito obrigado
EDIT: IMPORTANTE
nvidia-settings informou que o driver NVIDIA não está carregado e que não encontrou o arquivo de chave do Registro
A nvidia é conhecida por ter problemas com o linix. você precisa dos drivers proprietários. os drivers nvidia mais comuns estão disponíveis no repositório restrito / não-livre. istalling os drivers devem corrigir todos os problemas nvidia.