Skip to content

Commit

Permalink
Release v1.0.1 (#104)
Browse files Browse the repository at this point in the history
* added scripts for AD (#99)

* Paper/ad ae (#100)

* added scripts for AD

* Improved competitors

* fixed manifest file for pypi source release. (#101)

* release for 1.0.1 (#103)
  • Loading branch information
hariharan-devarajan authored Jun 26, 2024
1 parent b6df57d commit dc1ce44
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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/dftracer/badge.svg?branch=feature/apis)](https://coveralls.io/github/hariharan-devarajan/dftracer?branch=dev)
[![Documentation Status](https://readthedocs.org/projects/dftracer/badge/?version=latest)](https://dftracer.readthedocs.io/en/latest/?badge=latest)

# DFTracer v1.0.0
# DFTracer v1.0.1
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 docs/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ From Github

.. code-block:: Bash
DFT_VERSION=v1.0.0
DFT_VERSION=v1.0.1
pip install git+https://github.com/hariharan-devarajan/dftracer.git@${DFT_VERSION}
.. attention::
Expand Down
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'1.0.0'
release = u'1.0.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="pydftracer",
version="1.0.0",
version="1.0.1",
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
2 changes: 1 addition & 1 deletion test/paper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (${MPI_FOUND})
else ()
message(FATAL_ERROR "-- [DFTRACER] MPI is needed for ${PROJECT_NAME} paper test build")
endif ()
find_package(cpp-logger 1.0.0 REQUIRED)
find_package(cpp-logger 0.0.4 REQUIRED)
if (${cpp-logger_FOUND})
include_directories(${CPP_LOGGER_INCLUDE_DIRS})
set(TEST_DEPENDENCY_LIB ${TEST_DEPENDENCY_LIB} ${CPP_LOGGER_LIBRARIES})
Expand Down

0 comments on commit dc1ce44

Please sign in to comment.