Files
blis/bench
Meghana Vankadari 1944de1cfa Fixed a bug in Level-3 bench files
Details:
- BLIS has reserved rs = cs = 1 case only for 1x1 scalars.
- For vectors, even though rs = cs = 1 is a valid input, BLIS
  adjusts the strides to satisfy the error checking.
- For an mxn matrix, if m > 1 and n = 1, BLIS sets cs = m
  to indicate that this is a column vector stored in column major
  order. Similarly BLIS sets rs = n in case of m = 1 and n > 1.
- So determining storage-scheme based on row-stride could lead to
  errors if one of the matrices becomes vector.
- Modified bench files to determine storage scheme based on
  stor_scheme character instead of checking row-strides.

Change-Id: Id2dc0ea11f0e549ce8e49eb2c393442b33851527
2021-06-22 10:38:11 +05:30
..
2021-06-04 17:45:04 +05:30
2021-06-22 10:38:11 +05:30
2021-06-08 11:54:55 +05:30
2021-06-04 17:45:04 +05:30
2021-05-19 14:05:01 +05:30
2020-11-09 13:06:39 -05:00
2021-06-08 11:54:55 +05:30
2021-06-09 17:05:00 +05:30
2021-06-04 17:45:04 +05:30