mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
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.