Skip to content

Physical fused-contraction 'einsum' operator (DataFusion ExecutionPlan) #35

Description

@alxmrs

The one open piece of the performance story (still to be spiked). An aggregate-HashJoin that computes a grouped contraction Σⱼ A·B WITHOUT materializing the full join, dispatching to a matmul/BLAS kernel on the dense path — implemented as a DataFusion ExecutionPlan. Keeps the model pure-logical (one value per cell — the portable surface) while pushing BLAS-class speed into the physical plan; deliberately does NOT adopt Tang et al.'s chunked-tensor values. (design.md §4.1)


Curated from the project roadmap; see docs/design.md §8 for the milestone plan.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    ddx-adv2 query-level AD

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions