Expand description
Core graph node types for the OxiCUDA computation graph.
This module defines the fundamental building blocks of the computation
graph: typed identifiers (NodeId, BufferId, StreamId) and the
GraphNode which describes a single GPU operation along with its
data-flow edges (input and output buffer references).
Structs§
- Buffer
Descriptor - Metadata describing a logical device buffer in the graph.
- Buffer
Id - Unique identifier for a logical buffer (device memory region) in the graph.
- Graph
Node - A single node in the OxiCUDA computation graph.
- Kernel
Config - GPU grid/block launch configuration for a kernel node.
- NodeId
- Unique identifier for a node in the computation graph.
- Stream
Id - Identifier for a CUDA stream assignment.