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

rocprofiler issue80 fixup #98

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

gcongiu
Copy link
Contributor

@gcongiu gcongiu commented Oct 6, 2023

Pull Request Description

Fix rocprofiler issue80: ROCm/rocprofiler#80 (comment).

Author Checklist

  • Description
    Why this PR exists. Reference all relevant information, including background, issues, test failures, etc
  • Commits
    Commits are self contained and only do one thing
    Commits have a header of the form: module: short description
    Commits have a body (whenever relevant) containing a detailed description of the addressed problem and its solution
  • Tests
    The PR needs to pass all the tests

@gcongiu gcongiu changed the title 2023.10.06 issue80 fixup rocprofiler issue80 fixup Oct 6, 2023
@bertwesarg
Copy link
Contributor

Thanks @gcongiu, will give this a try on my side.

@gcongiu gcongiu force-pushed the 2023.10.06_issue80-fixup branch from 78fbc4d to 332e706 Compare October 11, 2023 16:46
Issue icl-utk-edu#80 was causing sampling mode multithreading not to work. This was
caused by a bug in the rocm component that tried to monitor multiple GPU
devices using the using the same rocprofiler queue.

Assigning one independent queue per device solves the issue.
@gcongiu gcongiu force-pushed the 2023.10.06_issue80-fixup branch from 332e706 to 3d290c5 Compare October 11, 2023 16:50
@gcongiu gcongiu merged commit 0f0c36a into icl-utk-edu:master Oct 12, 2023
14 checks passed
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