@@ -482,7 +482,7 @@ jobs:
482
482
path : /tmp/dist/nightly
483
483
destination : x86_64-pyt-nightly
484
484
485
- test-core-cpp-x86_64-pyt-release :
485
+ test-core-cpp-x86_64 :
486
486
parameters :
487
487
torch-build :
488
488
type : string
@@ -514,7 +514,7 @@ jobs:
514
514
- dump-test-env
515
515
- test-ts-core
516
516
517
- test-ts- py-x86_64-pyt-release :
517
+ test-py-ts-x86_64 :
518
518
parameters :
519
519
torch-build :
520
520
type : string
@@ -527,18 +527,19 @@ jobs:
527
527
- checkout
528
528
- create-py-env :
529
529
trt-version-long : << pipeline.parameters.trt-release-version-long >>
530
- - install-torch-from-index :
531
- torch-build : << parameters.torch-build >>
532
- torch-build-index : << parameters.torch-build-index >>
533
530
- attach_workspace :
534
531
at : /tmp/dist
535
532
- run :
536
533
name : " Install torch-tensorrt"
537
534
command : pip3 install /tmp/dist/release/*
535
+ # We install torch after torch-trt because pip automatically enforces the version constraint otherwise
536
+ - install-torch-from-index :
537
+ torch-build : << parameters.torch-build >>
538
+ torch-build-index : << parameters.torch-build-index >>
538
539
- dump-test-env
539
540
- test-ts-py-api
540
541
541
- test-x86_64-pyt-nightly :
542
+ test-py-fx-x86_64 :
542
543
parameters :
543
544
torch-build :
544
545
type : string
@@ -556,7 +557,7 @@ jobs:
556
557
- run :
557
558
name : " Install torch-tensorrt"
558
559
command : pip3 install /tmp/dist/nightly/*
559
- # We install torch after torch-trt because pip automatically enforces the version constraint otherwise, swap back after versions are synced
560
+ # We install torch after torch-trt because pip automatically enforces the version constraint otherwise
560
561
- install-torch-from-index :
561
562
torch-build : << parameters.torch-build >>
562
563
torch-build-index : << parameters.torch-build-index >>
@@ -573,30 +574,30 @@ parameters:
573
574
default : " https://download.pytorch.org/whl/nightly/cu113"
574
575
cudnn-nightly-version :
575
576
type : string
576
- default : " 8.2 .1"
577
+ default : " 8.4 .1"
577
578
trt-nightly-version-short :
578
579
type : string
579
- default : " 8.2.4 "
580
+ default : " 8.4.1 "
580
581
trt-nightly-version-long :
581
582
type : string
582
- default : " 8.2.4.2 "
583
+ default : " 8.4.1.5 "
583
584
584
585
# Release platform config
585
586
torch-release-build :
586
587
type : string
587
- default : " 1.11 .0+cu113"
588
+ default : " 1.12 .0+cu113"
588
589
torch-release-build-index :
589
590
type : string
590
591
default : " https://download.pytorch.org/whl/cu113"
591
592
cudnn-release-version :
592
593
type : string
593
- default : " 8.2 .1"
594
+ default : " 8.4 .1"
594
595
trt-release-version-short :
595
596
type : string
596
- default : " 8.2.4 "
597
+ default : " 8.4.1 "
597
598
trt-release-version-long :
598
599
type : string
599
- default : " 8.2.4.2 "
600
+ default : " 8.4.1.5 "
600
601
601
602
# Jetson platform config
602
603
torch-jetson-build :
@@ -635,16 +636,42 @@ workflows:
635
636
- build-x86_64-pyt-release :
636
637
torch-build : << pipeline.parameters.torch-release-build >>
637
638
torch-build-index : << pipeline.parameters.torch-release-build-index >>
638
- - test-core-cpp-x86_64-pyt-release :
639
+ - test-core-cpp-x86_64 :
640
+ name : test-core-cpp-x86_64-pyt-release
641
+ torch-build : << pipeline.parameters.torch-release-build >>
642
+ torch-build-index : << pipeline.parameters.torch-release-build-index >>
643
+ requires :
644
+ - build-x86_64-pyt-release
645
+ - test-py-ts-x86_64 :
646
+ name : test-py-ts-x86_64-pyt-release
639
647
torch-build : << pipeline.parameters.torch-release-build >>
640
648
torch-build-index : << pipeline.parameters.torch-release-build-index >>
641
649
requires :
642
650
- build-x86_64-pyt-release
651
+ - test-py-ts-x86_64 :
652
+ name : test-py-fx-x86_64-pyt-release
653
+ torch-build : << pipeline.parameters.torch-nightly-build >>
654
+ torch-build-index : << pipeline.parameters.torch-nightly-build-index >>
655
+ requires :
656
+ - build-x86_64-pyt-release
643
657
644
658
- build-x86_64-pyt-nightly :
645
659
torch-build : << pipeline.parameters.torch-nightly-build >>
646
660
torch-build-index : << pipeline.parameters.torch-nightly-build-index >>
647
- - test-x86_64-pyt-nightly :
661
+ - test-core-cpp-x86_64 :
662
+ name : test-core-cpp-x86_64-pyt-nightly
663
+ torch-build : << pipeline.parameters.torch-release-build >>
664
+ torch-build-index : << pipeline.parameters.torch-release-build-index >>
665
+ requires :
666
+ - build-x86_64-pyt-nightly
667
+ - test-py-ts-x86_64 :
668
+ name : test-py-ts-x86_64-pyt-nightly
669
+ torch-build : << pipeline.parameters.torch-release-build >>
670
+ torch-build-index : << pipeline.parameters.torch-release-build-index >>
671
+ requires :
672
+ - build-x86_64-pyt-nightly
673
+ - test-py-fx-x86_64 :
674
+ name : test-py-fx-x86_64-pyt-nightly
648
675
torch-build : << pipeline.parameters.torch-nightly-build >>
649
676
torch-build-index : << pipeline.parameters.torch-nightly-build-index >>
650
677
requires :
@@ -660,21 +687,42 @@ workflows:
660
687
- build-x86_64-pyt-release :
661
688
torch-build : << pipeline.parameters.torch-release-build >>
662
689
torch-build-index : << pipeline.parameters.torch-release-build-index >>
663
- - test-core-cpp-x86_64-pyt-release :
690
+ - test-core-cpp-x86_64 :
691
+ name : test-core-cpp-x86_64-pyt-release
664
692
torch-build : << pipeline.parameters.torch-release-build >>
665
693
torch-build-index : << pipeline.parameters.torch-release-build-index >>
666
694
requires :
667
695
- build-x86_64-pyt-release
668
- - test-ts-py-x86_64-pyt-release :
696
+ - test-py-ts-x86_64 :
697
+ name : test-py-ts-x86_64-pyt-release
669
698
torch-build : << pipeline.parameters.torch-release-build >>
670
699
torch-build-index : << pipeline.parameters.torch-release-build-index >>
671
700
requires :
672
701
- build-x86_64-pyt-release
702
+ - test-py-ts-x86_64 :
703
+ name : test-py-fx-x86_64-pyt-release
704
+ torch-build : << pipeline.parameters.torch-nightly-build >>
705
+ torch-build-index : << pipeline.parameters.torch-nightly-build-index >>
706
+ requires :
707
+ - build-x86_64-pyt-release
673
708
674
709
- build-x86_64-pyt-nightly :
675
710
torch-build : << pipeline.parameters.torch-nightly-build >>
676
711
torch-build-index : << pipeline.parameters.torch-nightly-build-index >>
677
- - test-x86_64-pyt-nightly :
712
+ - test-core-cpp-x86_64 :
713
+ name : test-core-cpp-x86_64-pyt-nightly
714
+ torch-build : << pipeline.parameters.torch-release-build >>
715
+ torch-build-index : << pipeline.parameters.torch-release-build-index >>
716
+ requires :
717
+ - build-x86_64-pyt-nightly
718
+ - test-py-ts-x86_64 :
719
+ name : test-py-ts-x86_64-pyt-nightly
720
+ torch-build : << pipeline.parameters.torch-release-build >>
721
+ torch-build-index : << pipeline.parameters.torch-release-build-index >>
722
+ requires :
723
+ - build-x86_64-pyt-nightly
724
+ - test-py-fx-x86_64 :
725
+ name : test-py-fx-x86_64-pyt-nightly
678
726
torch-build : << pipeline.parameters.torch-nightly-build >>
679
727
torch-build-index : << pipeline.parameters.torch-nightly-build-index >>
680
728
requires :
0 commit comments