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
This change eliminates std::string construction/destruction overhead
for calls to ZeCall::doCall, and similar entry points. The changes have
no observable functional effect but reduce the overall size of the
built library by 8-9%, and eliminate the memory allocation and
std::string construction ond destruction overhead, thus lowering
overall execution time on every level zero API call that uses the
macros ZE_CALL and ZE_CALL_NOCHECK.
0 commit comments