Commit 518d350
authored
Modernize roctx Annotations (#4523)
## Summary
ROCm annotations (roctx) for ROCm profiling tools have been modernized
in ROCm 6.2+. Use the new modules and tooling support now.
- [x] CMake
- [x] GnuMake
- [x]
[Includes](ROCm/roctracer#56 (comment))
- [x]
[Markers](https://rocm.docs.amd.com/projects/rocprofiler-sdk/en/latest/how-to/using-rocprofiler-sdk-roctx.html#how-to-use-roctx-in-your-application)
Tested on LLNL Tuolumne with ROCm 6.4.1.
## Additional background
See ROCm/roctracer#56 (comment)
Attention: ROCm/rocprofiler-systems#266
## Checklist
The proposed changes:
- [ ] fix a bug or incorrect behavior in AMReX
- [x] add new capabilities to AMReX
- [ ] changes answers in the test suite to more than roundoff level
- [ ] are likely to significantly affect the results of downstream AMReX
users
- [ ] include documentation in the code and/or rst files, if appropriate1 parent 1d307c2 commit 518d350
File tree
4 files changed
+7
-18
lines changed- Src/Base
- Tools
- CMake
- GNUMake/comps
4 files changed
+7
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 34 | + | |
38 | 35 | | |
39 | 36 | | |
40 | 37 | | |
| |||
1062 | 1059 | | |
1063 | 1060 | | |
1064 | 1061 | | |
1065 | | - | |
| 1062 | + | |
1066 | 1063 | | |
1067 | 1064 | | |
1068 | 1065 | | |
| |||
1073 | 1070 | | |
1074 | 1071 | | |
1075 | 1072 | | |
1076 | | - | |
| 1073 | + | |
1077 | 1074 | | |
1078 | 1075 | | |
1079 | 1076 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| 305 | + | |
305 | 306 | | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
| 307 | + | |
316 | 308 | | |
317 | 309 | | |
318 | 310 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments