#include <detail/scheduler/commands.hpp>
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... | |
Definition at line 264 of file commands.hpp.
bool cl::sycl::detail::Command::Marks::MToBeDeleted = false |
Used for marking the node for deletion during cleanup.
Definition at line 268 of file commands.hpp.
Referenced by cl::sycl::detail::Scheduler::GraphBuilder::cleanupFinishedCommands().
bool cl::sycl::detail::Command::Marks::MVisited = false |
Used for marking the node as visited during graph traversal.
Definition at line 266 of file commands.hpp.
Referenced by cl::sycl::detail::Scheduler::GraphBuilder::cleanupCommandsForRecord(), and cl::sycl::detail::markNodeAsVisited().