You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [rocprofiler-systems] [ROCpd] Add OMPT callbacks to ROCpd (#1016)
* Add OMPT to ROCpd
* Use correct category
* Added wrapper functions for future control
* Formatting
* Fix naming
* Comment change
* Remove ompt_get_cb_args
* Switched to using region_sample for OMPT
* Remove relic function
* Remove get_use_rocpd that was used in this pr (one still remains)
* Rename ompt_get_args_string and reuse in tool_tracing_callback_stop
* Make lock init and destroy cb instant
* [Prototype] ROCPD Name fix
* [Prototype] ROCPD Name fix P1
* [Prototype] ROCPD Name fix P2
* ROCPD Name fix
* Var name changes
* Rewrite cb overwrite to single function
* [Important] Use parallel_data as key for parallel callback map
* Fix workflow failure
* Make cpp USE_ROCM consistent with hpp and use default constructor if USE_ROCM = 0
* Add missing ROCPROFILER_VERSION check
* Improve readability
* Make ompt storage maps thread local
* Part 1: Variable name fix, memory cleanup, and fixed asserts
* Part 2: Add comments
* Part 3: Add CI_THROW
* Part 4: Formatting
* Part 5: Move #include to cpp
* Add missing counter events handling for ROCPD (#1305)
* Add missing counter events handling for ROCPD
* Update projects/rocprofiler-systems/source/lib/rocprof-sys/library/rocprofiler-sdk/counters.cpp
* Update projects/rocprofiler-systems/source/lib/rocprof-sys/library/rocprofiler-sdk/counters.cpp
* Fixed formatting
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
---------
Signed-off-by: Marjan Antic <Marjan.Antic@amd.com>
Co-authored-by: David Galiffi <David.Galiffi@amd.com>
* Update VERSION to 1.2.1
* Update CHANGELOG.md
* Add caching of category region for rocpd (#1420)
* Add caching of category region
Fix vaapi traces
Remove region_with_name
* Applied suggestions from code review
* Add some simple rocpd testing
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
* Adjust `rocpd_string` validation parameters
* Adjust `rocm_marker_api` validation parameters
* Update projects/rocprofiler-systems/CHANGELOG.md
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com>
* Update projects/rocprofiler-systems/CHANGELOG.md
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com>
* Update projects/rocprofiler-systems/CHANGELOG.md
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com>
---------
Signed-off-by: Marjan Antic <Marjan.Antic@amd.com>
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
Co-authored-by: Kian Cossettini <Kian.Cossettini@amd.com>
Co-authored-by: marantic-amd <marantic@amd.com>
Co-authored-by: Milan Radosavljevic <milan.radosavljevic@amd.com>
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@
4
4
5
5
Full documentation for ROCm Systems Profiler is available at [https://rocm.docs.amd.com/projects/rocprofiler-systems/en/latest/](https://rocm.docs.amd.com/projects/rocprofiler-systems/en/latest/).
6
6
7
+
## ROCm Systems Profiler 1.2.1 for ROCm 7.1.1
8
+
9
+
### Resolved issues
10
+
11
+
- Fixed an issue of OpenMP Tools (OMPT) events, GPU performance counters, VA-API, MPI, and host events failing to be collected in the `rocpd` output.
0 commit comments