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
cpu: reorder: tentatively turn ref direct copy code for gcc
Rationale: jitted code is typically faster than reference code
compiled with old GCC (4.8.3). However jitted code
requires significant creation time, so if someone
always creates reorders prior to its execution jitted
code might become slower than simple reference code.
This commit is tentative. Intel MKL-DNN team needs to find out a way
to make jitting less expensive... especially for such auxiliary and
quite popular stuff like direct copy and other reorders.
(cherry picked from commit 44b09b8)
0 commit comments