<div dir="ltr">Is anyone else having issues with CUDA since this week? Even simple pytorch commands hang:<div><br></div><div><div>(torch) bash-4.2$ python</div><div>Python 2.7.5 (default, Jul  3 2018, 19:30:05) </div><div>[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux2</div><div>Type "help", "copyright", "credits" or "license" for more information.</div><div>>>> import torch</div><div>x>>> x = torch.zeros(4)</div><div>>>> x.cuda()</div></div><div><br></div><div><br></div><div>nvidia-smi works, and torch.cuda.is_available() returns True.</div></div>