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

Extract alloc #13

Merged
merged 2 commits into from
Jul 15, 2024
Merged

Extract alloc #13

merged 2 commits into from
Jul 15, 2024

Conversation

jrbyrnes
Copy link
Owner

  1. clean up the bulk of the warnings seen when building on Optimizer-AMD
  2. Pull allocators out of the enumerator, and into the main scheduler class -- this allows for better memory management as we have memory preserved over all regions for both scheduling passes (as opposed to just one pass for one region)
  3. Disable post processing the history table -- tons of cycles spent walking over the history table after scheduling and doing nothing
  4. Disable stats::tracking, this is shared data across threads and is causing major caching problems

jrbyrnes and others added 2 commits August 26, 2023 11:03
ExtractAllocator + Don't waste cycles cleaning history table + Cleanup warnings
@jrbyrnes
Copy link
Owner Author

Was deferring this review, as it will cause rebase headaches, but due to project inactivity, it seems I might as well push it.

@jrbyrnes jrbyrnes merged commit 7bd2798 into parallelNewAMD Jul 15, 2024
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.

1 participant