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
[libdevice] Mark compiler ITT wrappers with always_inline. (#3807)
Compiler generated ITT annotations may interfere with debugging
the instrumented user code even in non-ITT mode (when ITT is disabled
via the specialization constant). This change marks the wrappers
used by the compiler generated code with always_inline so that
device compiler are able to get rid of the extra code in non-ITT mode.
Signed-off-by: Vyacheslav Zakharin <vyacheslav.p.zakharin@intel.com>
0 commit comments