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

Support async CUDA operations #10

Closed
wants to merge 120 commits into from
Closed

Support async CUDA operations #10

wants to merge 120 commits into from

Conversation

juntyr
Copy link
Owner

@juntyr juntyr commented Nov 24, 2022

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Nov 27, 2022

Codecov Report

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

Comparison is base (d717e59) 58.11% compared to head (6311a6d) 32.12%.

Files Patch % Lines
src/kernel/param.rs 0.00% 526 Missing ⚠️
src/utils/async.rs 0.00% 377 Missing ⚠️
src/kernel/mod.rs 0.00% 280 Missing ⚠️
src/utils/adapter.rs 0.00% 266 Missing ⚠️
src/host/mod.rs 0.00% 217 Missing ⚠️
...st-cuda-kernel/src/kernel/specialise/param_type.rs 0.00% 196 Missing ⚠️
rust-cuda-kernel/src/kernel/link/mod.rs 73.86% 179 Missing ⚠️
src/utils/exchange/wrapper.rs 0.00% 179 Missing ⚠️
src/lend/mod.rs 0.00% 168 Missing ⚠️
src/lend/impls/option.rs 0.00% 122 Missing ⚠️
... and 34 more

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##             main      #10       +/-   ##
===========================================
- Coverage   58.11%   32.12%   -25.99%     
===========================================
  Files          49       52        +3     
  Lines        3653     6393     +2740     
===========================================
- Hits         2123     2054       -69     
- Misses       1530     4339     +2809     

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

@github-actions
Copy link

github-actions bot commented Jan 7, 2023

Rebase of head ref async on base ref main failed. Conflicts must be resolved manually.

@github-actions
Copy link

Rebase of head ref async on base ref main failed. Conflicts must be resolved manually.

Copy link

Rebase of head ref async on base ref main failed. Conflicts must be resolved manually.

4 similar comments
Copy link

Rebase of head ref async on base ref main failed. Conflicts must be resolved manually.

Copy link

Rebase of head ref async on base ref main failed. Conflicts must be resolved manually.

Copy link

Rebase of head ref async on base ref main failed. Conflicts must be resolved manually.

Copy link

Rebase of head ref async on base ref main failed. Conflicts must be resolved manually.

@juntyr juntyr marked this pull request as ready for review January 14, 2024 03:25
@juntyr
Copy link
Owner Author

juntyr commented May 20, 2024

Superseded by #18

@juntyr juntyr closed this May 20, 2024
@juntyr juntyr deleted the async branch May 20, 2024 07:47
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.

None yet

2 participants