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 warm start to switch off when few rows remain #4

Closed
jmbhughes opened this issue Mar 1, 2024 · 0 comments · Fixed by #23
Closed

Improve warm start to switch off when few rows remain #4

jmbhughes opened this issue Mar 1, 2024 · 0 comments · Fixed by #23
Labels
enhancement New feature or request

Comments

@jmbhughes
Copy link
Member

jmbhughes commented Mar 1, 2024

Right now, when you run with warm start the image is broken into many chunks depending on the number of threads. However, some chunks are harder to unfold than others and end up lingering. At that point the CPU usage has dropped to 10% and could be greatly sped up by just turning off the warm start and using all the compute resources on cold optimizations. This will require some work, but it would be interesting to try.

This warm start hang up is most noticeable when you set alpha to low values like 1E-5.

It will be helpful to check the status of threads and cancel them.

@jmbhughes jmbhughes added the enhancement New feature or request label Mar 1, 2024
@jmbhughes jmbhughes linked a pull request Mar 5, 2024 that will close this issue
7 tasks
@jmbhughes jmbhughes mentioned this issue Mar 10, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant