Module pipeline
Source - driver
- KernelCtx
- The context provided to kernels during execution to access input vectors.
- VectorId
- A unique identifier for a vector in the pipeline execution context.
- PipelineInputs
- Describes the type of pipeline node and its input information.
- N
- The number of elements in each step of a Vortex evaluation operator.
- N_BYTES
- Number of bytes needed to store N bits
- N_WORDS
- Number of usize words needed to store N bits
- BindContext
- The context used when binding an operator for execution.
- Kernel
- A pipeline kernel is a stateful object that performs steps of a pipeline.
- PipelinedNode
- A pipeline node is a trait that enables an array to participate in pipelined execution.
- BitView
- A view over a fixed-size
N-bit vector used in Vortex pipeline execution.