Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 8efe5b8

Browse files
author
DEKHTIARJonathan
committed
[Benchmarking Py] Release of 2.0.2
1 parent d9f10aa commit 8efe5b8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

tftrt/benchmarking-python/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,16 @@ Description of the change
4646

4747
<!-- YOU CAN EDIT FROM HERE -->
4848

49+
## [2.0.2] - 2022.09.30 - @DEKHTIARJonathan
50+
51+
- Bug Fixed in real data GPU Prefetcher that could cause a crash when the dataset
52+
was returning a dictionary of values.
53+
- Raised `abseil` python verbosity to `ERROR` level to declutter `stdout`.
54+
4955
## [2.0.1] - 2022.09.30 - @DEKHTIARJonathan
5056

5157
- Change from `time.time()` to `time.perf_counter()` for better time
52-
measurement.
58+
measurement.
5359

5460
## [2.0.0] - 2022.08.04 - @DEKHTIARJonathan
5561

tftrt/benchmarking-python/benchmark_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The `__version__` number shall be updated everytime core benchmarking files
1111
# are updated.
1212
# Please update CHANGELOG.md with a description of what this version changed.
13-
__version__ = "2.0.1"
13+
__version__ = "2.0.2"
1414

1515

1616
def get_commit_id():

0 commit comments

Comments
 (0)