Replies: 1 comment
-
Dupe of #419. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there pycuda community,
I was wondering if there is any possibility to integrate support for texture objects in pycuda.
As far as I understand it, in pycuda it is possible to set a texture reference via
mod.get_texref
However, texteture references are depreciated from the newest CUDA toolkit versions and they only support texture objects.
Is it possible to bring support for these into pycuda?
Beta Was this translation helpful? Give feedback.
All reactions