juntyr / rust-cuda

https://juntyr.github.io/rust-cuda/
Apache License 2.0
5 stars 1 forks source link

Support async CUDA operations #10

Closed juntyr closed 4 months ago

codecov-commenter commented 1 year ago

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 :warning:
src/utils/async.rs 0.00% 377 Missing :warning:
src/kernel/mod.rs 0.00% 280 Missing :warning:
src/utils/adapter.rs 0.00% 266 Missing :warning:
src/host/mod.rs 0.00% 217 Missing :warning:
...st-cuda-kernel/src/kernel/specialise/param_type.rs 0.00% 196 Missing :warning:
rust-cuda-kernel/src/kernel/link/mod.rs 73.86% 179 Missing :warning:
src/utils/exchange/wrapper.rs 0.00% 179 Missing :warning:
src/lend/mod.rs 0.00% 168 Missing :warning:
src/lend/impls/option.rs 0.00% 122 Missing :warning:
... and 34 more

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 1 year ago

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

github-actions[bot] commented 1 year ago

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

github-actions[bot] commented 9 months ago

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

github-actions[bot] commented 9 months ago

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

github-actions[bot] commented 9 months ago

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

github-actions[bot] commented 9 months ago

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

github-actions[bot] commented 9 months ago

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

juntyr commented 4 months ago

Superseded by #18