Files
blis/frame
Field G. Van Zee df80acf517 Fixed computation of b_next in L3 macro-kernels.
Details:
- Restructured herk_l and herk_u macro-kernels in the imagine of trmm
  and trsm, in that the edge cases are captured by the main loop, rather
  than trying to have "cleanup" sections that result in four distinct
  parts (interior, bottom edge, right edge, bottom-right edge) of the
  code.
- Fixed the way b_next was being computed in the non-gemm level-3
  macro-kernels (herk, trmm, trsm). The way they are computed now matches
  that of gemm.
2013-04-23 19:43:23 -05:00
..
2013-03-24 20:01:49 -05:00
2013-03-24 20:01:49 -05:00
2013-03-24 20:01:49 -05:00