-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fixes for GPU tests and GPU workflow #200
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## cupy_matrices #200 +/- ##
==============================================
Coverage 99.91% 99.91%
==============================================
Files 12 12
Lines 1115 1116 +1
==============================================
+ Hits 1114 1115 +1
Misses 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@BrunoLiegiBastonLiegi is there something else that needs to be done to use the selfhosted workflow in this PR after dd5bfc0? |
Not 100% sure, but probably there are actions that need to be taken at the repo level, for instance I am not sure whether this secret: qibojit/.github/workflows/selfhosted.yml Line 23 in dd5bfc0
is available in this repo as well (@scarrazza ) |
I think we can remove this secret. |
@andrea-pasquale I think we can merge this one in the meantime, such that I can update the |
Playing around with numba threading in combination with qiboteam/qibo#1561@andrea-pasquale this PR houses eventual fixes needed by qiboteam/qibo#1561.