File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,25 @@ jobs:
120
120
image : ${{ needs.prepare.outputs.image }}
121
121
torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
122
122
123
+ <<<<<<< HEAD
124
+ =======
125
+ test :
126
+ name : Test torch_npu
127
+ needs :
128
+ - prepare
129
+ - build-torch
130
+ - build
131
+ if : |
132
+ !cancelled() && github.event_name != 'repository_dispatch' &&
133
+ (success() || (needs.build-torch.result == 'skipped' && needs.build.result == 'success'))
134
+ uses : ./.github/workflows/_ascend_npu_ut.yml
135
+ with :
136
+ runner : ${{ needs.prepare.outputs.runner }}
137
+ image : ${{ needs.prepare.outputs.image }}
138
+ device : ${{ needs.prepare.outputs.device }}
139
+ torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
140
+ torch-npu-artifact : ${{ needs.build.outputs.torch-npu-artifact }}
141
+
123
142
benchmark :
124
143
name : Run benchmarks
125
144
needs :
You can’t perform that action at this time.
0 commit comments