3

I was using NVIDIA 331.38 with CUDA toolkit 6.5 and all my applications were able to detect GPU. After NVIDIA 331.113 update, CUDA is not working. Anyone else experiencing the same? Thank you

2 Answers2

7

I got OpenCL working with the nvidia 331.113 update. You have to install nvidia-modprobe and reboot:

sudo apt-get install nvidia-modprobe
champost
  • 413
1

I have the same error this morning after updating from 331.38 to 331.113. CUDA doesn't work anymore for me in Blender.

Blender displays the following error when switched to Cycles engine:

CUDA cuInit: Unknown error

I suspect the bug is caused by the following change in nvidia-331.113 package:

 * debian/templates/control.in:
    - Make libcuda1-$flavour depend on nvidia-$flavour-uvm.

Edit: I've just downgraded all the nvidia-331 packages back to version 331.38, and CUDA is working again under Blender.

Eric Carvalho
  • 54,385
Oxben
  • 11