xla
87b0b247 - Fix ScatterReduce (#4577)

Commit
2 years ago
Fix ScatterReduce (#4577) Summary: ScatterReduce::reduce_ uses a unsafe type c10::string_view to store the string. Replace it with std::string and re-enable all previous failing tests. Test Plan: CI.
Author
Parents
Loading