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/fusion/wgpu autotune #1188

Merged
merged 7 commits into from Jan 30, 2024
Merged

Feat/fusion/wgpu autotune #1188

merged 7 commits into from Jan 30, 2024

Conversation

nathanielsimard
Copy link
Member

Fix #1112

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

Attention: 21 lines in your changes are missing coverage. Please review.

Comparison is base (8686082) 84.45% compared to head (4b8589b) 84.47%.
Report is 3 commits behind head on main.

Files Patch % Lines
burn-wgpu/src/fusion/elemwise/tune.rs 68.96% 9 Missing ⚠️
burn-wgpu/src/fusion/elemwise/optimization.rs 95.65% 8 Missing ⚠️
burn-compute/src/tune/tune_cache.rs 88.88% 1 Missing ⚠️
burn-wgpu/src/compute/tune_key.rs 0.00% 1 Missing ⚠️
burn-wgpu/src/fusion/elemwise/kernel.rs 87.50% 1 Missing ⚠️
burn-wgpu/src/fusion/kernel.rs 97.29% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1188      +/-   ##
==========================================
+ Coverage   84.45%   84.47%   +0.02%     
==========================================
  Files         546      548       +2     
  Lines       61507    61808     +301     
==========================================
+ Hits        51946    52213     +267     
- Misses       9561     9595      +34     

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

Copy link
Member

@louisfd louisfd left a comment

Choose a reason for hiding this comment

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

Awesome, everything looks good to me

@louisfd louisfd merged commit b7486b0 into main Jan 30, 2024
15 checks passed
@nathanielsimard nathanielsimard deleted the feat/fusion/wgpu-autotune branch February 1, 2024 17:58
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.

Support autotune of fused compute shaders
2 participants