Add backline frontend - #3068
Open
mehrdad2m wants to merge 152 commits into
Open
Conversation
Assisted-by: Claude Opus 4.8
Assisted-by: Claude Opus 4.8
Co-authored-by: Mehrdad Malek <39844030+mehrdad2m@users.noreply.github.com>
Co-authored-by: Mehrdad Malek <39844030+mehrdad2m@users.noreply.github.com>
Co-authored-by: Mehrdad Malek <39844030+mehrdad2m@users.noreply.github.com>
Co-authored-by: Mehrdad Malek <39844030+mehrdad2m@users.noreply.github.com>
rniczh
approved these changes
Aug 4, 2026
mehrdad2m
commented
Aug 4, 2026
| ) | ||
|
|
||
|
|
||
| def test_executor_node_mapping(): |
Contributor
Author
There was a problem hiding this comment.
Should we mark these xfail for now since the pennylane PR is not merged yet?
Member
There was a problem hiding this comment.
Done here e79e248. and a small fix to apply use_capture fixture
multiphaseCFD
self-requested a review
August 4, 2026 19:40
multiphaseCFD
removed their request for review
August 4, 2026 19:43
| nodes = [] | ||
| for coproc in backline.coprocessors: | ||
| node = _node_dict(coproc) | ||
| fn = coproc.coprocessor_fn |
Member
There was a problem hiding this comment.
@mehrdad2m @josephleekl Is coprocessor_fn optional? The runtime binds a default when symbol is empty, so if it's optional, I would suggest:
if symbol := getattr(fn, "symbol_name",""):
node["symbol"] = symbol
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context:
we need to make sure PennyLane
Backlinedevice is serialized to thecatalyst.backlinemodule attribute and compiled through the transport passesRelated PennyLane PR PennyLaneAI/pennylane#9772
Description of the Change:
Benefits:
Possible Drawbacks:
Related GitHub Issues:
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.