Am Sonntag, den 21.06.2015, 12:42 -0700 schrieb
darkta...@911networks.com:
> Hi,
>
> I'm trying to configure OpenCL:
>
> * xUbuntu 14.04.2 up to date
> * Nvidia 650Ti
> * nvidia331-update
>
> Chapter 9 of the manual:
>
> lsmod|grep nvidia: only shows
> nvidia 10744943 30
>
> an
On Sun, 21 Jun 2015 12:42:20 -0700
darkta...@911networks.com wrote:
> Hi,
>
> I'm trying to configure OpenCL:
>
> * xUbuntu 14.04.2 up to date
> * Nvidia 650Ti
> * nvidia331-update
>
> Chapter 9 of the manual:
>
> lsmod|grep nvidia: only shows
> nvidia 10744943 30
>
> and
>
>
Hi,
I'm trying to configure OpenCL:
* xUbuntu 14.04.2 up to date
* Nvidia 650Ti
* nvidia331-update
Chapter 9 of the manual:
lsmod|grep nvidia: only shows
nvidia 10744943 30
and
ls -l /dev/nvidia* only gives
crw-rw-rw- 1 root root 195, 0 Jun 21 09:40 /dev/nvidia0
crw-rw-rw- 1
My libnvidia-opencl.so pointer is broken, since I have no
/usr/share/nvidia-current folder.
After looking for the new location I found the new file version in
/usr/lib32/nvidia-304 folder, so I solved it pointing nvidia.icd to
libnvidia-opencl.so.304.88 (my current version).
Problem solved, I
In the end you certainly need a file /etc/OpenCL/vendors/nvidia.icd with
one line of text pointing to your libnvidia-opencl.so.
If that file is not installed you may need to generate it manually.
Ulrich
Am 21.12.2013 22:27, schrieb Paulo C. Santos Garcia:
> Hi,
>
> I'm having the same problem o
Hi,
I'm having the same problem on the detection of my Nvidia card after the
drivers update.
In the previous updates I had to update the
"/usr/share/nvidia-current/nvidia.icd", which contained the path to the
newer libnvidia-opencl.so, to "/etc/OpenCL/vendors" folder.
With this last update m