You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By Chenhan:
Your dynamic_peeling function should take the thread info in the future. We can implement master thread or chief thread.
My comment:
Currently dynamic_peeling function is placed inside the OMP parallel region. We can only allocate one thread working on this if we invoke xgemm.
Two possible solutions:
place dynamic_peeling outside the parallel region.
The output is incorrect when m,n,k is odd and multi-thread is on.
The text was updated successfully, but these errors were encountered: