Functionsolve(
grid: jax.Array,
rows: int,
cols: int,
start_row: int,
start_col: int,
end_row: int,
challenges/hard/46_bfs_shortest_path/starter/starter.jax.py:7
Functionsolve(
grid: torch.Tensor,
result: torch.Tensor,
rows: int,
cols: int,
start_row: int,
star
challenges/hard/46_bfs_shortest_path/starter/starter.triton.py:7
Functionsolve(
grid: torch.Tensor,
result: torch.Tensor,
rows: int,
cols: int,
start_row: int,
star
challenges/hard/46_bfs_shortest_path/starter/starter.pytorch.py:5
Functionsolve(Q: torch.Tensor, K: torch.Tensor, V: torch.Tensor, output: torch.Tensor, M: int, d: int)
challenges/hard/53_casual_attention/starter/starter.triton.py:7
Functionsolve(Q: torch.Tensor, K: torch.Tensor, V: torch.Tensor, output: torch.Tensor, M: int, d: int)
challenges/hard/53_casual_attention/starter/starter.pytorch.py:5
Functionsolve(
Q: cute.Tensor,
K: cute.Tensor,
V: cute.Tensor,
output: cute.Tensor,
M: cute.Int32,
challenges/hard/53_casual_attention/starter/starter.cute.py:7
Functionsolve(
Q: jax.Array, K: jax.Array, V: jax.Array, M: int, N: int, d: int, alpha: float
)
challenges/medium/55_attn_w_linear_bias/starter/starter.jax.py:7
Functionsolve(
Q: torch.Tensor,
K: torch.Tensor,
V: torch.Tensor,
output: torch.Tensor,
M: int,
N:
challenges/medium/55_attn_w_linear_bias/starter/starter.triton.py:7
Functionsolve(
Q: torch.Tensor,
K: torch.Tensor,
V: torch.Tensor,
output: torch.Tensor,
M: int,
N:
challenges/medium/55_attn_w_linear_bias/starter/starter.pytorch.py:5
Functionsolve(
Q: cute.Tensor,
K: cute.Tensor,
V: cute.Tensor,
output: cute.Tensor,
M: cute.Int32,
challenges/medium/55_attn_w_linear_bias/starter/starter.cute.py:7
Functionsolve(
A: jax.Array,
B: jax.Array,
M: int,
N: int,
K: int,
scale_A: float,
scale_B: flo
challenges/medium/32_int8_quantized_matmul/starter/starter.jax.py:7
Functionsolve(
a: torch.Tensor,
b: torch.Tensor,
c: torch.Tensor,
M: int,
N: int,
K: int,
scale
challenges/medium/32_int8_quantized_matmul/starter/starter.triton.py:7
Functionsolve(
A: torch.Tensor,
B: torch.Tensor,
C: torch.Tensor,
M: int,
N: int,
K: int,
scale
challenges/medium/32_int8_quantized_matmul/starter/starter.pytorch.py:5
Functionsolve(
A: cute.Tensor,
B: cute.Tensor,
C: cute.Tensor,
M: cute.Int32,
N: cute.Int32,
K: cut
challenges/medium/32_int8_quantized_matmul/starter/starter.cute.py:7
Functionsolve(
Q: jax.Array,
K: jax.Array,
V: jax.Array,
num_q_heads: int,
num_kv_heads: int,
seq_l
challenges/medium/80_grouped_query_attention/starter/starter.jax.py:7
Functionsolve(
input: jax.Array, gamma: jax.Array, beta: jax.Array, N: int, C: int, eps: float
)
challenges/medium/40_batch_normalization/starter/starter.jax.py:7
Functionsolve(
Q: jax.Array,
K: jax.Array,
V: jax.Array,
seq_len: int,
d_model: int,
gamma: float,
challenges/medium/92_decaying_causal_attention/starter/starter.jax.py:7
Functionsolve(
Q: torch.Tensor,
K: torch.Tensor,
V: torch.Tensor,
output: torch.Tensor,
seq_len: int,
challenges/medium/92_decaying_causal_attention/starter/starter.triton.py:7
Functionsolve(
Q: torch.Tensor,
K: torch.Tensor,
V: torch.Tensor,
output: torch.Tensor,
seq_len: int,
challenges/medium/92_decaying_causal_attention/starter/starter.pytorch.py:5
Functionsolve(
input: jax.Array, N: int, M: int, S_ROW: int, E_ROW: int, S_COL: int, E_COL: int
)
challenges/medium/48_2d_subarray_sum/starter/starter.jax.py:7
Functionsolve(
input: torch.Tensor,
output: torch.Tensor,
N: int,
M: int,
S_ROW: int,
E_ROW: int,
challenges/medium/48_2d_subarray_sum/starter/starter.triton.py:7
Functionsolve(
input: torch.Tensor,
output: torch.Tensor,
N: int,
M: int,
S_ROW: int,
E_ROW: int,
challenges/medium/48_2d_subarray_sum/starter/starter.pytorch.py:5
Functionsolve(
x: jax.Array,
W_gate: jax.Array,
W_up: jax.Array,
W_down: jax.Array,
M: int,
d_model
challenges/medium/84_swiglu_mlp_block/starter/starter.jax.py:7
Functionsolve(
Q: torch.Tensor, cos: torch.Tensor, sin: torch.Tensor, output: torch.Tensor, M: int, D: int
)
challenges/medium/61_rope_embedding/starter/starter.triton.py:7
Functionsolve(
Q: torch.Tensor, cos: torch.Tensor, sin: torch.Tensor, output: torch.Tensor, M: int, D: int
)
challenges/medium/61_rope_embedding/starter/starter.pytorch.py:5
Functionsolve(
Q: cute.Tensor,
cos: cute.Tensor,
sin: cute.Tensor,
output: cute.Tensor,
M: cute.Int32,
challenges/medium/61_rope_embedding/starter/starter.cute.py:7
Functionsolve(A: jax.Array, B: jax.Array, BATCH: int, M: int, N: int, K: int)
challenges/medium/57_fp16_batched_matmul/starter/starter.jax.py:7
Functionsolve(a: torch.Tensor, b: torch.Tensor, c: torch.Tensor, BATCH: int, M: int, N: int, K: int)
challenges/medium/57_fp16_batched_matmul/starter/starter.triton.py:7