You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: