Madethy A
2015-10-21 17:23:22 UTC
hello sir,
When am tryiing to import pycuda in 3.4 it shows some error
like pycuda._driver is not there
When am tryiing to import pycuda in 3.4 it shows some error
like pycuda._driver is not there
Send PyCUDA mailing list submissions to
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.tiker.net/listinfo/pycuda
or, via email, send a message with subject or body 'help' to
You can reach the person managing the list at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of PyCUDA digest..."
1. device_ptr_and_size() crash for RegisteredImage in pyCuda
(Erdenay Alpay)
----------------------------------------------------------------------
Message: 1
Date: Tue, 20 Oct 2015 20:31:00 +0200
Subject: [PyCUDA] device_ptr_and_size() crash for RegisteredImage in
pyCuda
<
Content-Type: text/plain; charset="utf-8"
Hi,
On Linux, I create a texture in OpenGL, and then try to make connection to
it from pyCuda.
1-> Do the initialization for OpenGL and CUDA
2-> Create OpenGL texture
3-> Then register the texture to CUDA by RegisteredImage function.
4-> Then get mapped object.
5-> Then try to get the device pointer for texture mapped object
by device_ptr_and_size() function.
But at this point, I get segmentation fault in libcuda.so. As far as I can
see from debugger, cuGraphicsResourceGetMappedPointer_v2 is called, and and
then libcuda.so craches. I can use all other functions of mapped object and
registered image in pyCuda. But device_ptr_and_size() function crashes.
Do you have any suggestions or opinions about what would go wrong?
Thanks,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.tiker.net/pipermail/pycuda/attachments/20151020/815ea07f/attachment-0001.html
------------------------------
Subject: Digest Footer
_______________________________________________
PyCUDA mailing list
http://lists.tiker.net/listinfo/pycuda
------------------------------
End of PyCUDA Digest, Vol 87, Issue 8
*************************************
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.tiker.net/listinfo/pycuda
or, via email, send a message with subject or body 'help' to
You can reach the person managing the list at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of PyCUDA digest..."
1. device_ptr_and_size() crash for RegisteredImage in pyCuda
(Erdenay Alpay)
----------------------------------------------------------------------
Message: 1
Date: Tue, 20 Oct 2015 20:31:00 +0200
Subject: [PyCUDA] device_ptr_and_size() crash for RegisteredImage in
pyCuda
<
Content-Type: text/plain; charset="utf-8"
Hi,
On Linux, I create a texture in OpenGL, and then try to make connection to
it from pyCuda.
1-> Do the initialization for OpenGL and CUDA
2-> Create OpenGL texture
3-> Then register the texture to CUDA by RegisteredImage function.
4-> Then get mapped object.
5-> Then try to get the device pointer for texture mapped object
by device_ptr_and_size() function.
But at this point, I get segmentation fault in libcuda.so. As far as I can
see from debugger, cuGraphicsResourceGetMappedPointer_v2 is called, and and
then libcuda.so craches. I can use all other functions of mapped object and
registered image in pyCuda. But device_ptr_and_size() function crashes.
Do you have any suggestions or opinions about what would go wrong?
Thanks,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.tiker.net/pipermail/pycuda/attachments/20151020/815ea07f/attachment-0001.html
------------------------------
Subject: Digest Footer
_______________________________________________
PyCUDA mailing list
http://lists.tiker.net/listinfo/pycuda
------------------------------
End of PyCUDA Digest, Vol 87, Issue 8
*************************************
--
*Thanks & Regards,Madethy.*
*Thanks & Regards,Madethy.*