-
Notifications
You must be signed in to change notification settings - Fork 97
Move CI job and fix cuda12.2 cusparse matrix, coo exception, workspace reallcation #1843
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing the CI!
.gitlab-ci.yml
Outdated
@@ -656,15 +656,12 @@ undefinedsanitizer: | |||
-DCTEST_MEMORYCHECK_TYPE=UndefinedBehaviorSanitizer | |||
|
|||
cudamemcheck: | |||
stage: QoS_tools | |||
stage: build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this stay?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to ensure that it is working before I merge this.
But I wonder whether it exceed the time limit of slurm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will reverse it before merging when the job is finished once.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is passed. I have also restructured the commit history with reversing the temporary check.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1843 +/- ##
===========================================
- Coverage 89.42% 89.42% -0.01%
===========================================
Files 849 849
Lines 71025 71023 -2
===========================================
- Hits 63516 63514 -2
Misses 7509 7509 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR extracts some part from #1841 . This PR does not add the spack availability or more jobs.
cuda below 11.8 only check build not test now because current setup can not always get the gpu supported by these compilercudamemcheck task uses cuda12 docker image and compute-sanitizer not cuda11 with the same reason. TODO: check whether it work or not