Skip to content

Commit 1f37015

Browse files
committed
Fix Changelog
1 parent e79c622 commit 1f37015

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ This file contains the changelog for the Deeploy project. The changelog is divid
55

66

77
### List of Pull Requests
8+
- Support for MaxPool1D and RQSConv1D for PULPOpen [#146](https://github.com/pulp-platform/Deeploy/pull/146)
89
- Use Pre-Commit in CI [#159](https://github.com/pulp-platform/Deeploy/pull/159)
910
- Deeploy-GAP9 Platform [#143](https://github.com/pulp-platform/Deeploy/pull/143)
1011
- Update CLI interface Across Project, Fix Tutorial, and Remove Legacy Test [#157](https://github.com/pulp-platform/Deeploy/pull/157)
1112

1213
### Added
14+
- Add integer MaxPool1D for Generic platform and RQSConv1D support for PULPOpen, with corresponding kernel tests.
1315
- Added GAP9 Platform Support: Deployer, Bindings, Templates, Tiler, DMA (L3Dma/MchanDma), target library, CI workflows
1416

1517
### Changed
@@ -19,6 +21,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
1921
- Aligned CLI commands across the project
2022

2123
### Fixed
24+
- im2col buffer size in Conv1d template
2225
- Fix missing dependency in pre-commit-config
2326
- Fix test paths in Deeploy 101 tutorial
2427

@@ -30,7 +33,6 @@ This file contains the changelog for the Deeploy project. The changelog is divid
3033
### List of Pull Requests
3134
- PyPi Package Deployment + Remove Banshee Dept [#154](https://github.com/pulp-platform/Deeploy/pull/154)
3235
- 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)
3436
- Update submodule `pulp-nn-mixed` [#145](https://github.com/pulp-platform/Deeploy/pull/145)
3537
- Improve Profiling [#138](https://github.com/pulp-platform/Deeploy/pull/138)
3638
- FP32 ReduceMean operator improvement [#137](https://github.com/pulp-platform/Deeploy/pull/137)
@@ -67,7 +69,6 @@ This file contains the changelog for the Deeploy project. The changelog is divid
6769
- `pytestRunner.py` contains helper functions and fixtures for the whole project.
6870
- `test_platforms.py` lists the E2E tests and sorts them into marked categories (per platform and per kernel/model).
6971
- 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.
7172
- Support for unknown number of data dimensions in the tiler
7273
- Parallelization support for the FP32 ReduceMean operator on PULPOpen
7374
- Extensive testing for the ReduceMean operator
@@ -173,7 +174,6 @@ This file contains the changelog for the Deeploy project. The changelog is divid
173174
- Update `README.md` to remove reference to NVIDIA's PyPi index.
174175
- `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.
175176
- Pin versions of broken dependencies of Banshee.
176-
- im2col buffer size in Conv1d template
177177
- Fixed ReduceMean parallelization and tiling issues described in Issue [#134](https://github.com/pulp-platform/Deeploy/issues/134).
178178
- Fixed PULP FP32 regular and DW Conv2D, and MatMul tile constraints.
179179
- Fixed type casting for tiling code generation.

0 commit comments

Comments
 (0)