Add enum to string cxx utils (#153)

* Add enum to string cxx utils

* Add license header

* Address review comments

* Add version assertions

* Address review comments

* Fix thread trace header include

---------

Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>

[ROCm/rocprofiler-sdk commit: eaf3bbceb7]
This commit is contained in:
Kuricheti, Mythreya
2025-05-05 19:02:13 -07:00
committed by GitHub
parent 4b414f1ee5
commit 0e829c9342
4 changed files with 1883 additions and 2 deletions
@@ -3,8 +3,8 @@
# Installation of public C++ headers
#
#
set(ROCPROFILER_CXX_HEADER_FILES hash.hpp name_info.hpp operators.hpp perfetto.hpp
utility.hpp serialization.hpp version.hpp)
set(ROCPROFILER_CXX_HEADER_FILES enum_string.hpp hash.hpp name_info.hpp operators.hpp
perfetto.hpp utility.hpp serialization.hpp version.hpp)
install(
FILES ${ROCPROFILER_CXX_HEADER_FILES}
File diff suppressed because it is too large Load Diff