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

vector: Extend support for custom execution policies #449

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

stotko
Copy link
Owner

@stotko stotko commented Nov 19, 2024

Although all containers received support for custom execution_policys, this support is complete due to a left-over synchronous memcpy. Fortunately, this limitation has been resolved. Extend the support for vector accordingly to fill some of the remaining holes.

Partially addresses #351

@stotko stotko added this to the 2.0.0 milestone Nov 19, 2024
Copy link

codecov bot commented Nov 19, 2024

Codecov Report

Attention: Patch coverage is 92.45283% with 4 lines in your changes missing coverage. Please review.

Project coverage is 96.93%. Comparing base (1fb525f) to head (f4dd289).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/stdgpu/impl/vector_detail.cuh 92.30% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #449      +/-   ##
==========================================
- Coverage   97.04%   96.93%   -0.12%     
==========================================
  Files          33       33              
  Lines        2641     2672      +31     
==========================================
+ Hits         2563     2590      +27     
- Misses         78       82       +4     

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


🚨 Try these New Features:

@stotko stotko force-pushed the vector_extended_execution_policy branch from 99fe4a0 to f4dd289 Compare November 19, 2024 14:34
@stotko stotko merged commit 4907180 into master Nov 19, 2024
59 of 61 checks passed
@stotko stotko deleted the vector_extended_execution_policy branch November 19, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant