-
Notifications
You must be signed in to change notification settings - Fork 28
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
Crusher hackathon updates #164
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- split user.h into header with types and header with functions
- LookupTID -> InternalTID - InternalTID -> SequentTID - lookup_value -> internal_value - internal_value -> sequent_value - construct_on_thread w/ instead instead of thread-local construct_on_init for thread_data
- mostly maintenance + some improvements for sampling
jrmadsen
added
bug fix
Fixes a bug
timemory
Issue affects/involves timemory features/capabilities
libomnitrace
Involves omnitrace library
libomnitrace-user
Involves omnitrace-user library
omnitrace-instrument
Involves the omnitrace-instrument executable (binary instrumenter)
binary instrumentation
Binary instrumentation
testing
Extends/improves/modifies testing
cmake
Modifies the CMake build system
submodule
Updates a git submodule
Dyninst
Involves Dyninst
rocprofiler
GPU kernel HW counters
labels
Sep 20, 2022
- fix compile error with gcc-7 - fix operation::generic_deleter calling reset on components
- set omnitrace_ROOT - set HSA_TOOLS_LIB + ROCP_TOOL_LIB, etc.
- Remove setting HSA_TOOLS_LIB in binary instrument (redundant)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
binary instrumentation
Binary instrumentation
bug fix
Fixes a bug
cmake
Modifies the CMake build system
Dyninst
Involves Dyninst
libomnitrace
Involves omnitrace library
libomnitrace-user
Involves omnitrace-user library
omnitrace-instrument
Involves the omnitrace-instrument executable (binary instrumenter)
rocprofiler
GPU kernel HW counters
submodule
Updates a git submodule
testing
Extends/improves/modifies testing
timemory
Issue affects/involves timemory features/capabilities
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
setup-env.sh
and modulefileomnitrace_ROOT
HSA_TOOLS_LIB
if roctracer or rocprofiler enabledROCP_TOOL_LIB
if rocprofiler enabledHSA_ENABLE_INTERRUPT=0
the default