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

Fix out of memory bug #1270 #1286

Merged
merged 2 commits into from
Feb 12, 2024

Fix typos and improve error message

3e9c6cf
Select commit
Loading
Failed to load commit list.
Merged

Fix out of memory bug #1270 #1286

Fix typos and improve error message
3e9c6cf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 9, 2024 in 1s

84.48% (target 80.00%)

View this Pull Request on Codecov

84.48% (target 80.00%)

Details

Codecov Report

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

Comparison is base (9df2071) 84.41% compared to head (3e9c6cf) 84.48%.
Report is 25 commits behind head on main.

Files Patch % Lines
backend-comparison/src/burnbenchapp/base.rs 0.00% 58 Missing ⚠️
burn-dataset/src/vision/image_folder.rs 79.91% 49 Missing ⚠️
burn-wgpu/src/codegen/dialect/gpu/vectorization.rs 77.66% 23 Missing ⚠️
backend-comparison/src/burnbenchapp/term/base.rs 0.00% 17 Missing ⚠️
burn-wgpu/src/codegen/dialect/wgsl/base.rs 83.50% 16 Missing ⚠️
burn-wgpu/src/fusion/elemwise/builder.rs 93.83% 14 Missing ⚠️
burn-tch/src/ops/int_tensor.rs 0.00% 9 Missing ⚠️
burn-wgpu/src/codegen/dialect/wgsl/operations.rs 86.66% 4 Missing ⚠️
burn-wgpu/src/codegen/dialect/wgsl/shader.rs 33.33% 4 Missing ⚠️
backend-comparison/src/bin/burnbench.rs 0.00% 3 Missing ⚠️
... and 9 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1286      +/-   ##
==========================================
+ Coverage   84.41%   84.48%   +0.06%     
==========================================
  Files         549      561      +12     
  Lines       61952    62774     +822     
==========================================
+ Hits        52295    53032     +737     
- Misses       9657     9742      +85     

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