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

deque: Extend support for custom execution policies #448

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 deque 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 89.18919% with 4 lines in your changes missing coverage. Please review.

Project coverage is 97.08%. Comparing base (3cb7082) to head (a2f4dd8).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/stdgpu/impl/deque_detail.cuh 89.18% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #448      +/-   ##
==========================================
- Coverage   97.21%   97.08%   -0.14%     
==========================================
  Files          33       33              
  Lines        2624     2641      +17     
==========================================
+ Hits         2551     2564      +13     
- Misses         73       77       +4     

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


🚨 Try these New Features:

@stotko stotko merged commit 1fb525f into master Nov 19, 2024
59 of 61 checks passed
@stotko stotko deleted the deque_extended_execution_policy branch November 19, 2024 14:03
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