mirror of
https://github.com/amd/blis.git
synced 2026-04-19 23:28:52 +00:00
Details: - In reorder functions, validity of strides are being checked assuming that the matrix to be reordered is always row-major. Modified the code to take stor_order into consideration while checking for validity of strides. - This does not directly impact the functionality of GEMM as we don't support GEMM on col-major matrices where A and/or B matrices are reordered before GEMM computation. But this change makes sense when reordering is viewed as an independent functionality irrespective of what the reordered buffers will be used for. Change-Id: If2cc4a353bca2f998ad557d6f128881bc9963330