elomaniak n00b
Joined: 27 Jan 2013 Posts: 47
|
Posted: Fri Mar 28, 2014 9:06 am Post subject: [SOLVED] OpenCL not recognized after Nvidia-driver update |
|
|
Hi
I am having a small problem with my GPU and OpenCL
GPU is a NVIDIA 330M
I was programming some thing with OpenCL and after compilation i ecountered the following error
Code: |
Instruction 'setp' requires SM 1.3 or higher, or map_f64_to_f32 directive
|
i thought that a driver update would help with this problem, so i updated the nvidia drivers
after the update i rebooted and when I now try to run my programm I get
Code: | Error getting OpenCL Platform Count |
any suggestions what might have gone wrong?
i really need the opencl back so i can continue my work.
running the program as root returns another line of error code
Code: | modprobe: FATAL: Module nvidia-uvm not found. |
latest nvidia-drivers are installed
Thanks in advance
EDIT:
Solved it. forgot to include the uvm flag in make.conf
working fine now after runnin program once as root |
|