@@ -203,10 +203,10 @@ commands:
203
203
default : " 8.8.0.121"
204
204
trt-version-short :
205
205
type : string
206
- default : " 8.6.0 "
206
+ default : " 8.6.1 "
207
207
trt-version-long :
208
208
type : string
209
- default : " 8.6.0.12 -1"
209
+ default : " 8.6.1.6 -1"
210
210
bazel-version :
211
211
type : string
212
212
default : " 5.2.0"
@@ -249,7 +249,7 @@ commands:
249
249
parameters :
250
250
trt-version-long :
251
251
type : string
252
- default : " 8.6.0 "
252
+ default : " 8.6.1 "
253
253
cudnn-version-long :
254
254
type : string
255
255
default : " 8.8.0.121"
@@ -567,10 +567,10 @@ commands:
567
567
- run :
568
568
name : Run FX converter tests
569
569
command : |
570
+ set -e
570
571
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
574
574
575
575
- store_test_results :
576
576
path : /tmp/artifacts
@@ -583,10 +583,10 @@ commands:
583
583
- run :
584
584
name : Run FX converter tests
585
585
command : |
586
+ set -e
586
587
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
590
590
591
591
- store_test_results :
592
592
path : /tmp/artifacts
@@ -954,6 +954,7 @@ jobs:
954
954
type : string
955
955
python-version :
956
956
type : string
957
+ parallelism : 8
957
958
machine :
958
959
image : linux-cuda-11:2023.02.1
959
960
resource_class : gpu.nvidia.large
@@ -989,6 +990,7 @@ jobs:
989
990
type : string
990
991
python-version :
991
992
type : string
993
+ parallelism : 8
992
994
machine :
993
995
image : linux-cuda-11:2023.02.1
994
996
resource_class : gpu.nvidia.large
@@ -1374,10 +1376,10 @@ parameters:
1374
1376
default : " 8.8.0.121"
1375
1377
trt-version-short :
1376
1378
type : string
1377
- default : " 8.6.0 "
1379
+ default : " 8.6.1 "
1378
1380
trt-version-long :
1379
1381
type : string
1380
- default : " 8.6.0 "
1382
+ default : " 8.6.1 "
1381
1383
1382
1384
# Jetson platform config
1383
1385
torch-jetson-build :
0 commit comments