✨ Add multi-program jobs - #509
Open
burgholzer wants to merge 4 commits into
Open
Conversation
Contributor
|
burgholzer
force-pushed
the
codex/multi-program-jobs
branch
from
August 23, 2026 19:58
12be7d7 to
50ed628
Compare
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## codex/program-format-capabilities #509 +/- ##
===================================================================
- Coverage 91.1% 90.9% -0.2%
===================================================================
Files 7 7
Lines 800 861 +61
Branches 164 181 +17
===================================================================
+ Hits 729 783 +54
- Misses 71 78 +7
🚀 New features to boost your workflow:
|
burgholzer
force-pushed
the
codex/multi-program-jobs
branch
from
August 23, 2026 20:04
50ed628 to
99ad870
Compare
burgholzer
changed the base branch from
develop
to
codex/program-format-capabilities
August 24, 2026 10:39
burgholzer
force-pushed
the
codex/multi-program-jobs
branch
from
August 24, 2026 10:59
f469df0 to
8ced3f4
Compare
11 tasks
burgholzer
commented
Aug 24, 2026
burgholzer
left a comment
Contributor
Author
There was a problem hiding this comment.
This one is looking fine as well with the exception of one point that may need further addressing.
burgholzer
marked this pull request as ready for review
August 24, 2026 11:49
This was referenced Aug 24, 2026
This was referenced Sep 1, 2026
Open
Open
Assisted-by: GPT-5.6 Sol via Codex
Add atomic ordered program lists, indexed result retrieval, aggregate lifecycle semantics, and exact legacy-setter behavior. Assisted-by: GPT-5.6 Sol via Codex
Give clang-tidy the standalone device test compilation command and use NUL-terminated storage for text-program fixtures. Assisted-by: GPT-5.6 Sol via Codex
Remove the legacy client and device program parameters so count-one and multi-program jobs use the same atomic setter. Update the examples, tests, migration guide, and Yannick Stade attribution. Assisted-by: GPT-5.6 Sol via Codex
burgholzer
force-pushed
the
codex/multi-program-jobs
branch
from
September 4, 2026 09:52
ff59f75 to
06711e1
Compare
burgholzer
changed the base branch from
codex/program-format-capabilities
to
develop
September 4, 2026 09:52
This was referenced Sep 4, 2026
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.
🤖 AI text below 🤖
Description
Introduce native, ordered multi-program jobs independently of #508. This PR is based directly on
v1.4and retains the existingQDMI_Program_Formatenum. No payload-capability descriptor is required.job_set_programsatomically copy a list in one format, including the count-one path. The legacyPROGRAMsetter is removed so both paths share the same contract.icorresponds to input programi; execution order is unspecified.PROGRAMSNUMalso applies to retrieved jobs.No per-program formats, options, lifecycle, partial results, or execution-capability model are introduced. Core adoption is tracked in munich-quantum-toolkit/core#2359, with low-level extraction in munich-quantum-toolkit/core#2362. Target: QDMI 1.4 / Core 4.1; release artifacts require released dependency pins.
Validation
Independent release build (including device templates) and all 109 configured CTests passed: 89 passed and 20 expected read-only skips.
uvx prek run -apassed. Hosted CI must be evaluated on the new head.End-to-end acceptance
Before the interface change merges, link a working Core consumer and a demonstration with at least one existing provider, preferably both where applicable. Compatibility evidence suffices when a provider needs no changes. Development revisions may support these tests; published artifacts must use released dependencies. Validate aggregate identity, indexed results, cancellation, failure, and retrieval. A provider SDK's batch helper may only submit independent tasks; do not infer the aggregate contract from that helper alone.
Checklist
If PR contains AI-assisted content:
Assisted-by: [Model Name] via [Tool Name]footer.