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

Fixes a bug with separate compilation. #2264

Merged
merged 4 commits into from
Oct 10, 2024
Merged

Conversation

schweitzpgi
Copy link
Collaborator

The bridge wasn't adding all possible __qpu__ functions to the list, so the call converter wasn't converting a pure device kernel call on the device side. This change fixes that bug, updates the call converter to be able to add any missing declaration(s), and adds a regression test.

Description

The bridge wasn't adding all possible `__qpu__` functions to the list, so the
call converter wasn't converting a pure device kernel call on the device side.
This change fixes that bug, updates the call converter to be able to add any
missing declaration(s), and adds a regression test.

Signed-off-by: Eric Schweitz <[email protected]>
Signed-off-by: Eric Schweitz <[email protected]>
@schweitzpgi schweitzpgi enabled auto-merge (squash) October 9, 2024 23:26
Copy link

CUDA Quantum Docs Bot: A preview of the documentation can be found here.

github-actions bot pushed a commit that referenced this pull request Oct 10, 2024
Signed-off-by: Eric Schweitz <[email protected]>
Signed-off-by: Eric Schweitz <[email protected]>
@schweitzpgi schweitzpgi merged commit 90a0b02 into NVIDIA:main Oct 10, 2024
129 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 10, 2024
@schweitzpgi schweitzpgi deleted the ch-sep.com branch October 10, 2024 14:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants