Commits


Pranav Sharma authored and GitHub committed 2b8d9ef0fde
Refactor scatter/gather ops to use the new cost based threadpool abstractions. (#3776) * Update Scatter and Gather ops by replacing pragma omp invocations with the new threadpool abstractions. * Use forward declarations * PR comments