Add a ForkJoin-based ParallelFor algorithm to the ThreadPool module

This commit is contained in:
William Kong
2025-01-24 22:12:05 +00:00
committed by Rasmus Munk Larsen
parent e986838464
commit 4a6ac97d13
4 changed files with 295 additions and 94 deletions

View File

@@ -72,6 +72,7 @@
#include "src/ThreadPool/Barrier.h"
#include "src/ThreadPool/NonBlockingThreadPool.h"
#include "src/ThreadPool/CoreThreadPoolDevice.h"
#include "src/ThreadPool/ForkJoin.h"
// IWYU pragma: end_exports
#include "src/Core/util/ReenableStupidWarnings.h"