@@ -21,7 +21,7 @@ will result in a minor version bump and sigificant bug fixes will result in a pa
21
21
- All checked in applications (cpp and python) should compile and work
22
22
3 . Generate new index of converters and evalutators
23
23
- ` bazel run //tools/supportedops -- <PATH TO TRTORCH>/docsrc/indices/supported_ops.rst `
24
- 3 . Version bump PR
24
+ 4 . Version bump PR
25
25
- There should be a PR which will be the PR that bumps the actual version of the library, this PR should contain the following
26
26
- Bump version in ` py/setup.py `
27
27
- 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
34
34
- ` make html `
35
35
- Generate changelog
36
36
- ` 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
38
53
- Paste in Milestone information and Changelog information into release notes
39
54
- Generate libtrtorch.tar.gz for the following platforms:
40
55
- x86_64 cxx11-abi
@@ -43,4 +58,4 @@ will result in a minor version bump and sigificant bug fixes will result in a pa
43
58
- Generate Python packages for Python 3.6/3.7/3.8/3.9 for x86_64
44
59
- TODO: Build a manylinux container for aarch64
45
60
- ` 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