Skip to content

Commit 92d6851

Browse files
authored
Merge pull request #649 from NVIDIA/version_v0.4.1_bump
Version v0.4.1 bump
2 parents 82b4ae2 + 20afde7 commit 92d6851

File tree

245 files changed

+92133
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+92133
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,4 +568,12 @@ Signed-off-by: Naren Dasan <naren@narendasan.com>
568568
Signed-off-by: Naren Dasan <narens@nvidia.com>
569569

570570

571+
# 0.4.1 (2021-10-06)
572+
573+
### Bug Fixes
574+
575+
* **//core/lowering:** Fixes module level fallback recursion ([2fc612d](https://github.com/NVIDIA/TRTorch/commit/2fc612d))
576+
* Move some lowering passes to graph level logging ([0266f41](https://github.com/NVIDIA/TRTorch/commit/0266f41))
577+
* **//py:** Fix trtorch.Device alternate contructor options ([ac26841](https://github.com/NVIDIA/TRTorch/commit/ac26841))
578+
571579

cpp/include/trtorch/macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#define TRTORCH_MAJOR_VERSION 0
2323
#define TRTORCH_MINOR_VERSION 4
24-
#define TRTORCH_PATCH_VERSION 0
24+
#define TRTORCH_PATCH_VERSION 1
2525
#define TRTORCH_VERSION \
2626
STR(TRTORCH_MAJOR_VERSION) \
2727
"." STR(TRTORCH_MINOR_VERSION) "." STR(TRTORCH_PATCH_VERSION)

docs/v0.4.1/.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)