File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- name : Build Torch-TensorRT wheel on Linux
1
+ name : Build Torch-TensorRT wheel on Linux with specified tensorRT version
2
2
3
3
on :
4
4
workflow_call :
Original file line number Diff line number Diff line change 1
- name : Build and test Torch-TensorRT on Linux
1
+ name : Build and test Torch-TensorRT on Linux with specified tensorRT version
2
2
3
3
on :
4
4
pull_request :
67
67
package-name : ${{ matrix.package-name }}
68
68
smoke-test-script : ${{ matrix.smoke-test-script }}
69
69
trigger-event : ${{ github.event_name }}
70
- upload-artifact : torch_tensorrt_${{ matrix.tensorrt.version }}_py${{ matrix.python_version }}_${{ matrix.desired_cuda }}
70
+ upload-artifact : torch_tensorrt_${{ needs.generate-tensorrt- matrix.outputs.matrix. tensorrt.version }}_py${{ needs.generate-tensorrt- matrix.outputs.matrix. python_version }}_${{ needs.generate-tensorrt-matrix.outputs. matrix.desired_cuda }}
71
71
72
72
tests-py-torchscript-fe :
73
73
name : Test torchscript frontend [Python]
@@ -83,14 +83,14 @@ jobs:
83
83
smoke-test-script : packaging/smoke_test_script.sh
84
84
uses : ./.github/workflows/linux-test.yml
85
85
with :
86
- job-name : tests-py-torchscript-fe
86
+ job-name : tests-py-torchscript-fe-tensorrt-${{ needs.generate-tensorrt-matrix.outputs.matrix.tensorrt.version }}-py${{ needs.generate-tensorrt-matrix.outputs.matrix.python_version }}
87
87
repository : " pytorch/tensorrt"
88
88
ref : " "
89
89
test-infra-repository : pytorch/test-infra
90
90
test-infra-ref : main
91
91
build-matrix : ${{ needs.generate-tensorrt-matrix.outputs.matrix }}
92
92
pre-script : ${{ matrix.pre-script }}
93
- download-artifact : torch_tensorrt_ ${{ matrix.tensorrt.version }}_py${{ matrix.python_version }}_${{ matrix.desired_cuda }}
93
+ download-artifact : ${{ needs.generate-tensorrt- matrix.outputs.matrix. tensorrt.version }}_py${{ needs.generate-tensorrt- matrix.outputs.matrix. python_version }}_${{ needs.generate-tensorrt-matrix.outputs. matrix.desired_cuda }}
94
94
script : |
95
95
export USE_HOST_DEPS=1
96
96
export CI_BUILD=1
You can’t perform that action at this time.
0 commit comments