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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
# Kernel Bot Submissions
2
+
3
+
The Popcorn CLI is intended to submit kernels to leaderboards on GPU Mode's Kernel Bot.
4
+
5
+
## Objective
6
+
7
+
Agents must write CUDA C and C++ kernels and integrate them into the single-file `submission.py` workflow.
8
+
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
+
1
11
## Skills
2
12
A skill is a local instruction bundle stored in `SKILL.md`.
0 commit comments