Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[arm] fix the logic for identifying the valid processors (#197)
The current logic for valid processor detection is reporting all cpus irrespective of whether they are online or not. so, it's causing thread over-subscription for the scenarios where the online cpu count < the actual cpus. This is fixed by publishing only the online cpu count as the valid processors.
- Loading branch information