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

Misc fixes and invalid state and new operations #182

Merged
merged 9 commits into from
May 20, 2021

Conversation

jrmadsen
Copy link
Collaborator

  • print backtrace fix
  • settings::papi_threading() / "TIMEMORY_PAPI_THREADING" to disable PAPI thread support (defaults to ON)
  • get_is_invalid() in component::base_state
  • set_is_invalid(bool) in component::base_state
  • new operations
    • stack_push
    • stack_pop
    • insert
    • set_depth_change
    • set_is_flat
    • set_is_on_stack
    • set_is_invalid
    • set_iterator
    • get_is_flat
    • get_is_invalid
    • get_is_on_stack
    • get_depth
    • get_storage
    • get_iterator
  • static asserts for some operations
  • updated operation::push_node and operation::pop_node
  • fixes to stack overflow and underflow in opaque
  • support nullptr_t as storage type in operation::add_secondary
  • reordered resolution in operation::push_node and operation::pop_node
  • hash_value_type --> hash_value_t
  • get_shared_ptr_lone_instance()
  • "graph_" prefix from graph_hash_*_t aliases was removed
  • get_combined_hash_id(lhs, rhs)
  • add_hash_resolver / get_hash_resolver provide hooks into intercepting how a hash resolves into a string
  • scope::compute_hash uses get_combined_hash_id instead of bit-shift
  • miscellaneous changes to various tests to reduce false failures
  • CMake updates related to timemory_message
  • support kokkosp_declare_metadata(const char*, const char*)
  • timemory_named_init_library(char*)

- print backtrace fix
- papi_threading setting
- is_invalid in base_state
- new operations
  - stack_push
  - stack_pop
  - insert
  - set_depth_change
  - set_is_flat
  - set_is_on_stack
  - set_is_invalid
  - set_iterator
  - get_is_flat
  - get_is_invalid
  - get_is_on_stack
  - get_depth
  - get_storage
  - get_iterator
- static asserts for some operations
- updated operation::push_node and operation::pop_node
- fixes to stack overflow and underflow in opaque
- support nullptr_t as storage type in operation::add_secondary
- reordered resolution in operation::push_node and operation::pop_node
- hash_value_type --> hash_value_t
- get_shared_ptr_lone_instance()
- "graph_" prefix from graph_hash_*_t aliases was removed
- get_combined_hash_id(lhs, rhs)
- add_hash_resolver / get_hash_resolver provide hooks into intercepting how a hash resolves into a string
- scope::compute_hash uses get_combined_hash_id instead of bit-shift
- miscellaneous changes to various tests to reduce false failures
…t_library

- CMake updates related to timemory_message
- PTL update
- kokkosp_declare_metadata
- timemory_named_init_library
- cache_tests and kokkosp_tests updates
@jrmadsen jrmadsen merged commit 31da918 into develop May 20, 2021
@jrmadsen jrmadsen deleted the misc-fixes-and-invalid-state-and-new-operations branch May 20, 2021 10:35
jrmadsen added a commit that referenced this pull request Jun 28, 2021
* misc fixes + invalid state + new operations

- print backtrace fix
- papi_threading setting
- is_invalid in base_state
- new operations
  - stack_push
  - stack_pop
  - insert
  - set_depth_change
  - set_is_flat
  - set_is_on_stack
  - set_is_invalid
  - set_iterator
  - get_is_flat
  - get_is_invalid
  - get_is_on_stack
  - get_depth
  - get_storage
  - get_iterator

* Update settings.cpp

* update {io,rusage}_cache

* operation updates

- static asserts for some operations
- updated operation::push_node and operation::pop_node
- fixes to stack overflow and underflow in opaque
- support nullptr_t as storage type in operation::add_secondary
- reordered resolution in operation::push_node and operation::pop_node

* hash updates

- hash_value_type --> hash_value_t
- get_shared_ptr_lone_instance()
- "graph_" prefix from graph_hash_*_t aliases was removed
- get_combined_hash_id(lhs, rhs)
- add_hash_resolver / get_hash_resolver provide hooks into intercepting how a hash resolves into a string
- scope::compute_hash uses get_combined_hash_id instead of bit-shift
- miscellaneous changes to various tests to reduce false failures

* language defs updates

* cmake and PTL updates + kokkosp_declare_metadata + timemory_named_init_library

- CMake updates related to timemory_message
- PTL update
- kokkosp_declare_metadata
- timemory_named_init_library
- cache_tests and kokkosp_tests updates

* Update continuous-integration.yml

* Update config.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant