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

Library redesign adding many more tools + PAPI support + CUDA kernel timing #6

Merged
merged 138 commits into from
May 14, 2019

Conversation

jrmadsen
Copy link
Collaborator

No description provided.

- cmake minimum version: 3.1.3
- clang-format
- removed some template files
- project specific C/CXX flags
- updated to version 2.4.0
- moved timemory python module to libtimemory
- simplified imports
- new imports improve the help sections
- added __main__.py for timemory.tests and timemory.plotting
- added graph.hpp (not used yet)
- Cleaned up build system
- Updated clang-format
- Extensions/modifications to graph
- Applied clang-format
- Width = 90
- Using COMPILE_OPTIONS/target_compile_options
- Simplified CMakeLists.txt for examples
- Testing interface now includes selection based on test number
- mpi_initialize(...) and mpi_finalize()
- timer does not have working RSS
- added data_types.{hpp,cpp}
- rss delta no longer needs m_rss_tmp
- testing I/O improvements
- Version 2.4.0
- Implemented storage as a graph
- Modernization of CMake
- CMake minimum == 3.5
- conda_build_config.yaml
- scikit-build
- support for DUAL_ABI
- pragma once
- revert to using std::string by default
- performance improvement: down to ~4 usec for timer (no memory)
- Removed Python 3.4 from TiMemory
- Fixed Win32 issue with TiMemoryConfig
- Fix number of threads for test_cxx_timing and test_cxx_mpi_timing (4)
- Fix for Windows
- Made allocations smaller (factor of 4)
- Allowed either peak or current to pass the test (instead of just current)
- Fix for Windows
- graph has reduce function
- minimize use of m_timer_list_norm
- test fixes
- removed _timemory_initialization
- simplified environment handling
jrmadsen added 28 commits May 9, 2019 14:50
- Added component_list for Python and C
- Updated doxygen descriptions
@jrmadsen jrmadsen merged commit 55a2dc8 into master May 14, 2019
@jrmadsen jrmadsen deleted the graph-storage-redesign branch May 14, 2019 02:15
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