CnC
|
Default (NOP) implementations of the pfor_tuner interface. More...
Inherits tuner_base.
Additional Inherited Members | |
![]() | |
static int | myPid () |
static int | numProcs () |
template<typename Ctxt > | |
static int | numThreads (const Ctxt &ctxt) |
returns number of threads used by scheduler in given context | |
Default (NOP) implementations of the pfor_tuner interface.
Also defines the interface a user-provided step-tuner must satisfy. Derive your tuner from this (to avoid implementing the entire interface).
It is recommended that your tuner does not implement the methods as templates. Instead, you should use the actual types that it expects.
#include <cnc/default_tuner.h>
Definition at line 257 of file default_tuner.h.