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