You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/setup/AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The Popcorn CLI is intended to submit kernels to leaderboards on GPU Mode's Kern
6
6
7
7
Agents must write CUDA C and C++ kernels and integrate them into the single-file `submission.py` workflow.
8
8
9
-
Do not submit pure PyTorch based optimization. The objective of the task is to write CUDA C or C++.
9
+
Do not submit pure PyTorch based optimization. The objective of the task is to use any kernel DSL like CUDA or Triton to improved *beyond* the performance of native PyTorch.
10
10
11
11
## Skills
12
12
A skill is a local instruction bundle stored in `SKILL.md`.
0 commit comments