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/cubecl ir #1776

Merged
merged 8 commits into from
May 16, 2024
Merged

Feat/cubecl ir #1776

merged 8 commits into from
May 16, 2024

Conversation

nathanielsimard
Copy link
Member

@nathanielsimard nathanielsimard commented May 16, 2024

We mostly move the IR from burn-jit into the burn-cube project. Next we will need to remove the IR from burn-jit to use the new one.

Copy link

codecov bot commented May 16, 2024

Codecov Report

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

Project coverage is 84.91%. Comparing base (542790e) to head (f6b4cd7).

Files Patch % Lines
crates/burn-cube/src/codegen/compilation.rs 0.00% 279 Missing ⚠️
crates/burn-cube/src/codegen/kernel.rs 0.00% 260 Missing ⚠️
crates/burn-cube/src/codegen/dialect/scope.rs 19.91% 197 Missing ⚠️
...es/burn-cube/src/codegen/dialect/procedure/read.rs 0.00% 142 Missing ⚠️
...tes/burn-cube/src/codegen/dialect/vectorization.rs 0.00% 139 Missing ⚠️
crates/burn-cube/src/pod.rs 0.00% 92 Missing ⚠️
crates/burn-cube/src/codegen/dialect/processing.rs 0.00% 82 Missing ⚠️
crates/burn-cube/src/compute/kernel.rs 0.00% 65 Missing ⚠️
.../burn-cube/src/codegen/dialect/procedure/assign.rs 0.00% 58 Missing ⚠️
crates/burn-cube/src/codegen/dialect/variable.rs 6.45% 58 Missing ⚠️
... and 29 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1776      +/-   ##
==========================================
- Coverage   86.41%   84.91%   -1.50%     
==========================================
  Files         734      755      +21     
  Lines       85575    87240    +1665     
==========================================
+ Hits        73947    74082     +135     
- Misses      11628    13158    +1530     

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

@nathanielsimard nathanielsimard merged commit 7ab2ba1 into main May 16, 2024
15 checks passed
@nathanielsimard nathanielsimard deleted the feat/cubecl-ir branch May 16, 2024 19:08
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