You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Refactor Logging for Improved Debugging [#115](https://github.com/pulp-platform/Deeploy/pull/115)
8
9
- Add reuse-tool as an SPDX license header linter [#113](https://github.com/pulp-platform/Deeploy/pull/113)
9
10
- 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
72
73
- Changed types and added correct casts to fix many compiler warnings in the PULP target library
73
74
- Use [reuse-tool](https://github.com/fsfe/reuse-tool) in pre-commit, CI, and Makefile for SPDX license header linting
74
75
- Deployer workflow now uses `prepare(...)` instead of `generateFunction(...)`.
76
+
- Refactor of the NCHWtoNHWC passes
75
77
76
78
### Fixed
77
79
- 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
81
83
- Fixed multiple typos in variable and method names, such as changing `includeGobalReferences` to `includeGlobalReferences` and `dicardedMappers` to `discardedMappers`
82
84
- Corrected method usage in `importDeeployState` to call `NetworkContext.importNetworkContext` instead of the incorrect method name
83
85
- 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)
84
87
85
88
### Removed
86
89
- Delete outdated and unused `.gitlab-ci.yml` file
0 commit comments