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
Resolve host vs target num kernels issue for product et builds (#14365)
Summary:
Applying the max kernel num setting through a config/mode results in both host and target builds to limit number of kernels. This can result in a case where the host tooling is building with all ops/kernels but has the setting applied causing crashes on load.
Host doen't (usually) have such memory limitation as target so adding select to disable the application of max kernel num when applying a host toolchain.
Reviewed By: larryliu0820
Differential Revision: D82579896
0 commit comments