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
[XLA:GPU] Fix usages of deprecated tsl::errors::AlreadyExists in xla
This change replaces usages of tsl::errors::AlreadyExists with absl::AlreadyExistsError,
wrapping arguments in absl::StrCat where necessary. This addresses deprecation
warnings and moves towards standard Abseil error handling.
Changes:
- Replaced errors::AlreadyExists with absl::AlreadyExistsError.
- Used absl::StrCat to construct error messages where necessary.
PiperOrigin-RevId: 837128775
0 commit comments