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
Refactor computation clients to use factory pattern
Update IFRT and PjRt computation clients to use `Create()` factory
methods:
- Replace constructors with factory methods that return `StatusOr<T>`
- Use `ConsumeAndMaybeThrow` for `XlaCoordinator::Create` integration
- Improved error handling with proper status propagation
0 commit comments