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
@@ -31,6 +32,10 @@ This file contains the changelog for the Deeploy project. The changelog is divid
31
32
- Fix bias hoisting in generic GEMM with no bias [#126](https://github.com/pulp-platform/Deeploy/pull/126)
32
33
33
34
### Added
35
+
- The `publish.yml` action to build a branch and push it to PyPi. The action is automatically triggered when a tag with the "v*" format is emitted.
36
+
- I created a release of [Banshee](https://github.com/pulp-platform/banshee/releases/tag/v0.5.0-prebuilt) so we don't need to rebuild it over and over. The `Makefile` now pulls that release depending on the platform.
37
+
- I bumped the onnx-graphsurgeon version such that we don't need to use NVIDIA's PyPi index anymore.
38
+
-`_export_graph` assigns their export type to the tensors before export.
34
39
-`pytest` and `pytest-xdist` as dependencies of Deeploy.
35
40
- A `pytest.ini` for the global configuration of PyTest for the project.
36
41
-`conftest.py` to define CLI args for PyTest for the whole project, it also defines a set of global fixtures and markers.
@@ -93,6 +98,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
93
98
- Calculate non-kernel overhead and show total time spent during profiling
94
99
95
100
### Changed
101
+
- Rename package name from `PULP-Deeploy` to `deeploy-pulp`.
96
102
- Each CI workflow has been simplified to call the pytest suite with certain markers.
97
103
- Structure of Tests subdir for improved ordering
98
104
- Structure of .gitignore file for improved ordering
@@ -137,6 +143,8 @@ This file contains the changelog for the Deeploy project. The changelog is divid
137
143
- Print kernel profiling information for all memory levels
138
144
139
145
### Fixed
146
+
- Update `install.md` to remove rust mention and fix test command.
147
+
- Update `README.md` to remove reference to NVIDIA's PyPi index.
140
148
-`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.
141
149
- Pin versions of broken dependencies of Banshee.
142
150
- Fixed ReduceMean parallelization and tiling issues described in Issue [#134](https://github.com/pulp-platform/Deeploy/issues/134).
Congratulations, you installed Deeploy and its dependencies! Now, to test your installation let's run one simple test on each platform with the following commands:
to run the `simpleRegression` test on your workstation. Various other tests are available and compatibility between tests and platforms is tested in the `.gitlab-ci.yml` file.
0 commit comments