Skip to content

Commit a69559f

Browse files
align the lint check
1 parent 861d469 commit a69559f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/scripts/profile_ut_result_summary.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ analyze_triton_xpu_ops() {
367367
} else {
368368
printf "✅ Triton kernel normal: %s | CPU: %s | XPU: %s | Calls: %s\n", $1, $cpu_col, $xpu_col, $calls_col;
369369
}
370-
}
370+
}
371371
END {
372372
printf "\n=== Analysis Summary ===\n";
373373
printf "Triton kernels checked: %d\n", triton_ops;
@@ -394,8 +394,8 @@ analyze_profiling_fp32_train_resnet50() {
394394

395395
awk '
396396
BEGIN {
397-
cpu_col = 6;
398-
xpu_col = 10;
397+
cpu_col = 6;
398+
xpu_col = 10;
399399
calls_col = 11;
400400
total_errors = 0;
401401
aten_ops = 0;

0 commit comments

Comments
 (0)