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

Run compute-sanitizer on CI checks #1953

Merged
merged 5 commits into from
Nov 26, 2024
Merged

Run compute-sanitizer on CI checks #1953

merged 5 commits into from
Nov 26, 2024

Conversation

joaander
Copy link
Member

Description

Run pytest with compute-sanitizer tools on the GPU builds in CI.

Motivation and context

Discover subtle bugs such as those in #1944.

How has this been tested?

Racecheck should fail now. After merging #1944, it should pass.

Checklist:

compute-sanitizer can help disover subtle bugs that are otherwise hard
to reproduce (such as the one solved in #1944).
@joaander
Copy link
Member Author

@tcmoore3 @josephburkhart, since you both asked for it - here it is. Testing locally, the racecheck takes ~14 minutes compared to ~47 seconds for running without racecheck. To reduce the load on the CI systems, I run racecheck only when the validate tag is added.

@joaander joaander added the validate Execute long running validation tests on pull requests label Nov 26, 2024
@joaander joaander merged commit 742fb5d into trunk-major Nov 26, 2024
34 checks passed
@joaander joaander deleted the compute-sanitizer branch November 26, 2024 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
validate Execute long running validation tests on pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants