Vivek Saxena <[email protected]> writes:

> This problem was solved by the following commands:
>
> sudo ln -s /usr/lib/nvidia-325/libcuda.so /usr/lib/libcuda.so
> sudo ln -s /usr/lib/nvidia-325/libcuda.so.1 /usr/lib/libcuda.so.1
>
> But I now get a message saying
>
> TypeError: No registered converter was available to produce a C++ rvalue of
> type unsigned int from this Python object of type float
>
> when I run the matrix multiplication example code in PyCUDA's documentation.
>
> This is an error I would see only on ArchLinux, but my Ubuntu laptop with
> PyCUDA hasn't ever returned such an error. I have seen the mailing list and
> others have had similar woes, but I couldn't find a working solution to
> this problem. My code is reproduced below:

I think I've fixed the example on the wiki. Thanks for pointing out the issue.

Andreas

Attachment: pgpqfI2gp3tUk.pgp
Description: PGP signature

_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda

Reply via email to