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
Make use of the BLAS GEMV operation in `enet_coordinate_descent` instead
of using DOT in a `for`-loop. They are both semantically equivalent, but
the former is likely multithreaded in BLAS implementations while here it
is merely a serial loop.
0 commit comments