ysh329 / OpenCL-101

Learn OpenCL step by step.
128 stars 29 forks source link

Optimize matrix transpose #15

Open ysh329 opened 6 years ago

ysh329 commented 6 years ago

This is a key step before matrix multiplication.

Resume previous matrix transpose program first and then follow the following guide next!

The matrix transpose program has been resumed.

ysh329 commented 6 years ago

Guide1

GPUWorld/transpose: non-square matrix transpose (NxM) https://github.com/GPUWorld/transpose Non-square matrix in-place transpose - ben@localhost http://www.benou.fr/~ben/non-square-matrix-in-place-transpose.html