nvidia - Installing cuDNN on elementry os gives segmentaion fault -


i'm installing cudnn official nvidia site. installed cuda.

following commands used during installtion:

 tar -xzvf cudnn-9.0-linux-x64-v7.tgz  sudo cp cuda/include/cudnn.h /usr/local/cuda/include  sudo cp cuda/lib64/libcudnn* /usr/local/cuda/lib64                             sudo chmod a+r /usr/local/cuda/include/cudnn.h 

everything fine upto here. when run command:

 /usr/local/cuda/lib64/libcudnn* 

it gives me segmentaion fault. can't figure out problem !


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -