Thomas Unterthiner
2015-10-27 14:46:31 UTC
Hi!
Currently pycuda has very little support for non-contiguous arrays. Are
there any plans to extend GPUArray in this direction in the near future?
More concretely: in our application, we would be very desirable to be
able to write elementwise kernels for non-contiguous arrays. Is this
something that can easily done, and I'm just not seeing it?
(I've tried implementing my own version, but was unable to figure out
how to map the thread IDs to valid memory addresses in a general way.
Any pointers/)
Best
Thomas
Currently pycuda has very little support for non-contiguous arrays. Are
there any plans to extend GPUArray in this direction in the near future?
More concretely: in our application, we would be very desirable to be
able to write elementwise kernels for non-contiguous arrays. Is this
something that can easily done, and I'm just not seeing it?
(I've tried implementing my own version, but was unable to figure out
how to map the thread IDs to valid memory addresses in a general way.
Any pointers/)
Best
Thomas