DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::oneapi::experimental::property::node::depends_on Class Reference

Property used to define dependent nodes when creating a new node with command_graph::add(). More...

#include <sycl/ext/oneapi/experimental/graph.hpp>

Inheritance diagram for sycl::_V1::ext::oneapi::experimental::property::node::depends_on:
Collaboration diagram for sycl::_V1::ext::oneapi::experimental::property::node::depends_on:

Public Member Functions

template<typename... NodeTN>
 depends_on (NodeTN... nodes)
 
const std::vector<::sycl::ext::oneapi::experimental::node > & get_dependencies () const
 

Detailed Description

Property used to define dependent nodes when creating a new node with command_graph::add().

Definition at line 176 of file graph.hpp.

Constructor & Destructor Documentation

◆ depends_on()

template<typename... NodeTN>
sycl::_V1::ext::oneapi::experimental::property::node::depends_on::depends_on ( NodeTN...  nodes)
inline

Definition at line 179 of file graph.hpp.

Member Function Documentation

◆ get_dependencies()

const std::vector<::sycl::ext::oneapi::experimental::node>& sycl::_V1::ext::oneapi::experimental::property::node::depends_on::get_dependencies ( ) const
inline

Definition at line 182 of file graph.hpp.


The documentation for this class was generated from the following file: