MUDA
Loading...
Searching...
No Matches
compute_graph_memory_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/memory_node.h>
6
7namespace muda
8{
9using ComputeGraphMemcpyNode =
10 ComputeGraphNode<MemcpyNode, ComputeGraphNodeType::MemcpyNode>;
11
12using ComputeGraphMemsetNode =
13 ComputeGraphNode<MemsetNode, ComputeGraphNodeType::MemsetNode>;
14} // namespace muda