Galois configuration -*- C++ -*-. More...
Go to the source code of this file.
Namespaces | |
namespace | Galois |
Main Galois namespace. | |
namespace | Galois::Runtime |
Internal Galois functionality - Use at your own risk. | |
namespace | Galois::Runtime::LL |
Low-level, Galois-agnostic functionality. | |
Defines | |
#define | GALOIS_CACHE_LINE_SIZE 128 |
#define | GALOIS_ATTRIBUTE_NOINLINE |
#define | GALOIS_ATTRIBUTE_ALIGN_CACHE_LINE |
#define | GALOIS_ATTRIBUTE_DEPRECATED __attribute__ ((deprecated)) |
#define | GALOIS_ATTRIBUTE_PROF_NOINLINE inline |
Functions | |
static void | Galois::Runtime::LL::asmPause () |
static void | Galois::Runtime::LL::compilerBarrier () |
static void | Galois::Runtime::LL::flushInstructionPipeline () |
Galois configuration -*- C++ -*-.
Galois, a framework to exploit amorphous data-parallelism in irregular programs.
Copyright (C) 2013, 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.
Factor out compiler-specific lowlevel stuff
#define GALOIS_ATTRIBUTE_ALIGN_CACHE_LINE |
#define GALOIS_ATTRIBUTE_DEPRECATED __attribute__ ((deprecated)) |
#define GALOIS_ATTRIBUTE_NOINLINE |
#define GALOIS_ATTRIBUTE_PROF_NOINLINE inline |
#define GALOIS_CACHE_LINE_SIZE 128 |