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

mpl/ze: Add debug logging for specialized ipc handle cache #7328

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

raffenet
Copy link
Contributor

@raffenet raffenet commented Mar 11, 2025

Pull Request Description

ZE uses a specialized cache contained within MPL by default. Because of this, it will bypass the generic cache in the ch4 layer and not output any cache debug messages. Add debug messages directly in MPL to mirror the generic cache for now. Eventually we will remove the specialized cache once the generic one reaches feature parity.

Author Checklist

  • Provide Description
    Particularly focus on why, not what. Reference background, issues, test failures, xfail entries, etc.
  • Commits Follow Good Practice
    Commits are self-contained and do not do two things at once.
    Commit message is of the form: module: short description
    Commit message explains what's in the commit.
  • Passes All Tests
    Whitespace checker. Warnings test. Additional tests via comments.
  • Contribution Agreement
    For non-Argonne authors, check contribution agreement.
    If necessary, request an explicit comment from your companies PR approval manager.

ZE uses a specialized cache contained within MPL by default. Because of
this, it will bypass the generic cache in the ch4 layer and not output
any cache debug messages. Add debug messages directly in MPL to mirror
the generic cache for now. Eventually we will remove the specialized
cache once the generic one reaches feature parity.
@raffenet
Copy link
Contributor Author

test:mpich/ch4/gpu

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