-
Notifications
You must be signed in to change notification settings - Fork 184
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
Enable Python/C++ interop via exposed JIT functionality #2214
Conversation
Command Bot: Processing... |
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Command Bot: Processing... |
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
e9734fb
to
b569c27
Compare
Command Bot: Processing... |
1 similar comment
Command Bot: Processing... |
fba3b7c
to
8a8d97a
Compare
Signed-off-by: Alex McCaskey <[email protected]>
Signed-off-by: Alex McCaskey <[email protected]>
Signed-off-by: Alex McCaskey <[email protected]>
Signed-off-by: Alex McCaskey <[email protected]>
Signed-off-by: Alex McCaskey <[email protected]>
Signed-off-by: Alex McCaskey <[email protected]>
Signed-off-by: Alex McCaskey <[email protected]>
Signed-off-by: Alex McCaskey <[email protected]>
Signed-off-by: Alex McCaskey <[email protected]>
Signed-off-by: Alex McCaskey <[email protected]>
Signed-off-by: Alex McCaskey <[email protected]>
Signed-off-by: Alex McCaskey <[email protected]>
Signed-off-by: Alex McCaskey <[email protected]>
c0354c8
to
a390b7c
Compare
Command Bot: Processing... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the updates.
Signed-off-by: Alex McCaskey <[email protected]>
Command Bot: Processing... |
Command Bot: Processing... |
Command Bot: Processing... |
* Enable C++ interop with user Python kernels. Signed-off-by: Alex McCaskey <[email protected]>
* Enable C++ interop with user Python kernels. Signed-off-by: Alex McCaskey <[email protected]> Signed-off-by: Anna Gringauze <[email protected]>
Enable one to pass Python kernels to library entry-point kernels defined in C++. Enable one to expose C++ pure-device kernels to Python.