CnC
List of all members
pfor_tuner< check_deps, Partitioner > Struct Template Reference

Default (NOP) implementations of the pfor_tuner interface. More...

Inherits tuner_base.

Additional Inherited Members

- Static Public Member Functions inherited from tuner_base
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
 

Detailed Description

template<bool check_deps = true, typename Partitioner = default_partitioner<>>
struct CnC::pfor_tuner< check_deps, Partitioner >

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.


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