ParallelWork.h File Reference

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

#include "Galois/Mem.h"
#include "Galois/Statistic.h"
#include "Galois/Runtime/Barrier.h"
#include "Galois/Runtime/Context.h"
#include "Galois/Runtime/ForEachTraits.h"
#include "Galois/Runtime/Range.h"
#include "Galois/Runtime/Support.h"
#include "Galois/Runtime/Termination.h"
#include "Galois/Runtime/ThreadPool.h"
#include "Galois/Runtime/UserContextAccess.h"
#include "Galois/WorkList/GFifo.h"
#include <algorithm>
#include <functional>

Go to the source code of this file.

Classes

class  Galois::Runtime::anonymous_namespace{ParallelWork.h}::LoopStatistics< Enabled >
class  Galois::Runtime::anonymous_namespace{ParallelWork.h}::LoopStatistics< false >
class  Galois::Runtime::anonymous_namespace{ParallelWork.h}::AbortHandler< value_type >
struct  Galois::Runtime::anonymous_namespace{ParallelWork.h}::AbortHandler< value_type >::Item
class  Galois::Runtime::anonymous_namespace{ParallelWork.h}::ForEachWork< WorkListTy, T, FunctionTy >
struct  Galois::Runtime::anonymous_namespace{ParallelWork.h}::ForEachWork< WorkListTy, T, FunctionTy >::ThreadLocalData
struct  Galois::Runtime::anonymous_namespace{ParallelWork.h}::WOnEach< FunctionTy >

Namespaces

namespace  Galois
 

Main Galois namespace.


namespace  Galois::Runtime
 

Internal Galois functionality - Use at your own risk.


namespace  Galois::Runtime::anonymous_namespace{ParallelWork.h}

Functions

template<typename WLTy , typename RangeTy , typename FunctionTy >
void Galois::Runtime::anonymous_namespace{ParallelWork.h}::for_each_impl (const RangeTy &range, FunctionTy f, const char *loopname)
template<typename FunctionTy >
void Galois::Runtime::anonymous_namespace{ParallelWork.h}::on_each_impl (FunctionTy fn, const char *loopname=0)
template<typename FunctionTy >
void Galois::Runtime::anonymous_namespace{ParallelWork.h}::on_each_simple_impl (FunctionTy fn, const char *loopname=0)
 on each executor with simple barrier.
void Galois::Runtime::preAlloc_impl (int num)

Detailed Description

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

License

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

Copyright (C) 2012, 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 2 Nov 2013 for Galois by  doxygen 1.6.1