hipBLASLt is a library that provides general matrix-matrix operations with a flexible API and extends functionalities beyond a traditional BLAS library
Support both batch grid and remap batch to MN in gridbased algorithm.
We'll first search [m,n,b,k] in grid, if (b != 1 && grid_b == 1), it means no batch grid in logic, then we remap batch to MN to search [m*b,n,1,k] or [m,n*b,1,k] in grid.
[----------] Global test environment tear-down
[==========] 50056 tests from 13 test suites ran. (998990 ms total)
[ PASSED ] 50056 tests.
hipBLASLt version: 1200
Support both batch grid and remap batch to MN in gridbased algorithm. We'll first search [m,n,b,k] in grid, if (b != 1 && grid_b == 1), it means no batch grid in logic, then we remap batch to MN to search [m*b,n,1,k] or [m,n*b,1,k] in grid.