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

Implement GPU Support #728

Merged
merged 11 commits into from
Dec 12, 2024

Fix: Updated migration to only insert the column if isn't inside.

11141af
Select commit
Loading
Failed to load commit list.
Merged

Implement GPU Support #728

Fix: Updated migration to only insert the column if isn't inside.
11141af
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 11, 2024 in 1s

62.46% (-0.33%) compared to fb379ff

View this Pull Request on Codecov

62.46% (-0.33%) compared to fb379ff

Details

Codecov Report

Attention: Patch coverage is 40.74074% with 64 lines in your changes missing coverage. Please review.

Project coverage is 62.46%. Comparing base (fb379ff) to head (11141af).

Files with missing lines Patch % Lines
...5c6ae643c69b_add_gpu_column_to_executions_table.py 0.00% 20 Missing ⚠️
src/aleph/vm/models.py 45.83% 13 Missing ⚠️
src/aleph/vm/pool.py 20.00% 12 Missing ⚠️
src/aleph/vm/orchestrator/tasks.py 14.28% 6 Missing ⚠️
src/aleph/vm/orchestrator/views/__init__.py 0.00% 6 Missing ⚠️
src/aleph/vm/hypervisors/qemu/qemuvm.py 86.66% 1 Missing and 1 partial ⚠️
...c/aleph/vm/hypervisors/qemu_confidential/qemuvm.py 0.00% 2 Missing ⚠️
src/aleph/vm/orchestrator/cli.py 0.00% 2 Missing ⚠️
src/aleph/vm/orchestrator/chain.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@                    Coverage Diff                    @@
##           proto-add-gpu-listing     #728      +/-   ##
=========================================================
- Coverage                  62.79%   62.46%   -0.33%     
=========================================================
  Files                         72       73       +1     
  Lines                       6343     6424      +81     
  Branches                     514      528      +14     
=========================================================
+ Hits                        3983     4013      +30     
- Misses                      2199     2249      +50     
- Partials                     161      162       +1     

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