MUDA
Loading...
Searching...
No Matches
compute_graph_event_node.h
1#pragma once
2#include <muda/compute_graph/compute_graph.h>
3#include <muda/compute_graph/compute_graph_node.h>
4#include <muda/graph/graph.h>
5#include <muda/graph/event_node.h>
6
7namespace muda
8{
9using ComputeGraphEventRecordNode =
10 ComputeGraphNode<EventRecordNode, ComputeGraphNodeType::EventRecordNode>;
11using ComputeGraphEventWaitNode =
12 ComputeGraphNode<EventWaitNode, ComputeGraphNodeType::EventWaitNode>;
13} // namespace muda