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
Allow deprecated declarations what using Parallel ExecuTorch
Summary:
With the recent BC/FC work by ExecuTorch, many APIs have been marked as deprecated. While the functionality itself is not broken, this results in some build systems treating deprecatd APIs as a failure case.
Specifically `_unsafe_reset_threadpool`
This PR add a pragma allowing for the use of deprecatd APIs
Differential Revision: D64020498
0 commit comments