Files
blis/frame/base
Field G. Van Zee a3e6341bdb Factored common code from blocksize functions.
Details:
- Split bli_determine_blocksize_[fb]() into two functions each, the
  newer ones ending with the _sub suffix. These new sub-functions are
  now called from bli_[gemm|trmm|trsm]_determine_kc_[fb](), which
  eliminates redundant code and will allow any future tweaks to the
  core sub-functions to automatically be inherited by the operation-
  specific versions.
2014-10-23 11:13:28 -05:00
..