Grok 12.0.1
Static Public Member Functions | List of all members
hwy::ParallelFor Class Reference

#include <thread_pool.h>

Static Public Member Functions

template<class Closure >
static bool Plan (uint64_t begin, uint64_t end, size_t num_workers, const Closure &closure, PoolMem &mem)
 
static HWY_POOL_INLINE void WorkerRun (const size_t thread, size_t num_workers, PoolMem &mem)
 

Member Function Documentation

◆ Plan()

template<class Closure >
static bool hwy::ParallelFor::Plan ( uint64_t begin,
uint64_t end,
size_t num_workers,
const Closure & closure,
PoolMem & mem )
inlinestatic

◆ WorkerRun()

static HWY_POOL_INLINE void hwy::ParallelFor::WorkerRun ( const size_t thread,
size_t num_workers,
PoolMem & mem )
inlinestatic

The documentation for this class was generated from the following file: