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

Fix for the one pool scheme #170

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

magnatelee
Copy link

@magnatelee magnatelee commented Oct 21, 2024

This PR contains changes to legate_library.cc and mapper.cc to make them compatible with the new one pool scheme. Those changes are sufficient for functional correctness but not for high performance, for which one must put in more accurate pool sizes.

@seberg @RAMitchell this PR is built on #163, so we can ignore all but the changes to the two files.

Jacobfaib and others added 2 commits October 17, 2024 13:04
This updates code for 24.09 compatibility based on Jacobs start.

Additional/larger changes:
* legate::cuda::StreamPool::get_stream_pool().get_stream(); is deprecated
  so use context.get_task_stream() and rewire things as needed.
* We are always including the label/experimental channel.
* The `install_info.py` file generation seem slightly different, so
  the test scripts now move into the test folder and then run the tests.
  (This could maybe be improved.)
  This has no effect locally, though.

Signed-off-by: Sebastian Berg <[email protected]>
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.

2 participants