Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow deprecated declarations what using Parallel ExecuTorch (#1031)
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 compile flag to not error on deprecation warnings Differential Revision: D64020498
- Loading branch information