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
Turned off optimization when compiling tests for K/N (#4157)
Optimization was turned on due to performance problems. However, with the new K/N memory manager,
these performance problems seem to be fixed. On the other hand, compiling in optimized mode
significantly increases the compiler's memory consumption, so it's better to turn it off.
0 commit comments