Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Builder Semantics for building SequenceExpr #836

Open
weinbe58 opened this issue Dec 19, 2023 · 0 comments
Open

Builder Semantics for building SequenceExpr #836

weinbe58 opened this issue Dec 19, 2023 · 0 comments
Labels
enhancement New feature or request mod:builder issues related to builder module
Milestone

Comments

@weinbe58
Copy link
Member

Now that we have the updated compiler to generate AHS we can think about new builder semantics to be able to build the full bloqade IR expressions.

The easiest option is we just keep the builder as is and build more complicated Sequences using the API that is built into the Sequence objects already and inject those compositions via the apply method of the builder.

Otherwise we need to think about semantics to denote the end of a block of instructions contained in a Sequence and allow the user to perform a slice/name operation on that block. This is non-trivial because we need to distinguish the slicing a block vs. slicing a combination of blocks.

@weinbe58 weinbe58 added enhancement New feature or request mod:builder issues related to builder module labels Dec 19, 2023
@weinbe58 weinbe58 added this to the public-beta-1 milestone Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mod:builder issues related to builder module
Projects
None yet
Development

No branches or pull requests

1 participant