Skip to content

Commit bceba75

Browse files
fix results summary issue
1 parent d174984 commit bceba75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/check-ut.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def determine_category(ut):
268268
return 'op_transformers'
269269
elif ut == 'test_xpu':
270270
return 'test_xpu'
271-
elif ut == 'torch_xpu':
271+
elif 'torch_xpu_' in ut:
272272
return 'torch_xpu'
273273
elif 'inductor_' in ut:
274274
return 'xpu_inductor'

0 commit comments

Comments
 (0)