Module pipeline

Module pipeline 

Source

Modules§

driver

Structs§

KernelCtx
The context provided to kernels during execution to access input vectors.
VectorId
A unique identifier for a vector in the pipeline execution context.

Enums§

PipelineInputs
Describes the type of pipeline node and its input information.

Constants§

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

Traits§

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.

Type Aliases§

BitView
A view over a fixed-size N-bit vector used in Vortex pipeline execution.