I've a matrix which I manually store into tile format. Now I want use some of plasma's tile based routine on this matrix which takes mostly plasma_descriptor as input. how do I initialize such a descriptor?
Additional info. The whole matrix is is of double type and stored in continuous array. It has size N and tile size b and in my case b divides N. Elements within each tile is continuous block of memory and arranged column wise and all the tiles are also arranged column wise .
Thanks
