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

[WIP] Add custom call primitive interface #21402

Closed
wants to merge 1 commit into from

Conversation

dfm
Copy link
Member

@dfm dfm commented May 23, 2024

Not yet ready for review.

This is a sketch of an interface to abstract away some of the boiler plate required when defining primitives that get lowered to custom calls. There are a few design decisions to consider more carefully, and my goal is to balance supporting a wide range of use cases, without over-committing to a huge public API.

I note that much of this implementation comes from @superbobry.

Not yet ready for review.

This is a sketch of an interface to abstract away some of the boiler
plate required when defining primitives that get lowered to custom
calls. There are a few design decisions to consider more carefully, and
my goal is to balance supporting a wide range of use cases, without
over-committing to a huge public API.
@dfm dfm self-assigned this May 23, 2024
@dfm
Copy link
Member Author

dfm commented May 29, 2024

Closing in favor of #21484. I'll flesh out the primitive API in a future PR.

@dfm dfm closed this May 29, 2024
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.

None yet

1 participant