ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
execution.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ttg
 top-level TTG namespace contains runtime-neutral functionality
 
namespace  ttg::detail
 

Enumerations

enum class  ttg::Execution { ttg::Inline , ttg::Async }
 denotes task execution policy More...
 
enum class  ttg::ExecutionSpace {
  ttg::Host , ttg::CUDA , ttg::HIP , ttg::L0 ,
  ttg::Invalid
}
 denotes task execution space More...
 

Functions

const char * ttg::detail::execution_space_name (ExecutionSpace space) noexcept