Conversation
|
🏷️ Workflow test-gpu enabled 🟢 |
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (59.37%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #4867 +/- ##
==========================================
- Coverage 65.71% 65.58% -0.14%
==========================================
Files 1153 1154 +1
Lines 169104 169595 +491
==========================================
+ Hits 111126 111222 +96
- Misses 57978 58373 +395 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Checklist
cargo run-checkscommand has been executed.Related Issues/PRs
Closes #4815
Changes
Reduce broadcasted fuser requires contiguous inputs but having multi block local inputs might point to a reference that is
SwapDims.The current fix is to check for that condition, and refuse / close the fusion block.
Eventually we could improve fusion to support these cases.
Testing
All tests passing locally, except
test_float_matmul_vecmat_transposed_fused(known issue, unrelated).