-
Notifications
You must be signed in to change notification settings - Fork 59
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
rocm: add known problems with some events to README #114
rocm: add known problems with some events to README #114
Conversation
src/components/rocm/README.md
Outdated
@@ -85,6 +85,20 @@ setting the ROCP\_TOOL\_LIB to the PAPI library as follows: | |||
|
|||
The binary image of a `double` is intact; but users must recast to `double` for display purposes. | |||
|
|||
* The following ROCm events are known to cause an error when the rocm component is used in sampling mode | |||
|
|||
TA_BUSY_{sum,avr,min,max} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A similar memory access fault occurs with the event "TCP_TCC_NC_ATOMIC_REQ_sum." Perhaps re-word the README to not specify just the TA_BUSY_* events.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed the wording. Can you also create an issue that we can reference in the PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6570cdf
to
15ddb92
Compare
15ddb92
to
37bc995
Compare
the rending is off with these changes: |
37bc995
to
54bf0af
Compare
$ papi_command_line TA_BUSY_avr | ||
|
||
This utility lets you add events from the command line interface to see if they work. | ||
|
||
Successfully added: rocm:::TA_BUSY_avr:device=0 | ||
|
||
Memory access fault by GPU node-4 (Agent handle: 0x46d6d10) on address 0x7ffed888c000. Reason: Unknown. | ||
Aborted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume, this should be some input and output in a terminal, but thats not how it will render.
$ papi_command_line TA_BUSY_avr | |
This utility lets you add events from the command line interface to see if they work. | |
Successfully added: rocm:::TA_BUSY_avr:device=0 | |
Memory access fault by GPU node-4 (Agent handle: 0x46d6d10) on address 0x7ffed888c000. Reason: Unknown. | |
Aborted | |
```console | |
$ papi_command_line TA_BUSY_avr | |
This utility lets you add events from the command line interface to see if they work. | |
Successfully added: rocm:::TA_BUSY_avr:device=0 | |
Memory access fault by GPU node-4 (Agent handle: 0x46d6d10) on address 0x7ffed888c000. Reason: Unknown. | |
Aborted | |
```` |
src/components/rocm/README.md
Outdated
@@ -85,6 +85,21 @@ setting the ROCP\_TOOL\_LIB to the PAPI library as follows: | |||
|
|||
The binary image of a `double` is intact; but users must recast to `double` for display purposes. | |||
|
|||
* Some of the ROCm events are known to cause an error when the rocm component is used in sampling mode | |||
|
|||
For example TA_BUSY_avr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For example TA_BUSY_avr | |
For example `TA_BUSY_avr` |
54bf0af
to
c092407
Compare
c092407
to
e4cac74
Compare
Pull Request Description
Author Checklist
Why this PR exists. Reference all relevant information, including background, issues, test failures, etc
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
The PR needs to pass all the tests