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

[SYSTEMDS-2951] Multi-GPU Support for End-to-End ML Pipelines #2050

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Update: write and read the model, train and predict perspectively

cf08084
Select commit
Loading
Failed to load commit list.
Open

[SYSTEMDS-2951] Multi-GPU Support for End-to-End ML Pipelines #2050

Update: write and read the model, train and predict perspectively
cf08084
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 12, 2025 in 0s

68.82% (-0.02%) compared to f81b76d

View this Pull Request on Codecov

68.82% (-0.02%) compared to f81b76d

Details

Codecov Report

Attention: Patch coverage is 12.50000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 68.82%. Comparing base (f81b76d) to head (cf08084).
Report is 227 commits behind head on main.

Files with missing lines Patch % Lines
...sds/runtime/controlprogram/ParForProgramBlock.java 0.00% 3 Missing and 2 partials ⚠️
.../runtime/controlprogram/caching/CacheableData.java 33.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2050      +/-   ##
============================================
- Coverage     68.84%   68.82%   -0.02%     
- Complexity    40711    40756      +45     
============================================
  Files          1440     1440              
  Lines        161565   161693     +128     
  Branches      31418    31450      +32     
============================================
+ Hits         111232   111292      +60     
- Misses        41258    41346      +88     
+ Partials       9075     9055      -20     

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