RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Namespaces | Functions
DepGraphNode.hpp File Reference

RAJA header file defining simple class to manage scheduling of nodes in a task dependency graph. More...

#include "RAJA/config.hpp"
#include <atomic>
#include <cstdlib>
#include <iosfwd>
#include <thread>
#include "RAJA/util/types.hpp"

Go to the source code of this file.

Namespaces

 RAJA
 

Functions

class RAJA::RAJA_ALIGNED_ATTR (256) DepGraphNode
 Class defining a simple semephore-based data structure for managing a node in a dependency graph. More...
 

Detailed Description

RAJA header file defining simple class to manage scheduling of nodes in a task dependency graph.