Skip to main content

class execution_command

Declaration

class execution_command : public implement_acceptor { /* full declaration omitted */ };

Declared at: include/command_graph.h:113

Inherits from: implement_acceptor

Member Variables

subrange<3> m_execution_range
bool m_initialize_reductions = false

Member Function Overview

Member Functions

explicit execution_command(
    command_id cid,
    const task* tsk,
    subrange<3> execution_range,
    bool is_reduction_initializer)

Declared at: include/command_graph.h:115

Parameters

command_id cid
const task* tsk
subrange<3> execution_range
bool is_reduction_initializer

const subrange<3>& get_execution_range() const

Declared at: include/command_graph.h:118


bool is_reduction_initializer() const

Declared at: include/command_graph.h:119