juntyr / rust-cuda

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

API redesign with async support #18

Closed juntyr closed 6 months ago

codecov-commenter commented 6 months ago

Codecov Report

Attention: Patch coverage is 0% with 2609 lines in your changes are missing coverage. Please review.

Project coverage is 0.00%. Comparing base (f395253) to head (9b7a875).

Files Patch % Lines
rust-cuda-kernel/src/kernel/link/mod.rs 0.00% 707 Missing :warning:
rust-cuda-kernel/src/kernel/wrapper/mod.rs 0.00% 271 Missing :warning:
...st-cuda-kernel/src/kernel/specialise/param_type.rs 0.00% 196 Missing :warning:
src/utils/adapter.rs 0.00% 162 Missing :warning:
rust-cuda-derive/src/rust_to_cuda/impl.rs 0.00% 135 Missing :warning:
...kernel/wrapper/generate/host_link_macro/get_ptx.rs 0.00% 134 Missing :warning:
...kernel/src/kernel/wrapper/generate/cuda_wrapper.rs 0.00% 121 Missing :warning:
rust-cuda-kernel/src/kernel/lints.rs 0.00% 113 Missing :warning:
rust-cuda-derive/src/rust_to_cuda/field_copy.rs 0.00% 111 Missing :warning:
...src/kernel/wrapper/generate/host_link_macro/mod.rs 0.00% 97 Missing :warning:
... and 20 more

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #18 +/- ## ========================================== - Coverage 58.39% 0.00% -58.40% ========================================== Files 48 33 -15 Lines 3653 3290 -363 ========================================== - Hits 2133 0 -2133 - Misses 1520 3290 +1770 ```

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