Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 391 Bytes

File metadata and controls

13 lines (11 loc) · 391 Bytes

PyOpenCL API

transpose

arr is a PyOpenCL array a and b are tile sizes for transposing the PyOpenCL array in place.

Returns an array that has transposed shape and data. The original array's shape is not modified and its the data is re-laid out as transposed.