Skip to content

Commit

Permalink
Merge pull request #69 from hariharan-devarajan/release/0.0.4
Browse files Browse the repository at this point in the history
Release 0.0.4
  • Loading branch information
hariharan-devarajan authored Feb 7, 2024
2 parents a6a5851 + 6ef7996 commit ac6ab51
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ project(dlio_profiler)
# Version information
#------------------------------------------------------------------------------

set(DLIO_PROFILER_VERSION_MAJOR "1")
set(DLIO_PROFILER_VERSION_MAJOR "2")
set(DLIO_PROFILER_VERSION_MINOR "0")
set(DLIO_PROFILER_VERSION_PATCH "0")
set(DLIO_PROFILER_VERSION_PATCH "1")
set(DLIO_PROFILER_PACKAGE ${PROJECT_NAME})
set(DLIO_PROFILER_PACKAGE_NAME ${PROJECT_NAME})
set(DLIO_PROFILER_PACKAGE_VERSION "${DLIO_PROFILER_VERSION_MAJOR}.${DLIO_PROFILER_VERSION_MINOR}.${DLIO_PROFILER_VERSION_PATCH}")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Coverage Status](https://coveralls.io/repos/github/hariharan-devarajan/dlio-profiler/badge.svg?branch=feature/apis)](https://coveralls.io/github/hariharan-devarajan/dlio-profiler?branch=dev)
[![Documentation Status](https://readthedocs.org/projects/dlio-profiler/badge/?version=latest)](https://dlio-profiler.readthedocs.io/en/latest/?badge=latest)

# DLIO Profiler v0.0.3
# DLIO Profiler v0.0.4
A multi-level profiler for capturing application functions and low-level system I/O calls from deep learning workloads.

Requirements for profiler
Expand Down
2 changes: 1 addition & 1 deletion dependency/cpp.requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cpp-logger,https://github.com/hariharan-devarajan/cpp-logger.git,v0.0.2,1,tag,
cpp-logger,https://github.com/hariharan-devarajan/cpp-logger.git,v0.0.3,1,tag,
gotcha,https://github.com/LLNL/GOTCHA.git,1.0.5,1,tag,
brahma,https://github.com/hariharan-devarajan/brahma.git,v0.0.2,1,tag,
yaml-cpp,https://github.com/jbeder/yaml-cpp.git,yaml-cpp-0.6.3,1,tag,"-DYAML_BUILD_SHARED_LIBS=On"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = u'0.0'
# The full version, including alpha/beta/rc tags
release = u'0.0.3'
release = u'0.0.4'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="dlio_profiler_py",
version="0.0.3",
version="0.0.4",
description="I/O profiler for deep learning python apps. Specifically for dlio_benchmark.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ac6ab51

Please sign in to comment.