Galois
|
#include "galois/FixedSizeRing.h"
#include "galois/runtime/Mem.h"
#include "galois/substrate/PerThreadStorage.h"
#include "galois/substrate/CompilerSpecific.h"
#include "galois/substrate/PtrLock.h"
#include "galois/Threads.h"
#include "galois/worklists/WLCompileCheck.h"
Go to the source code of this file.
Namespaces | |
galois | |
The Galois namespace containing all Galois structures and functions. | |
galois::worklists | |
Scheduling policies for Galois. | |
Typedefs | |
template<int ChunkSize = 64, typename T = int> | |
using | galois::worklists::PerThreadChunkLIFO = PerThreadChunkMaster< true, ChunkSize, StealingQueue< PerThreadChunkStack >, T > |
template<int ChunkSize = 64, typename T = int> | |
using | galois::worklists::PerThreadChunkFIFO = PerThreadChunkMaster< false, ChunkSize, StealingQueue< PerThreadChunkQueue >, T > |