[feature/fix] add column-major 2D tiling
Fix dgemm_noprefetch to match pattern from @suchyb in #19. In order to do so we split our 2d tiling into column-major and row-major ones. Note that those are refering to the order of the tiles, not the internal data of a tile, as a tiling should be agnostic to it.
Showing
Please register or sign in to comment