-
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
Ability to pass custom passes from nvq++
#1034
Conversation
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
I know this has been merged, but one thing I'll add here is that we need to figure out how an external user can build custom pass plugins apart from CUDA Quantum (real plugins, without requiring a fork of the main repo). I think this is probably as straightforward as ensuring that our MLIR headers are installed (which they are not now). |
Good point! I've posted #1037 to track this. |
Description
Ability to pass custom pass plugins (as
.so
files) fromnvq++
tocudaq-opt
and adding its passes to the pipeline.Resolved #969