@@ -203,10 +203,10 @@ commands:
203203 default : " 8.8.0.121"
204204 trt-version-short :
205205 type : string
206- default : " 8.6.0 "
206+ default : " 8.6.1 "
207207 trt-version-long :
208208 type : string
209- default : " 8.6.0.12 -1"
209+ default : " 8.6.1.6 -1"
210210 bazel-version :
211211 type : string
212212 default : " 5.2.0"
@@ -249,7 +249,7 @@ commands:
249249 parameters :
250250 trt-version-long :
251251 type : string
252- default : " 8.6.0 "
252+ default : " 8.6.1 "
253253 cudnn-version-long :
254254 type : string
255255 default : " 8.8.0.121"
@@ -567,10 +567,10 @@ commands:
567567 - run :
568568 name : Run FX converter tests
569569 command : |
570+ set -e
570571 cd py/torch_tensorrt/fx/test
571- pushd converters/acc_op/
572- pytest --junitxml=/tmp/artifacts/test_results/fx/converters/acc_op/test_results.xml
573- popd
572+ TESTS_TO_RUN=$(circleci tests glob "converters/acc_op/test_*.py" | circleci tests split --split-by=timings)
573+ pytest --junitxml=/tmp/artifacts/test_results/fx/converters/acc_op/test_results.xml $TESTS_TO_RUN
574574
575575 - store_test_results :
576576 path : /tmp/artifacts
@@ -583,10 +583,10 @@ commands:
583583 - run :
584584 name : Run FX converter tests
585585 command : |
586+ set -e
586587 cd py/torch_tensorrt/fx/test
587- pushd converters/aten_op/
588- pytest --junitxml=/tmp/artifacts/test_results/fx/converters/aten_op/test_results.xml
589- popd
588+ TESTS_TO_RUN=$(circleci tests glob "converters/aten_op/test_*.py" | circleci tests split --split-by=timings)
589+ pytest --junitxml=/tmp/artifacts/test_results/fx/converters/aten_op/test_results.xml $TESTS_TO_RUN
590590
591591 - store_test_results :
592592 path : /tmp/artifacts
@@ -954,6 +954,7 @@ jobs:
954954 type : string
955955 python-version :
956956 type : string
957+ parallelism : 8
957958 machine :
958959 image : linux-cuda-11:2023.02.1
959960 resource_class : gpu.nvidia.large
@@ -989,6 +990,7 @@ jobs:
989990 type : string
990991 python-version :
991992 type : string
993+ parallelism : 8
992994 machine :
993995 image : linux-cuda-11:2023.02.1
994996 resource_class : gpu.nvidia.large
@@ -1374,10 +1376,10 @@ parameters:
13741376 default : " 8.8.0.121"
13751377 trt-version-short :
13761378 type : string
1377- default : " 8.6.0 "
1379+ default : " 8.6.1 "
13781380 trt-version-long :
13791381 type : string
1380- default : " 8.6.0 "
1382+ default : " 8.6.1 "
13811383
13821384 # Jetson platform config
13831385 torch-jetson-build :
0 commit comments