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/enable cube cl #1777

Merged
merged 11 commits into from
May 19, 2024
Merged

Feat/enable cube cl #1777

merged 11 commits into from
May 19, 2024

Conversation

louisfd
Copy link
Member

@louisfd louisfd commented May 17, 2024

Moved a huge chunk of burn-jit to burn-cube

Copy link

codecov bot commented May 18, 2024

Codecov Report

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

Project coverage is 86.39%. Comparing base (9c5b07c) to head (f7c7e99).

Files Patch % Lines
crates/burn-jit/src/fusion/tracing/builder.rs 56.45% 27 Missing ⚠️
crates/burn-wgpu/src/compiler/wgsl/compiler.rs 87.82% 14 Missing ⚠️
crates/burn-cube/src/codegen/dialect/shader.rs 40.00% 9 Missing ⚠️
crates/burn-jit/src/fusion/base.rs 96.93% 3 Missing ⚠️
crates/burn-cube/src/pod.rs 60.00% 2 Missing ⚠️
.../src/kernel/matmul/tiling2d_shader/write_output.rs 90.00% 2 Missing ⚠️
crates/burn-jit/src/fusion/tracing/trace.rs 83.33% 1 Missing ⚠️
crates/burn-jit/src/kernel/matmul/base.rs 50.00% 1 Missing ⚠️
...ernel/matmul/tiling2d_shader/load_shared_memory.rs 98.76% 1 Missing ⚠️
crates/burn-jit/src/ops/base.rs 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1777      +/-   ##
==========================================
+ Coverage   84.91%   86.39%   +1.47%     
==========================================
  Files         756      736      -20     
  Lines       87403    85757    -1646     
==========================================
- Hits        74218    74089     -129     
+ Misses      13185    11668    -1517     

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

@louisfd louisfd merged commit 499ff0d into main May 19, 2024
15 checks passed
@louisfd louisfd deleted the feat/enable-cube-cl branch May 19, 2024 14: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.

None yet

2 participants