Skip to content

Gpu #1010

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

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from
Draft

Gpu #1010

wants to merge 22 commits into from

Conversation

doug-q
Copy link
Contributor

@doug-q doug-q commented Jul 31, 2025

No description provided.

@hugrbot
Copy link
Collaborator

hugrbot commented Jul 31, 2025

Hey there and thank you for opening this pull request! 👋

We follow the Conventional Commits convention for PR titles. It looks like your title needs some adjustment.

The title should have a type prefix, followed by a colon. The most important ones are:

  • feat: for new features
  • fix: for bug fixes

If the PR contains a breaking change, use feat!: or fix!: instead and include a "BREAKING CHANGE:" footer in the description of the pull request.

You may also include a (scope) after the type prefix.

Expand this message for the full list of tags.
  • feat: New feature
  • fix: Bug fix
  • docs: Documentation-only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semicolons, etc)
  • refactor: A code change that neither fixes a bug nor adds a feature
  • perf: Performance improvements
  • test: Adding missing or correcting existing tests
  • ci: Changes to our CI configuration files and scripts
  • chore: Other changes that do not alter public APIs or code behaviour
  • revert: Reverts a previous commit

Copy link

codecov bot commented Jul 31, 2025

Codecov Report

❌ Patch coverage is 74.03651% with 128 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.09%. Comparing base (f1ee0a4) to head (8e0f385).

Files with missing lines Patch % Lines
tket-qsystem/src/extension/gpu.rs 74.02% 115 Missing and 12 partials ⚠️
tket-qsystem/src/bin/tket-qsystem.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1010      +/-   ##
==========================================
- Coverage   78.24%   78.09%   -0.16%     
==========================================
  Files         102      103       +1     
  Lines       12785    13278     +493     
  Branches    12506    12996     +490     
==========================================
+ Hits        10004    10369     +365     
- Misses       2125     2241     +116     
- Partials      656      668      +12     
Flag Coverage Δ
python 81.20% <100.00%> (+0.20%) ⬆️
rust 78.02% <73.87%> (-0.17%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@qartik qartik requested a review from jake-arkinstall August 12, 2025 15:23
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.

3 participants