Skip to content

[Chore] Add multi stage conv #3105

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

Merged
merged 9 commits into from
Apr 29, 2025

Conversation

wingertge
Copy link
Contributor

Pull Request Template

Checklist

  • Confirmed that run-checks all script has been executed.
  • Made sure the book is up to date with changes in this PR.

Related Issues/PRs

Adds new algorithm from tracel-ai/cubecl#602 to autotune

Changes

Adds the new multi-stage convolution algorithm to autotuned conv2d.

Testing

All tests pass with the new algorithm enabled.

Copy link
Member

@laggui laggui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was going to say it's missing the correct cubecl rev, but looks like it was already updated to a recent commit 😄

Copy link

codecov bot commented Apr 29, 2025

Codecov Report

Attention: Patch coverage is 59.09091% with 9 lines in your changes missing coverage. Please review.

Project coverage is 81.10%. Comparing base (eaf3160) to head (e38dd2c).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
crates/burn-cubecl-fusion/src/shared/io.rs 10.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3105      +/-   ##
==========================================
+ Coverage   81.08%   81.10%   +0.01%     
==========================================
  Files         816      816              
  Lines      117376   117377       +1     
==========================================
+ Hits        95180    95194      +14     
+ Misses      22196    22183      -13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@laggui laggui merged commit 4360f36 into tracel-ai:main Apr 29, 2025
19 of 20 checks passed
@wingertge wingertge deleted the chore/add-multi-stage-conv branch April 29, 2025 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants