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

Fix some issues with QNN #184

Merged
merged 7 commits into from
Aug 14, 2024
Merged

Fix some issues with QNN #184

merged 7 commits into from
Aug 14, 2024

Conversation

Zhaoyilunnn
Copy link
Collaborator

  1. When using real machine, backend is not configurable due to mistakenly override config:
    self._task.config(backend=self._backend)
    self._task.config(**task_options)
  2. The old submit interface now should send job synchronously:
    res = self.send(qc)
  3. Make send configurable based on env config files (WIP)

@ScQ-Cloud ScQ-Cloud merged commit 74f01f1 into ScQ-Cloud:master Aug 14, 2024
18 of 19 checks passed
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.

2 participants