burn
burn copied to clipboard
Add cumsum tensor op
Checklist
- [ ] Confirmed that
run-checks allscript has been executed. - [x] Made sure the book is up to date with changes in this PR.
Related Issues/PRs
#1722 #2099
Changes
Added tensor.cumsum(dim) operation
TODO:
- [ ] JIT implementation w/ cubecl kernel
Testing
Unit test.
This PR has been marked as stale because it has not been updated for over a month
This op is very important for many NAR TTS models, and it is blocking porting one of my open-source TTS models to burn.
This PR has been marked as stale because it has not been updated for over a month
This PR has been marked as stale because it has not been updated for over a month
So much has changed, we should probably create a new PR by now.