Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pthreadpool] Cap max thread count to fix TSAN issues (pytorch#83950)
Summary: Cap the thread count to 64 unconditionally to solve this tsan issue which leads to harder to debug, flaky test failures. Test Plan: CI Reviewed By: kimishpatel Differential Revision: D38136212 Pull Request resolved: pytorch#83950 Approved by: https://github.com/kimishpatel
- Loading branch information