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

feat: Support running a program with multiple sets of patch values in a single request. #445

Merged
merged 6 commits into from
Feb 28, 2024

Conversation

MarquessV
Copy link
Contributor

@MarquessV MarquessV commented Feb 22, 2024

closes #446

I've decided to not implement this as part of the Executable API. The Executable API maintains state for a single set of parameters, so adding support for multiple sets would lead to a breaking change.

single program with multiple sets of parameters.
@MarquessV MarquessV linked an issue Feb 22, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Feb 22, 2024

PR Preview Action v1.4.7
Preview removed because the pull request was closed.
2024-02-28 17:16 UTC

@MarquessV MarquessV changed the title feat: Support running a job against multiple sets of patch values feat: Support running a program with multiple sets of patch values in a single request. Feb 22, 2024
@MarquessV MarquessV marked this pull request as ready for review February 23, 2024 00:02
crates/lib/src/qpu/api.rs Outdated Show resolved Hide resolved
crates/python/qcs_sdk/qpu/api.pyi Outdated Show resolved Hide resolved
crates/python/qcs_sdk/qpu/api.pyi Outdated Show resolved Hide resolved
@MarquessV MarquessV merged commit 65e0e9d into main Feb 28, 2024
2 checks passed
@MarquessV MarquessV deleted the 410-expose-batch-translation-execution branch February 28, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support batching a single job with multiple parameter sets Expose batch translation & execution
2 participants