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/wgpu/memco #1340

Merged
merged 18 commits into from
Feb 22, 2024
Merged

Refactor/wgpu/memco #1340

merged 18 commits into from
Feb 22, 2024

Conversation

nathanielsimard
Copy link
Member

The just-in-time compiler is now taking form, this PR focuses on porting our mem coalescing matrix multiplication procedure to the new compiler. More operations should be ported to procedures.

Copy link

codecov bot commented Feb 21, 2024

Codecov Report

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

Comparison is base (4427768) 78.77% compared to head (3560cc1) 78.77%.

Files Patch % Lines
...burn-wgpu/src/codegen/dialect/wgsl/instructions.rs 36.18% 97 Missing ⚠️
crates/burn-wgpu/src/fusion/tracing/builder.rs 73.28% 39 Missing ⚠️
...urn-wgpu/src/codegen/dialect/gpu/procedure/read.rs 78.44% 25 Missing ⚠️
crates/burn-wgpu/src/codegen/dialect/wgsl/base.rs 32.00% 17 Missing ⚠️
...ates/burn-wgpu/src/codegen/dialect/gpu/variable.rs 22.22% 14 Missing ⚠️
...burn-wgpu/src/codegen/dialect/gpu/vectorization.rs 38.88% 11 Missing ⚠️
...rn-wgpu/src/codegen/dialect/gpu/procedure/write.rs 50.00% 7 Missing ⚠️
...tes/burn-wgpu/src/codegen/dialect/wgsl/compiler.rs 95.83% 7 Missing ⚠️
...n-wgpu/src/codegen/dialect/gpu/procedure/assign.rs 91.37% 5 Missing ⚠️
crates/burn-wgpu/src/codegen/dialect/gpu/branch.rs 92.30% 4 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1340      +/-   ##
==========================================
- Coverage   78.77%   78.77%   -0.01%     
==========================================
  Files         551      557       +6     
  Lines       61836    62441     +605     
==========================================
+ Hits        48712    49187     +475     
- Misses      13124    13254     +130     

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

@nathanielsimard nathanielsimard merged commit b256c04 into main Feb 22, 2024
15 checks passed
@nathanielsimard nathanielsimard deleted the refactor/wgpu/memco branch February 22, 2024 12:59
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