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

Minimum upgrade to async-capable rust-cuda #271

Closed
wants to merge 28 commits into from
Closed

Conversation

juntyr
Copy link
Owner

@juntyr juntyr commented Jan 10, 2024

  • keep or revert Copy for Location and IndexedLocation?
  • find a better hack for EventBuffer
  • fix extraneous pub use for CUDA kernel
  • check build
  • check on hardware
  • block on CUDA async merge
    • async launch and capture semantics

@codecov-commenter
Copy link

codecov-commenter commented Jan 11, 2024

Codecov Report

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

Comparison is base (8c6e722) 15.19% compared to head (8c2cc90) 14.99%.
Report is 10 commits behind head on main.

Files Patch % Lines
...oalescence/algorithms/cuda/cpu-kernel/src/patch.rs 0.00% 120 Missing ⚠️
.../algorithms/cuda/src/parallelisation/monolithic.rs 0.00% 77 Missing ⚠️
rustcoalescence/algorithms/cuda/src/launch.rs 0.00% 59 Missing ⚠️
rustcoalescence/algorithms/cuda/src/lib.rs 0.00% 56 Missing ⚠️
necsim/impls/cuda/src/event_buffer.rs 0.00% 21 Missing ⚠️
...csim/plugins/species/src/individual/feather/mod.rs 0.00% 8 Missing ⚠️
necsim/core/bond/src/off_by_one_u64.rs 22.22% 7 Missing ⚠️
.../plugins/species/src/individual/sqlite/database.rs 0.00% 7 Missing ⚠️
necsim/core/src/simulation/mod.rs 0.00% 6 Missing ⚠️
.../parallelisation/monolithic/optimistic_lockstep.rs 0.00% 6 Missing ⚠️
... and 112 more

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #271      +/-   ##
==========================================
- Coverage   15.19%   14.99%   -0.20%     
==========================================
  Files         315      304      -11     
  Lines       21401    21421      +20     
==========================================
- Hits         3251     3213      -38     
- Misses      18150    18208      +58     

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

@juntyr
Copy link
Owner Author

juntyr commented May 20, 2024

Superseded by #276

@juntyr juntyr closed this May 20, 2024
@juntyr juntyr deleted the min-async-cuda branch May 20, 2024 15:14
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.

2 participants