repo_id stringlengths 21 96 | file_path stringlengths 31 155 | content stringlengths 1 92.9M | __index_level_0__ int64 0 0 |
|---|---|---|---|
rapidsai_public_repos/code-share/maxflow/galois | rapidsai_public_repos/code-share/maxflow/galois/src/PreAlloc.cpp | /** Implementation for pre allocation feature -*- C++ -*-
* @file
* @section License
*
* 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 CONC... | 0 |
rapidsai_public_repos/code-share/maxflow/galois | rapidsai_public_repos/code-share/maxflow/galois/src/PerThreadStorage.cpp | /** Per Thread Storage -*- C++ -*-
* @file
* @section License
*
* 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... | 0 |
rapidsai_public_repos/code-share/maxflow/galois | rapidsai_public_repos/code-share/maxflow/galois/src/Threads.cpp | /** Implement user facing misc api -*- C++ -*-
* @file
* @section 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... | 0 |
rapidsai_public_repos/code-share/maxflow/galois | rapidsai_public_repos/code-share/maxflow/galois/src/Barrier.cpp | /** Galois barrier -*- C++ -*-
* @file
* @section 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... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/ll/CMakeLists.txt | set(hwtopo)
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
set(hwtopo "Linux")
elseif(CMAKE_SYSTEM_NAME MATCHES "BlueGeneQ")
set(hwtopo "BlueGeneQ")
elseif(CMAKE_SYSTEM_NAME MATCHES "(Solaris|SunOS)")
set(hwtopo "Solaris")
else()
message(FATAL_ERROR "Unknown system name: ${CMAKE_SYSTEM_NAME}")
endif()
add_internal_libr... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/ll/gIO.cpp | /** Galois IO routines -*- C++ -*-
* @file
* @section License
*
* 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... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/ll/TID.cpp | /** Thread ID -*- C++ -*-
* @file
* @section 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 DOCU... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/ll/HWTopoLinux.cpp | /** Machine Descriptions on Linux -*- C++ -*-
* @file
* @section License
*
* 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 ... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/ll/HWTopo.cpp | #include "Galois/Runtime/ll/HWTopo.h"
__thread unsigned Galois::Runtime::LL::PACKAGE_ID = 0;
| 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/ll/EnvCheck.cpp | /** Enviroment Checking Code -*- C++ -*-
* @file
* @section 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
* SO... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/ll/SimpleLock.cpp | /** SimpleLocks -*- C++ -*-
* @file
* @section 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 DO... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/ll/HWTopoSolaris.cpp | /** Machine Descriptions on Sun -*- C++ -*-
* @file
* @section 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 SO... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/ll/HWTopoBlueGeneQ.cpp | /** Machine Descriptions on BlueGeneQ -*- C++ -*-
* @file
* @section License
*
* 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 T... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/mm/CMakeLists.txt | add_internal_library(mm Mem.cpp NumaMem.cpp PageAlloc.cpp)
| 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/mm/Mem.cpp | /** Memory allocator implementation -*- C++ -*-
* @file
* @section 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 THI... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/mm/PageAlloc.cpp | /** Page Allocator Implementation -*- C++ -*-
* @file
* @section 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
... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/mm/NumaMem.cpp | /** Memory allocator implementation -*- C++ -*-
* @file
* @section License
*
* 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 THI... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/llvm/SmallPtrSet.cpp | //===- llvm/ADT/SmallPtrSet.cpp - 'Normally small' pointer set ------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/llvm/StringRef.cpp | //===-- StringRef.cpp - Lightweight String References ---------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/llvm/CMakeLists.txt | add_internal_library(llvm Allocator.cpp APFloat.cpp APInt.cpp
CommandLine.cpp SmallPtrSet.cpp SmallVector.cpp StringMap.cpp StringRef.cpp
Twine.cpp)
#HACK(ddn): Workaround for bug in Clang-BGQ compiler:
#clang version 3.4
#(hfinkel@login1.mcs.anl.gov:src/llvm-trunk/tools/clang c210ac88e0d229a47343d2162f29f87827f51... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/llvm/Allocator.cpp | //===--- Allocator.cpp - Simple memory allocation abstraction -------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/llvm/Twine.cpp | //===-- Twine.cpp - Fast Temporary String Concatenation -------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/llvm/APFloat.cpp | //===-- APFloat.cpp - Implement APFloat class -----------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/llvm/SmallVector.cpp | //===- llvm/ADT/SmallVector.cpp - 'Normally small' vectors ----------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/llvm/CommandLine.cpp | //===-- CommandLine.cpp - Command line parser implementation --------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/llvm/APInt.cpp | //===-- APInt.cpp - Implement APInt class ---------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/llvm/StringMap.cpp | //===--- StringMap.cpp - String Hash table map implementation -------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/src | rapidsai_public_repos/code-share/maxflow/galois/src/mm-nonuma/CMakeLists.txt | add_definitions(-DGALOIS_FORCE_NO_NUMA)
add_internal_library(mm-nonuma ../mm/Mem.cpp ../mm/NumaMem.cpp ../mm/PageAlloc.cpp)
| 0 |
rapidsai_public_repos/code-share/maxflow/galois | rapidsai_public_repos/code-share/maxflow/galois/apps/CMakeLists.txt | if(NOT CMAKE_CXX_COMPILER_ID MATCHES "XL")
add_subdirectory(avi)
add_subdirectory(connectedcomponents)
add_subdirectory(des)
add_subdirectory(kruskal)
add_subdirectory(gmetis)
endif()
add_subdirectory(barneshut)
add_subdirectory(betweennesscentrality)
add_subdirectory(bfs)
add_subdirectory(boruvka)
add_subdir... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunaytriangulation/Element.h | /** An element (i.e., a triangle or a boundary line) -*- C++ -*-
* @file
* @section 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 WARRANTI... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunaytriangulation/Tuple.h | /** A tuple -*- C++ -*-
* @file
* @section 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 DOCUME... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunaytriangulation/Verifier.h | /** Delaunay triangulation verifier -*- C++ -*-
* @file
* @section 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 THI... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunaytriangulation/CMakeLists.txt | #if(CMAKE_CXX_COMPILER_ID MATCHES "Intel")
# message(WARNING "NOT compiling delaunaytriangulation (compiler error in ICPC 12.1.0 20111011)")
#else()
#endif()
if(CMAKE_COMPILER_IS_GNUCC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ffast-math")
endif()
app(delaunaytriangulation DelaunayTriangulation.cpp Element.cpp)
app(... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunaytriangulation/Point.h | /** A coordinate and possibly a link to a containing triangle -*- C++ -*-
* @file
* @section 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... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunaytriangulation/Cavity.h | /** A cavity -*- C++ -*-
* @file
* @section 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 DOCUM... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunaytriangulation/Element.cpp | /** An element (i.e., a triangle or a boundary line) -*- C++ -*-
* @file
* @section 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 WARRANTI... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunaytriangulation/Graph.h | /** -*- C++ -*-
* @file
* @section 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,... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunaytriangulation/QuadTree.h | /** A quad-tree -*- C++ -*-
* @file
* @section 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 DO... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunaytriangulation/DelaunayTriangulationDet.cpp | /** Delaunay triangulation -*- C++ -*-
* @file
* @section 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
* SOFT... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunaytriangulation/DelaunayTriangulation.cpp | /** Delaunay triangulation -*- C++ -*-
* @file
* @section 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
* SOFT... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/spanningtree/SpanningTree.cpp | /** Spanning-tree application -*- C++ -*-
* @file
*
* A simple spanning tree algorithm to demonstrate the Galois system.
*
* @section License
*
* Galois, a framework to exploit amorphous data-parallelism in irregular
* programs.
*
* Copyright (C) 2012, The University of Texas at Austin. All rights reserved.
... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/spanningtree/CMakeLists.txt | app(spanningtree)
| 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/independentset/CMakeLists.txt | app(independentset)
| 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/independentset/IndependentSet.cpp | /** Maximal independent set application -*- C++ -*-
* @file
*
* A simple spanning tree algorithm to demostrate the Galois system.
*
* @section License
*
* Galois, a framework to exploit amorphous data-parallelism in irregular
* programs.
*
* Copyright (C) 2012, The University of Texas at Austin. All rights re... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/sssp/CMakeLists.txt | app(sssp-all SSSPall.cpp)
app(sssp SSSP.cpp)
| 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/sssp/GraphLabAlgo.h | #ifndef APPS_SSSP_GRAPHLABALGO_H
#define APPS_SSSP_GRAPHLABALGO_H
#include "Galois/DomainSpecificExecutors.h"
#include "Galois/Graph/OCGraph.h"
#include "Galois/Graph/LCGraph.h"
#include "Galois/Graph/GraphNodeBag.h"
#include <boost/mpl/if.hpp>
#include "SSSP.h"
struct GraphLabAlgo {
typedef Galois::Graph::LC_CSR... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/sssp/SSSPall.cpp | /** Single source shortest paths -*- C++ -*-
* @file
* @section 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
... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/sssp/SSSP.h | /** Single source shortest paths -*- C++ -*-
* @file
* @section License
*
* 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
... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/sssp/SSSPall.h | /** Single source shortest paths -*- C++ -*-
* @file
* @section 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
... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/sssp/SSSP.cpp | /** Single source shortest paths -*- C++ -*-
* @file
* @section License
*
* 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
... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/sssp/LigraAlgo.h | #ifndef APPS_SSSP_LIGRAALGO_H
#define APPS_SSSP_LIGRAALGO_H
#include "Galois/DomainSpecificExecutors.h"
#include "Galois/Graph/OCGraph.h"
#include "Galois/Graph/LCGraph.h"
#include "Galois/Graph/GraphNodeBag.h"
#include <boost/mpl/if.hpp>
#include "SSSP.h"
template<bool UseGraphChi>
struct LigraAlgo: public Galois:... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/tutorial/TorusImproved.cpp | /** Tutorial torus application -*- C++ -*-
* @file
* @section License
*
* 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
* ... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/tutorial/CMakeLists.txt | app(hello-world HelloWorld.cpp)
app(torus Torus.cpp)
app(torus-improved TorusImproved.cpp)
app(sssp-simple SSSPsimple.cpp)
| 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/tutorial/SSSPsimple.cpp | /** Single source shortest paths -*- C++ -*-
* @file
* @section 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
... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/tutorial/HelloWorld.cpp | /** My first Galois program -*- C++ -*-
* @file
* @section License
*
* 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
* SOF... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/tutorial/Torus.cpp | /** Tutorial torus application -*- C++ -*-
* @file
* @section License
*
* 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
* ... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/gmetis/Coarsening.cpp | /** GMetis -*- C++ -*-
* @file
* @section License
*
* 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 DOCUMEN... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/gmetis/GraphReader.h | /* @file
* @section 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 W... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/gmetis/CMakeLists.txt | app(gmetis)
| 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/gmetis/Partitioning.cpp | /** GMetis -*- C++ -*-
* @file
* @section License
*
* 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 DOCUMEN... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/gmetis/Refine.cpp | /** GMetis -*- C++ -*-
* @file
* @section License
*
* 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 DOCUMEN... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/gmetis/Metis.h | /** GMetis -*- C++ -*-
* @file
* @section 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 DOCUMEN... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/gmetis/Metric.cpp | /** GMetis -*- C++ -*-
* @file
* @section License
*
* 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 DOCUMEN... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/gmetis/GMetis.cpp | /** GMetis -*- C++ -*-
* @file
* @section License
*
* 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 DOCUMEN... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/preflowpush/CMakeLists.txt | app(preflowpush Preflowpush.cpp)
| 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/preflowpush/Preflowpush.cpp | /** Preflow-push application -*- C++ -*-
* @file
* @section License
*
* 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
* SO... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunayrefinement/Element.h | /** Delaunay refinement -*- C++ -*-
* @file
* @section 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
* SOFTWAR... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunayrefinement/Tuple.h | /** A tuple -*- C++ -*-
* @file
* @section 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 DOCUME... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunayrefinement/Verifier.h | /** Delaunay triangulation verifier -*- C++ -*-
* @file
* @section 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 THI... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunayrefinement/Mesh.h | /** Delaunay refinement -*- C++ -*-
* @file
* @section 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
* SOFTWAR... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunayrefinement/CMakeLists.txt | app(delaunayrefinement)
| 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunayrefinement/Edge.h | /** Delaunay refinement -*- C++ -*-
* @file
* @section 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
* SOFTWAR... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunayrefinement/Cavity.h | /** Delaunay refinement -*- C++ -*-
* @file
* @section 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
* SOFTWAR... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunayrefinement/Subgraph.h | /** Delaunay refinement -*- C++ -*-
* @file
* @section 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
* SOFTWAR... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/delaunayrefinement/DelaunayRefinement.cpp | /** Delaunay refinement -*- C++ -*-
* @file
* @section 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
* SOFTWAR... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps | rapidsai_public_repos/code-share/maxflow/galois/apps/des/CMakeLists.txt | file(GLOB Sources
./*.cpp
./common/*.cpp
./logic/*.cpp
)
app(DESunorderedSerial unordered/DESunorderedSerial.cpp ${Sources})
app(DESunordered unordered/DESunordered.cpp ${Sources})
app(DESorderedSerial ordered/DESorderedSerial.cpp ${Sources})
app(DESordered ordered/DESordered.cpp ${Sources})
app(DESorderedHand order... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/logic/BasicPort.h | /** OneInputGate implements the basic structure of a one input logic gate -*- C++ -*-
* @file
* @section 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... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/logic/NetlistParser.h | /** NetlistParser reads a circuit netlist containing logic gates and wires etc -*- C++ -*-
* @file
* @section 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 DIS... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/logic/NetlistParser.cpp | #include "NetlistParser.h"
const char* des::NetlistParser::DELIM = " \n\t,;()=";
const char* des::NetlistParser::COMMENTS = "//";
| 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/logic/logicDefs.h | /** Some common definitions and helper functions -*- C++ -*-
* @file
* @section 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 C... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/logic/LogicFunctions.h | /** Defines the basic functors for one and two input logic gates -*- C++ -*-
* @file
* @section 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 ... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/logic/LogicGate.cpp | /** LogicGate implements the basic structure of a logic gate -*- C++ -*-
* @file
* @section 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 ... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/logic/OneInputGate.h | /** OneInputGate implements the basic structure of a one input logic gate -*- C++ -*-
* @file
* @section 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... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/logic/LogicGate.h | /** LogicGate implements the basic structure of a logic gate -*- C++ -*-
* @file
* @section 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 ... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/logic/BasicPort.cpp | /** OneInputGate implements the basic structure of a one input logic gate -*- C++ -*-
* @file
* @section 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... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/logic/TwoInputGate.h | /** TwoInputGate is basic structure of a two input gates -*- C++ -*-
* @file
* @section 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 WARR... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/logic/LogicUpdate.h | /** LogicUpdate corresponds to a change in the input or output of a gate -*- C++ -*-
* @file
* @section 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 ... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/unordered/DESunordered.cpp | /** main function for DESunordered -*- C++ -*-
* @file
* @section 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... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/unordered/DESunordered.h | /** DES unordered Galois version -*- C++ -*-
* @file
* @section 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
... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/unordered/DESunorderedBase.h | /** DES unordered, common typedefs -*- C++ -*-
* @file
* @section 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... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/unordered/DESunorderedSerial.h | /** DES serial unordered version -*- C++ -*-
* @file
* @section 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
... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/unordered/DESunorderedSerial.cpp | /** main function for DESunorderedSerial -*- C++ -*-
* @file
* @section 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 CONCERNIN... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/unordered/SimObject.h | /** SimObject: the abstract interface to be implemented by any simulation object -*- C++ -*-
* @file
* @section 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 DI... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/common/SimInit.h | /** SimInit initializes the circuit graph and creates initial set of events -*- C++ -*-
* @file
* @section 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 DISCLAI... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/common/Output.h | /** Output is an output port in the circuit -*- C++ -*-
* @file
* @section 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 CONCER... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/common/Input.h | /** Input represents an input port in the circuit -*- C++ -*-
* @file
* @section 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 ... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/common/SimGate.h | /** defines the interface for a SimGate and implements some common functionality -*- C++ -*-
* @file
* @section 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 DI... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/common/comDefs.h | /** Some common definitions and helper functions -*- C++ -*-
* @file
* @section 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 C... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/common/comDefs.cpp | /** Implementation corresponding to @file comDefs.h -*- C++ -*-
* @file
* @section 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 WARRANTIE... | 0 |
rapidsai_public_repos/code-share/maxflow/galois/apps/des | rapidsai_public_repos/code-share/maxflow/galois/apps/des/common/Event.h | /** Event: is the basic structure of an event in the simulation -*- C++ -*-
* @file
* @section 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 A... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.