Skip to content

feat: dynamic dispatch#6459

Closed
joseph-isaacs wants to merge 3 commits intodevelopfrom
ad/dyn-disp-2
Closed

feat: dynamic dispatch#6459
joseph-isaacs wants to merge 3 commits intodevelopfrom
ad/dyn-disp-2

Conversation

@joseph-isaacs
Copy link
Copy Markdown
Contributor

Does this PR closes an open issue or discussion?

  • Closes #.

What changes are included in this PR?

What is the rationale for this change?

How is this change tested?

Are there any user-facing changes?

0ax1 added 3 commits February 12, 2026 11:43
Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
Comment on lines +14 to +28
// Op codes for the dynamic dispatch.
enum DynamicOpCode {
FOR,
ZIGZAG,
BITUNPACK,
ALP,
};

// Operation to pass to the dynamic dispatch kernel.
struct DynamicOp {
enum DynamicOpCode op;
uint64_t param;
};

#ifdef __cplusplus
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

source + scalar_op + (sink?)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants