Skip to content

Commit 5ff89ae

Browse files
committed
Update changelog
1 parent effba85 commit 5ff89ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
44
## Unreleased (Planned Release Target: v0.2.1)
55

66
### List of Pull Requests
7+
- Fix missing const's layout transformation and refactor NCHWtoNHWC passes [#122](https://github.com/pulp-platform/Deeploy/pull/122)
78
- Refactor Logging for Improved Debugging [#115](https://github.com/pulp-platform/Deeploy/pull/115)
89
- Add reuse-tool as an SPDX license header linter [#113](https://github.com/pulp-platform/Deeploy/pull/113)
910
- Bug fixes, API Cleanup and Reduce Compiler Warning on PULP [#112](https://github.com/pulp-platform/Deeploy/pull/112)
@@ -72,6 +73,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
7273
- Changed types and added correct casts to fix many compiler warnings in the PULP target library
7374
- Use [reuse-tool](https://github.com/fsfe/reuse-tool) in pre-commit, CI, and Makefile for SPDX license header linting
7475
- Deployer workflow now uses `prepare(...)` instead of `generateFunction(...)`.
76+
- Refactor of the NCHWtoNHWC passes
7577

7678
### Fixed
7779
- Prevent node duplication for graphs generated via GraphSurgeon
@@ -81,6 +83,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
8183
- Fixed multiple typos in variable and method names, such as changing `includeGobalReferences` to `includeGlobalReferences` and `dicardedMappers` to `discardedMappers`
8284
- Corrected method usage in `importDeeployState` to call `NetworkContext.importNetworkContext` instead of the incorrect method name
8385
- Correctly return `signProp` from `setupDeployer` instead of hardcoding the value to `False` in `testMVP.py`
86+
- Missing layout transformation of the const's (bias, mul, add, shift in Conv/RequantizedConv)
8487

8588
### Removed
8689
- Delete outdated and unused `.gitlab-ci.yml` file

0 commit comments

Comments
 (0)