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
fixup: fixup: benchdnn: eltwise: improve input data coverage
* 1) With fp16 argument, exp() is dispatched to fp16 version as well,
* overflows and produces inf instead of an fp32 value, resulting in
* 0 in the final answer, while it should be a non-zero value exceeding trh.
* 2) MSVC math functions are invariant to compiler options leaving the
* answer same no matter what. Current threshold is low for it. Slightly
* increasing it...
src: cpu: rnn: remove unused variables in jit_uni_gru_cell_postgemm_1
It caused "label is not found" error in Xbyak after enabling AutoGrow
mode by default in jit_generator