Skip to content
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

Feat/fused matmul tune #2726

Merged
merged 9 commits into from
Jan 22, 2025
Merged

Feat/fused matmul tune #2726

merged 9 commits into from
Jan 22, 2025

Conversation

nathanielsimard
Copy link
Member

Enable fused matmul with autotune.

Copy link

codecov bot commented Jan 21, 2025

Codecov Report

Attention: Patch coverage is 95.97523% with 13 lines in your changes missing coverage. Please review.

Project coverage is 83.91%. Comparing base (b33bd24) to head (276db0d).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/burn-jit/src/fusion/matmul/optimization.rs 92.03% 9 Missing ⚠️
crates/burn-jit/src/fusion/matmul/tune.rs 95.55% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2726      +/-   ##
==========================================
+ Coverage   83.59%   83.91%   +0.32%     
==========================================
  Files         819      821       +2     
  Lines      106600   106890     +290     
==========================================
+ Hits        89113    89702     +589     
+ Misses      17487    17188     -299     

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

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.

Looks good! Just a comment/question

@nathanielsimard nathanielsimard merged commit 245fbcd into main Jan 22, 2025
11 checks passed
@nathanielsimard nathanielsimard deleted the feat/fused-matmul-tune branch January 22, 2025 16:55
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.

2 participants