torch / cutorch

A CUDA backend for Torch7
Other
337 stars 208 forks source link

require cudnn - segmentation fault #841

Open edrdos101 opened 4 years ago

edrdos101 commented 4 years ago

I get a Segmentation Fault error when running require 'cudnn'

There is no reason when doing the same for torch, cudnn or cutorch

My environment is: GPU: Tesla K80 CUDA: 9.2 Lua: 5.2.3

WHQCHINA commented 4 years ago

@edrdos101 hi, are you solve the issue?