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
Depending on the number of available threads, NativeCPU goes through
different code paths for launching kernels. Some of these were missing
the call to kernel.handleLocalArgs, resulting in local pointers being
left as nullptr. Skip this code path for kernels that use local
pointers.
0 commit comments