File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ - Support for MaxPool1D and RQSConv1D for PULPOpen [ #146 ] ( https://github.com/pulp-platform/Deeploy/pull/146 )
78- Update submodule ` pulp-nn-mixed ` [ #145 ] ( https://github.com/pulp-platform/Deeploy/pull/145 )
89- Improve Profiling [ #138 ] ( https://github.com/pulp-platform/Deeploy/pull/138 )
910- FP32 ReduceMean operator improvement [ #137 ] ( https://github.com/pulp-platform/Deeploy/pull/137 )
@@ -30,6 +31,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
3031- Fix bias hoisting in generic GEMM with no bias [ #126 ] ( https://github.com/pulp-platform/Deeploy/pull/126 )
3132
3233### Added
34+ - Add integer MaxPool1D for Generic platform and RQSConv1D support for PULPOpen, with corresponding kernel tests.
3335- Support for unknown number of data dimensions in the tiler
3436- Parallelization support for the FP32 ReduceMean operator on PULPOpen
3537- Extensive testing for the ReduceMean operator
@@ -129,6 +131,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
129131- Print kernel profiling information for all memory levels
130132
131133### Fixed
134+ - im2col buffer size in Conv1d template
132135- Fixed ReduceMean parallelization and tiling issues described in Issue [ #134 ] ( https://github.com/pulp-platform/Deeploy/issues/134 ) .
133136- Fixed PULP FP32 regular and DW Conv2D, and MatMul tile constraints.
134137- Fixed type casting for tiling code generation.
You can’t perform that action at this time.
0 commit comments