Hi, first of all, let me say a big thank you to MacResearch for the tutorial. It really helped me to get started with OpenCL.
I am trying out the matrix multiplication code from
here. It has an optimised algorithm that uses vector multiplication of size 16 (using a tile of size 16x16), which - if I understood everything correctly - should be
(
Read more... )