Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

In-place guarantees for partition #495

Merged

Conversation

gevtushenko
Copy link
Collaborator

It's not allowed to alias in/out data in case of partition because unselected data might override input array for a CTA that hasn't been scheduled yet. These leads to loosing data.

@gevtushenko gevtushenko requested a review from alliepiper May 26, 2022 12:13
gevtushenko added a commit to gevtushenko/thrust that referenced this pull request May 26, 2022
@alliepiper alliepiper added type: enhancement New feature or request. P1: should have Necessary, but not critical. area: docs Related to documentation. labels Jun 3, 2022
@alliepiper alliepiper added this to the 2.0.0 milestone Jun 3, 2022
@alliepiper alliepiper added the testing: gpuCI passed Passed gpuCI testing. label Jun 3, 2022
@gevtushenko gevtushenko merged commit d1e87db into NVIDIA:main Jun 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: docs Related to documentation. P1: should have Necessary, but not critical. testing: gpuCI passed Passed gpuCI testing. type: enhancement New feature or request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants