-
Notifications
You must be signed in to change notification settings - Fork 745
feat: add backend implementations for Trunc op
#3860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3860 +/- ##
==========================================
- Coverage 64.42% 64.40% -0.02%
==========================================
Files 1167 1167
Lines 136126 136225 +99
==========================================
+ Hits 87694 87732 +38
- Misses 48432 48493 +61 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Isn't the patch indirectly covered by these tests? |
Ever since we split our tests into multiple dedicated runners for GPU instances the codecov only checks |
laggui
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, minus one tiny mistake
|
Merged latest main (here and in the cubecl PR) and fixed the copy-pasta mistake :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving in advance (pending cubecl rev update)
/edit: wgpu/vulkan CI stalls are unrelated
* feat: add backend impls for `trunc` * Point cubecl dep to PR head * fix: `float_ceil -> float_trunc` * Update rev
Pull Request Template
Checklist
cargo run-checkscommand has been executed.Related Issues/PRs
truncoperation for each backend, including burn-autodiff #3768Changes
Adds backend implementations for
trunc, using native ops where possible.Depends on this cubecl PR
Testing
Covered by existing
trunctests.