Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Runtime] ParallelFor skipping thread backend for unit extent (apache…
…#16508) This PR skips launching multiple parallel threads in `parallel_for_with_threading_backend` when the input extent is 1, in which case we can just use the current thread to run the given function.
- Loading branch information