Skip to content

Commit 17c346c

Browse files
authored
Update RELEASE_CHECKLIST.md
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 24de61b commit 17c346c

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

docsrc/RELEASE_CHECKLIST.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ will result in a minor version bump and sigificant bug fixes will result in a pa
2121
- All checked in applications (cpp and python) should compile and work
2222
3. Generate new index of converters and evalutators
2323
- `bazel run //tools/supportedops -- <PATH TO TRTORCH>/docsrc/indices/supported_ops.rst`
24-
3. Version bump PR
24+
4. Version bump PR
2525
- There should be a PR which will be the PR that bumps the actual version of the library, this PR should contain the following
2626
- Bump version in `py/setup.py`
2727
- Make sure dependency versions are updated in `py/requirements.txt`, `tests/py/requirements.txt` and `py/setup.py`
@@ -34,7 +34,22 @@ will result in a minor version bump and sigificant bug fixes will result in a pa
3434
- `make html`
3535
- Generate changelog
3636
- `conventional-changelog -p angular -s -i CHANGELOG.md -t <last version tag> -a`
37-
4. Once PR is merged tag commit and start creating release on GitHub
37+
38+
5. Run performance tests:
39+
- Models:
40+
- Torchbench BERT
41+
- EfficientNet B0
42+
- ViT
43+
- ResNet50 (v1.5 ?)
44+
- Batch Sizes: 1, 4, 8, 16, 32
45+
- Frameworks: PyTorch, TRTorch, ONNX + TRT
46+
- If any models do not convert to ONNX / TRT, that is fine. Mark them as failling / no result
47+
- Devices:
48+
- A100 (P0)
49+
- T4 is a nice to have (P2)
50+
- Jetson also nice to have (P4)
51+
52+
6. Once PR is merged tag commit and start creating release on GitHub
3853
- Paste in Milestone information and Changelog information into release notes
3954
- Generate libtrtorch.tar.gz for the following platforms:
4055
- x86_64 cxx11-abi
@@ -43,4 +58,4 @@ will result in a minor version bump and sigificant bug fixes will result in a pa
4358
- Generate Python packages for Python 3.6/3.7/3.8/3.9 for x86_64
4459
- TODO: Build a manylinux container for aarch64
4560
- `docker run -it -v$(pwd)/..:/workspace/TRTorch build_trtorch_wheel /bin/bash /workspace/TRTorch/py/build_whl.sh` generates all wheels
46-
- To build container `docker build -t build_trtorch_wheel .`
61+
- To build container `docker build -t build_trtorch_wheel .`

0 commit comments

Comments
 (0)