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

Remove Thrust pair type from prefix sum code #819

Merged

Conversation

stephenswat
Copy link
Member

It turns out (see #816) that simply removing Thrust from the core library is not enough; it needs to be further removed from the common device code, too. Although this commit is unlikely to resolve the issue (as some Thrust functions are still called in the common device code), removing the last use of the Thrust pair type serves to make me feel better.

It turns out (see acts-project#816) that simply removing Thrust from the core
library is not enough; it needs to be further removed from the common
device code, too. Although this commit is unlikely to resolve the issue
(as some Thrust functions are still called in the common device code),
removing the last use of the Thrust pair type serves to make me feel
better.
@stephenswat stephenswat added refactor Change the structure of the code shared Changes related to shared code labels Jan 22, 2025
Copy link

@stephenswat stephenswat merged commit b7ad1f2 into acts-project:main Jan 23, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Change the structure of the code shared Changes related to shared code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants