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

Improve cluster plotter performance #3298

Merged
merged 2 commits into from
Dec 31, 2024
Merged

Conversation

nazar-pc
Copy link
Member

@nazar-pc nazar-pc commented Dec 9, 2024

This should help with utilization of multiple GPUs. The theory here is that under certain conditions timeouts are preventing lower index sectors from making progress (order is not deterministic) and higher index sectors can't start because lower sector index are waiting for retry.

Notifying one of the pending sectors should allow to make progress faster and avoid leaving GPU idling. This may actually allow us to increase maximum time between retries now or even combine multiple concurrent retries into a single queue.

Waiting for community feedback on this before merging.

Code contributor checklist:

Copy link
Member

@teor2345 teor2345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense!

@nazar-pc nazar-pc added this pull request to the merge queue Dec 31, 2024
Merged via the queue into main with commit 7ffa30b Dec 31, 2024
15 checks passed
@nazar-pc nazar-pc deleted the improve-cluster-plotter-performance branch December 31, 2024 23:54
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