Files
blis/frame
Tyler Smith bfe214b633 Fixed bug with parallel packing, and bug with allocating an array of thread infos
In packm variant 1, the variable p_begin was incremented each iteration, causing a dependency.
This dependeny was removed, allowing each iteration to be executed in parallel.

Somewhere in bli_threading.c, I was allocating an array of pointers instead of an array of structs.
2014-02-27 15:53:10 -06:00
..
2014-02-27 14:09:19 -06:00