Skip to content

Commit 2daab56

Browse files
committed
update changelog
1 parent edf65b4 commit 2daab56

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
3030
### List of Pull Requests
3131
- PyPi Package Deployment + Remove Banshee Dept [#154](https://github.com/pulp-platform/Deeploy/pull/154)
3232
- PyTest Migration [#144](https://github.com/pulp-platform/Deeploy/pull/144)
33+
- Support for MaxPool1D and RQSConv1D for PULPOpen [#146](https://github.com/pulp-platform/Deeploy/pull/146)
3334
- Update submodule `pulp-nn-mixed` [#145](https://github.com/pulp-platform/Deeploy/pull/145)
3435
- Improve Profiling [#138](https://github.com/pulp-platform/Deeploy/pull/138)
3536
- FP32 ReduceMean operator improvement [#137](https://github.com/pulp-platform/Deeploy/pull/137)
@@ -66,6 +67,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
6667
- `pytestRunner.py` contains helper functions and fixtures for the whole project.
6768
- `test_platforms.py` lists the E2E tests and sorts them into marked categories (per platform and per kernel/model).
6869
- Each platform has a test config file where a list or a dict describes the tests.
70+
- Add integer MaxPool1D for Generic platform and RQSConv1D support for PULPOpen, with corresponding kernel tests.
6971
- Support for unknown number of data dimensions in the tiler
7072
- Parallelization support for the FP32 ReduceMean operator on PULPOpen
7173
- Extensive testing for the ReduceMean operator
@@ -171,6 +173,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
171173
- Update `README.md` to remove reference to NVIDIA's PyPi index.
172174
- `nvidia-pyindex` was broken as it now tries to build the wheel to respect the new policy on packages using `pyproject`. Instead of installing this package, we just add the `https://pypi.ngc.nvidia.com` channel to the pip config file.
173175
- Pin versions of broken dependencies of Banshee.
176+
- im2col buffer size in Conv1d template
174177
- Fixed ReduceMean parallelization and tiling issues described in Issue [#134](https://github.com/pulp-platform/Deeploy/issues/134).
175178
- Fixed PULP FP32 regular and DW Conv2D, and MatMul tile constraints.
176179
- Fixed type casting for tiling code generation.

0 commit comments

Comments
 (0)