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

Fix in-place execution of adjacent difference #492

Merged

Conversation

gevtushenko
Copy link
Collaborator

This PR eliminates UB from adjacent difference for the case of in-place execution. Removing LOAD_LDG has performance implications, so I keep it for copy version of the API.

@gevtushenko gevtushenko requested a review from alliepiper May 25, 2022 11:51
gevtushenko added a commit to gevtushenko/thrust that referenced this pull request May 25, 2022
@gevtushenko gevtushenko added type: bug: functional Does not work as intended. testing: gpuCI in progress Started gpuCI testing. labels May 25, 2022
@gevtushenko gevtushenko added the P0: must have Absolutely necessary. Critical issue, major blocker, etc. label May 25, 2022
@gevtushenko gevtushenko added testing: gpuCI passed Passed gpuCI testing. and removed testing: gpuCI in progress Started gpuCI testing. labels May 25, 2022
@gevtushenko gevtushenko merged commit 86eeaf1 into NVIDIA:main May 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P0: must have Absolutely necessary. Critical issue, major blocker, etc. testing: gpuCI passed Passed gpuCI testing. type: bug: functional Does not work as intended.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants