pyopencl icon indicating copy to clipboard operation
pyopencl copied to clipboard

Modify Array.get() to cope with non-contiguous / padded arrays in 2 and 3 dimensions

Open tsmithe opened this issue 10 years ago • 0 comments

This extends Array.get for the cases that PyViennaCL is interested in -- I spent some time trying to write a fully general version to copy a padded array in n dimensions with as few distinct copies as possible, but it ended up taking more time than I could spare...

tsmithe avatar Jun 28 '14 10:06 tsmithe