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

Port HighLevelSynthesis to rust #12211

Open
Tracked by #12208
mtreinish opened this issue Apr 18, 2024 · 0 comments
Open
Tracked by #12208

Port HighLevelSynthesis to rust #12211

mtreinish opened this issue Apr 18, 2024 · 0 comments
Assignees
Labels
mod: transpiler Issues and PRs related to Transpiler performance priority: high Rust This PR or issue is related to Rust code in the repository
Milestone

Comments

@mtreinish
Copy link
Member

mtreinish commented Apr 18, 2024

This issue tracks porting the HighLevelSynthesis pass to rust as part of the #12208 epic. This pass in particular will still always require a fairly large python component, as the high level synthesis plugin interface necessitates a Python execution mode. One option is we can call Python from rust to pass a unitary array to the plugins and then operate exclusively from rust otherwise as well. The other thing worth investigating is for all the built-in synthesis methods we can have a rust only execution mode if the plugins are selected and only use python to call the external plugins if the HLSConfig contains any plugins outside the set of what's included in Qiskit.

@mtreinish mtreinish changed the title HighLevelSynthesis Port HighLevelSynthesis to rust Apr 18, 2024
@mtreinish mtreinish added the Rust This PR or issue is related to Rust code in the repository label Apr 18, 2024
@mtreinish mtreinish added performance mod: transpiler Issues and PRs related to Transpiler labels Apr 18, 2024
@1ucian0 1ucian0 added this to the 1.3.0 milestone Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mod: transpiler Issues and PRs related to Transpiler performance priority: high Rust This PR or issue is related to Rust code in the repository
Projects
None yet
Development

No branches or pull requests

3 participants