Skip to content

Integrating thrust into HPX #6744

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adityacodes30
Copy link

This PR contains/will contain commits for integrating NVIDIA Thrust into HPX as part of the Google Summer of Code 2025 project.

Progress Checklist

Milestones

  • Basic Thrust policy structure
  • Initial algorithm dispatch is working (hpx::fill)

In Progress

  • Additional algorithms

Any background context you want to provide?

Early stage implementation for HPX-Thrust integration. This provides the foundation for Thrust GPU-accelerated parallel algorithms through HPX

Checklist

  • I have added a new feature and have added tests to go along with it.
  • I have fixed a bug and have added a regression test.
  • I have added a test using random numbers; I have made sure it uses a seed, and that random numbers generated are valid inputs for the tests.

This commit adds a basic poc implementation for thrust policy and algorithm dispatch based on it
@StellarBot
Copy link

Can one of the admins verify this patch?

Copy link

codacy-production bot commented Jul 17, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.06%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (dcf267d) 194034 165080 85.08%
Head commit (4885a83) 193838 (-196) 165025 (-55) 85.14% (+0.06%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#6744) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

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.

3 participants