Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/gather/submission.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!POPCORN leaderboard identity_py-dev
#!POPCORN leaderboard gather-dev

from task import input_t, output_t
import torch
Expand Down
2 changes: 1 addition & 1 deletion examples/gather/wrong.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!POPCORN leaderboard identity_py-dev
#!POPCORN leaderboard gather-dev

from task import input_t, output_t
import torch
Expand Down
2 changes: 1 addition & 1 deletion examples/matmul_py/submission.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!POPCORN leaderboard matmul_py
#!POPCORN leaderboard matmul_py-dev

from task import input_t, output_t

Expand Down
2 changes: 1 addition & 1 deletion examples/softmax_py/submission.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!POPCORN leaderboard softmax_py
#!POPCORN leaderboard softmax_py-dev

import torch
from task import input_t, output_t
Expand Down
2 changes: 1 addition & 1 deletion examples/vectoradd_py/submission_cuda_inline.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!POPCORN leaderboard vectoradd_py
#!POPCORN leaderboard vectoradd_py-dev

import torch
from torch.utils.cpp_extension import load_inline
Expand Down
2 changes: 1 addition & 1 deletion examples/vectoradd_py/submission_triton.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!POPCORN leaderboard vectoradd_py
#!POPCORN leaderboard vectoradd_py-dev

import torch
import triton
Expand Down
Loading