Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[XLA:GPU] Fix crash in nccl_utils under C++17.
It appears std::string_view is not happy accepting nullptr as its argument, whereas absl::string_view handled nullptr gracefully. Fixes crash when using XLA:GPU collectives under C++17. PiperOrigin-RevId: 450573148
- Loading branch information