xla
87b0b247
- Fix ScatterReduce (#4577)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#4577 - Fix ScatterReduce
Author
alanwaketan
Parents
6d83ba77
Loading