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
@@ -66,6 +67,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
66
67
-`pytestRunner.py` contains helper functions and fixtures for the whole project.
67
68
-`test_platforms.py` lists the E2E tests and sorts them into marked categories (per platform and per kernel/model).
68
69
- 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.
69
71
- Support for unknown number of data dimensions in the tiler
70
72
- Parallelization support for the FP32 ReduceMean operator on PULPOpen
71
73
- Extensive testing for the ReduceMean operator
@@ -171,6 +173,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
171
173
- Update `README.md` to remove reference to NVIDIA's PyPi index.
172
174
-`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.
173
175
- Pin versions of broken dependencies of Banshee.
176
+
- im2col buffer size in Conv1d template
174
177
- Fixed ReduceMean parallelization and tiling issues described in Issue [#134](https://github.com/pulp-platform/Deeploy/issues/134).
175
178
- Fixed PULP FP32 regular and DW Conv2D, and MatMul tile constraints.
0 commit comments