DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::Command::Marks Struct Reference

#include <detail/scheduler/commands.hpp>

Collaboration diagram for sycl::_V1::detail::Command::Marks:

Public Attributes

bool MVisited = false
 Used for marking the node as visited during graph traversal. More...
 
bool MToBeDeleted = false
 Used for marking the node for deletion during cleanup. More...
 

Detailed Description

Definition at line 328 of file commands.hpp.

Member Data Documentation

◆ MToBeDeleted

bool sycl::_V1::detail::Command::Marks::MToBeDeleted = false

Used for marking the node for deletion during cleanup.

Definition at line 332 of file commands.hpp.

Referenced by sycl::_V1::detail::Scheduler::GraphBuilder::cleanupCommandsForRecord().

◆ MVisited

bool sycl::_V1::detail::Command::Marks::MVisited = false

Used for marking the node as visited during graph traversal.

Definition at line 330 of file commands.hpp.

Referenced by sycl::_V1::detail::Scheduler::GraphBuilder::cleanupCommandsForRecord(), and sycl::_V1::detail::markNodeAsVisited().


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