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

Add candle CudaDevice and MetalDevice to avoid creating a new unique device each time #2290

Merged
merged 4 commits into from
Sep 25, 2024

Merge branch 'main' into fix/candle/device

6c99a64
Select commit
Loading
Failed to load commit list.
Merged

Add candle CudaDevice and MetalDevice to avoid creating a new unique device each time #2290

Merge branch 'main' into fix/candle/device
6c99a64
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 25, 2024 in 0s

85.42% (target 80.00%)

View this Pull Request on Codecov

85.42% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 17.02128% with 39 lines in your changes missing coverage. Please review.

Project coverage is 85.42%. Comparing base (a6f7a5e) to head (6c99a64).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/burn-candle/src/backend.rs 0.00% 37 Missing ⚠️
crates/burn-candle/src/ops/base.rs 80.00% 1 Missing ⚠️
crates/burn-candle/src/ops/int_tensor.rs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2290      +/-   ##
==========================================
- Coverage   85.44%   85.42%   -0.03%     
==========================================
  Files         766      766              
  Lines       97916    97948      +32     
==========================================
+ Hits        83667    83669       +2     
- Misses      14249    14279      +30     

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