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

Prevent hangs in CI during parallel run compilation #2844

Merged
merged 10 commits into from
Jun 26, 2023

Conversation

mrwyattii
Copy link
Contributor

We are seeing random hangs, which we believe are caused by multiple pytest processes trying to compile the same code at once creating a deadlock. This PR sets a seperate TORCH_EXTENSIONS_DIR for each pytest process to avoid this.

@tjruwase

@mrwyattii mrwyattii enabled auto-merge (squash) February 17, 2023 00:15
@jeffra jeffra requested a review from loadams as a code owner June 23, 2023 21:31
@mrwyattii mrwyattii merged commit 2b2be85 into microsoft:master Jun 26, 2023
19 checks passed
jeffra added a commit that referenced this pull request Jun 26, 2023
jeffra added a commit that referenced this pull request Jun 26, 2023
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