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 patch slightly reduces the number of instructions
for each submission:
handler.hpp executes isKernelLambdaCallableWithKernelHandler
at compile time.
queue_impl.hpp stores the result of
has_property<property::queue::in_order>() in a member variable
and stores getType() in a local variable.
scheduler.cpp stores the result of getType() in a local variable and
uses it in all the following if-conditions.
Signed-off-by: Alexander Flegontov [email protected]
0 commit comments