Skip to content

Commit

Permalink
Merge pull request #649 from NVIDIA/version_v0.4.1_bump
Browse files Browse the repository at this point in the history
Version v0.4.1 bump
  • Loading branch information
narendasan authored Oct 6, 2021
2 parents 82b4ae2 + 20afde7 commit 92d6851
Show file tree
Hide file tree
Showing 245 changed files with 92,133 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,4 +568,12 @@ Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Naren Dasan <[email protected]>


# 0.4.1 (2021-10-06)

### Bug Fixes

* **//core/lowering:** Fixes module level fallback recursion ([2fc612d](https://github.com/NVIDIA/TRTorch/commit/2fc612d))
* Move some lowering passes to graph level logging ([0266f41](https://github.com/NVIDIA/TRTorch/commit/0266f41))
* **//py:** Fix trtorch.Device alternate contructor options ([ac26841](https://github.com/NVIDIA/TRTorch/commit/ac26841))


2 changes: 1 addition & 1 deletion cpp/include/trtorch/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#define TRTORCH_MAJOR_VERSION 0
#define TRTORCH_MINOR_VERSION 4
#define TRTORCH_PATCH_VERSION 0
#define TRTORCH_PATCH_VERSION 1
#define TRTORCH_VERSION \
STR(TRTORCH_MAJOR_VERSION) \
"." STR(TRTORCH_MINOR_VERSION) "." STR(TRTORCH_PATCH_VERSION)
Empty file added docs/v0.4.1/.nojekyll
Empty file.
Loading

0 comments on commit 92d6851

Please sign in to comment.