ParallelWork.h File Reference

Galois scheduler and runtime -*- C++ -*-. More...

#include <algorithm>
#include <numeric>
#include <sstream>
#include <math.h>
#include "Galois/TypeTraits.h"
#include "Galois/Executable.h"
#include "Galois/Mem.h"
#include "Galois/Runtime/Support.h"
#include "Galois/Runtime/Context.h"
#include "Galois/Runtime/Threads.h"
#include "Galois/Runtime/PerCPU.h"
#include "Galois/Runtime/WorkList.h"
#include "Galois/Runtime/DebugWorkList.h"
#include "Galois/Runtime/Termination.h"

Go to the source code of this file.

Classes

class  GaloisRuntime::SimpleRuntimeContextHandler< true >
class  GaloisRuntime::SimpleRuntimeContextHandler< false >
class  GaloisRuntime::StatisticHandler< true >
class  GaloisRuntime::StatisticHandler< false >
class  GaloisRuntime::BreakImpl< true >
class  GaloisRuntime::BreakImpl< false >
class  GaloisRuntime::API_Break< true >
class  GaloisRuntime::API_Break< false >
class  GaloisRuntime::API_PerIter< true >
class  GaloisRuntime::API_PerIter< false >
class  GaloisRuntime::API_Push< true, WLT >
class  GaloisRuntime::API_Push< false, WLT >
struct  GaloisRuntime::Configurator< Function >
class  GaloisRuntime::ParallelThreadContext< Function, WorkListTy >
class  GaloisRuntime::ParallelThreadContext< Function, WorkListTy >::UserAPI
class  GaloisRuntime::ForEachWork< WorkListTy, Function >

Namespaces

namespace  GaloisRuntime

Functions

template<typename WLTy , typename IterTy , typename Function >
void GaloisRuntime::for_each_impl (IterTy b, IterTy e, Function f, const char *loopname)

Detailed Description

Galois scheduler and runtime -*- C++ -*-.

License

Galois, a framework to exploit amorphous data-parallelism in irregular programs.

Copyright (C) 2011, The University of Texas at Austin. All rights reserved. UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS SOFTWARE AND DOCUMENTATION, INCLUDING ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR ANY PARTICULAR PURPOSE, NON-INFRINGEMENT AND WARRANTIES OF PERFORMANCE, AND ANY WARRANTY THAT MIGHT OTHERWISE ARISE FROM COURSE OF DEALING OR USAGE OF TRADE. NO WARRANTY IS EITHER EXPRESS OR IMPLIED WITH RESPECT TO THE USE OF THE SOFTWARE OR DOCUMENTATION. Under no circumstances shall University be liable for incidental, special, indirect, direct or consequential damages or loss of profits, interruption of business, or related expenses which may arise from use of Software or Documentation, including but not limited to those resulting from defects in Software and/or Documentation, or loss or inaccuracy of data of any kind.

Description

Implementation of the Galois foreach iterator. Includes various specializations to operators to reduce runtime overhead.

Author:
Andrew Lenharth <andrewl@lenharth.org>
Generated on Tue Aug 2 11:51:26 2011 for Galois by  doxygen 1.6.3