linux - Intellij Idea errror with cuda but in terminal does it work -


2017-09-10 16:36:53.871420: tensorflow/core/common_runtime/gpu/gpu_device.cc:1045] creating tensorflow device (/gpu:0) -> (device: 0, name: geforce gtx 980, pci bus id: 0000:03:00.0) 2017-09-10 16:36:53.871426: tensorflow/core/common_runtime/gpu/gpu_device.cc:1032] ignoring gpu device (device: 1, name: geforce gt 730, pci bus id: 0000:02:00.0) cuda multiprocessor count: 2. minimum required count 8. can adjust requirement env var tf_min_gpu_multiprocessor_count. 2017-09-10 16:36:54.508310: tensorflow/stream_executor/dso_loader.cc:129] couldn't open cuda library libcupti.so.8.0. ld_library_path: /home/jester/.local/share/jetbrains/toolbox/apps/idea-u/ch-0/172.3968.16/bin:share/jetbrains-toolbox:share/jetbrains-toolbox/lib:./lib/:./lib/i386-linux-gnu/:./lib/x86_64-linux-gnu/:./lib32/:./lib64/:../lib/:../lib/i386-linux-gnu/:../lib/x86_64-linux-gnu/:../lib32/:../lib64/: 2017-09-10 16:36:54.508339: f ./tensorflow/stream_executor/lib/statusor.h:212] non-ok-status: status_ status: failed precondition: not dlopen dso: libcupti.so.8.0; dlerror: libcupti.so.8.0: cannot open shared object file: no such file or directory  process finished exit code 134 (interrupted signal 6: sigabrt) 

i have tensorflow project , when try run on computer, yields error, altough works in terminal , gives message:

2017-09-10 16:50:39.421823: tensorflow/stream_executor/dso_loader.cc:129] couldn't open cuda library libcupti.so.8.0. ld_library_path: /home/jester/.local/share/jetbrains/toolbox/apps/idea-u/ch-0/172.3968.16/bin:share/jetbrains-toolbox:share/jetbrains-toolbox/lib:./lib/:./lib/i386-linux-gnu/:./lib/x86_64-linux-gnu/:./lib32/:./lib64/:../lib/:../lib/i386-linux-gnu/:../lib/x86_64-linux-gnu/:../lib32/:../lib64/: 2017-09-10 16:50:39.421857: f ./tensorflow/stream_executor/lib/statusor.h:212] non-ok-status: status_ status: failed precondition: not dlopen dso: libcupti.so.8.0; dlerror: libcupti.so.8.0: cannot open shared object file: no such file or directory 


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -