All Questions
2
questions
4
votes
1
answer
13k
views
How do I enable automatically nvidia-uvm?
in order to use darktable with OpenCL everytime before starting darktable I have to issue
sudo modprobe nvidia-uvm
sudo mknod -m 666 /dev/nvidia-uvm c 250 0
What is the right way to enable nvidia-...
4
votes
1
answer
3k
views
Enable OpenCL on Ubuntu 20.04 for Darktable on Thinkpad T495(AMD iGPU)
I have a Thinkpad T495 with AMD 3500 PRO:
$ lspci | grep VGA
06:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Picasso (rev d2)
Using clinfo command I can see that the ...