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/cube/vectorization #1781

Merged
merged 24 commits into from
May 19, 2024
Merged

Refactor/cube/vectorization #1781

merged 24 commits into from
May 19, 2024

Conversation

louisfd
Copy link
Member

@louisfd louisfd commented May 19, 2024

Refactor for vectorization, supporting any u8 instead of enum

Copy link

codecov bot commented May 19, 2024

Codecov Report

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

Project coverage is 86.39%. Comparing base (499ff0d) to head (02d8bf7).

Files Patch % Lines
crates/burn-cube/src/codegen/dialect/variable.rs 9.52% 19 Missing ⚠️
crates/burn-cube/src/language/element/uint.rs 7.14% 13 Missing ⚠️
crates/burn-cube/src/language/element/float.rs 14.28% 12 Missing ⚠️
crates/burn-cube/src/language/element/int.rs 14.28% 12 Missing ⚠️
crates/burn-cube/src/language/element/bool.rs 8.33% 11 Missing ⚠️
crates/burn-cube/tests/language/vectorization.rs 86.04% 6 Missing ⚠️
...s/burn-cube/src/codegen/dialect/procedure/index.rs 0.00% 4 Missing ⚠️
crates/burn-cube/src/language/element/numeric.rs 78.57% 3 Missing ⚠️
crates/burn-wgpu/src/compiler/wgsl/compiler.rs 62.50% 3 Missing ⚠️
crates/burn-cube-macros/src/analysis.rs 83.33% 1 Missing ⚠️
... and 4 more
Additional details and impacted files
@@           Coverage Diff            @@
##             main    #1781    +/-   ##
========================================
  Coverage   86.39%   86.39%            
========================================
  Files         736      737     +1     
  Lines       85757    85883   +126     
========================================
+ Hits        74089    74202   +113     
- Misses      11668    11681    +13     

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

@louisfd louisfd merged commit 76fe0ed into main May 19, 2024
15 checks passed
@louisfd louisfd deleted the refactor/cube/vectorization branch May 19, 2024 17:20
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