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

[Refactor - Breaking] Refactor cube operations with better names & Support subgroup operations #1839

Merged
merged 17 commits into from
May 31, 2024

Conversation

nathanielsimard
Copy link
Member

@nathanielsimard nathanielsimard commented May 30, 2024

No description provided.

Copy link

codecov bot commented May 30, 2024

Codecov Report

Attention: Patch coverage is 67.25572% with 315 lines in your changes are missing coverage. Please review.

Project coverage is 86.21%. Comparing base (de0b49e) to head (4ec6043).
Report is 1 commits behind head on main.

Files Patch % Lines
crates/burn-jit/src/fusion/tracing/builder.rs 0.00% 54 Missing ⚠️
crates/burn-cube/src/frontend/subcube.rs 47.52% 53 Missing ⚠️
crates/burn-cube/src/ir/variable.rs 30.00% 49 Missing ⚠️
crates/burn-cube/src/runtime_tests/subcube.rs 63.11% 45 Missing ⚠️
crates/burn-cube/src/ir/vectorization.rs 0.00% 41 Missing ⚠️
crates/burn-wgpu/src/compiler/wgsl/compiler.rs 43.54% 35 Missing ⚠️
crates/burn-wgpu/src/compiler/wgsl/subgroup.rs 37.50% 15 Missing ⚠️
crates/burn-wgpu/src/runtime.rs 58.33% 5 Missing ⚠️
crates/burn-cube/src/frontend/synchronization.rs 0.00% 4 Missing ⚠️
crates/burn-cube/src/runtime.rs 0.00% 3 Missing ⚠️
... and 8 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1839      +/-   ##
==========================================
- Coverage   86.41%   86.21%   -0.21%     
==========================================
  Files         760      765       +5     
  Lines       87841    88339     +498     
==========================================
+ Hits        75910    76163     +253     
- Misses      11931    12176     +245     

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

@nathanielsimard nathanielsimard changed the title Feat/cube/subgroup [Refactor - Breaking] Refactor cube operations with better names & Support subgroup operations May 31, 2024
@nathanielsimard nathanielsimard merged commit 36d4bcd into main May 31, 2024
15 checks passed
@nathanielsimard nathanielsimard deleted the feat/cube/subgroup branch May 31, 2024 21:07
LilDojd pushed a commit to LilDojd/burn that referenced this pull request Jun 5, 2024
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.

1 participant