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

Consider providing more structure to backend_config in CustomCallOp #1069

Closed
burmako opened this issue Feb 6, 2023 · 1 comment
Closed

Comments

@burmako
Copy link
Contributor

burmako commented Feb 6, 2023

As we're working towards locking down compatibility, one important thing that comes to mind is providing an escape hatch for features that aren't yet ready for strong compatibility guarantees.

backend_config in CustomCallOp is a powerful escape hatch, but currently it's unstructured - it's just a sequence of bytes. #637 provides an inspiration for how to make this more convenience - turn backend_config into a dictionary instead.

@GleasonK
Copy link
Member

Closing in favor of #637, which also suggests to add a dictionary for structure to CustomCall.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants