Skip to content

Commit af9b7af

Browse files
author
Kaiming Cheng
committed
fix ruff
1 parent bfa2fd0 commit af9b7af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

kernel_perf_agent/kernel_opt/diagnose_prompt/judger_prompts.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,10 @@ def validate_judge_response(analysis: dict[str, Any]) -> bool:
315315

316316

317317
VALID_CATEGORIES = {
318-
"memory-bound", "compute-bound", "occupancy-limited", "latency-bound"
318+
"memory-bound",
319+
"compute-bound",
320+
"occupancy-limited",
321+
"latency-bound",
319322
}
320323

321324

0 commit comments

Comments
 (0)