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

Support omnitrace-dl as kokkos profile library #37

Merged
merged 1 commit into from
Jun 10, 2022

Conversation

jrmadsen
Copy link
Collaborator

  • export KOKKOS_PROFILE_LIBRARY="libomnitrace-dl.so" is now valid
  • add OnLoad and OnUnload to omnitrace-dl
  • disable global fence for kokkos profiling tools
  • tweak omnitrace_strip_target to use wildcards
  • added dl-gen.py script for generating dlopen bindings
  • added support for kokkosp_request_tool_settings
  • added support for kokkosp_dual_view_sync
  • added support for kokkosp_dual_view_modify
  • guard against Kokkos profile regions and sections when perfetto is enabled because these can/will corrupt the call-stack

- add OnLoad and OnUnload to omnitrace-dl
- disable global fence for kokkos profiling tools
- tweak omnitrace_strip_target to use wildcards
- added dl-gen.py script for generating dlopen bindings
- added support for kokkosp_request_tool_settings
- added support for kokkosp_dual_view_sync
- added support for kokkosp_dual_view_modify
@jrmadsen jrmadsen added enhancement New feature or request libomnitrace-dl Involves omnitrace-dl library KokkosP Kokkos Performance Tools cmake Modifies the CMake build system labels Jun 10, 2022
@jrmadsen jrmadsen merged commit ab395f8 into ROCm:main Jun 10, 2022
@jrmadsen jrmadsen deleted the omnitrace-dl-kokkosp branch June 10, 2022 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmake Modifies the CMake build system enhancement New feature or request KokkosP Kokkos Performance Tools libomnitrace-dl Involves omnitrace-dl library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant