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.pytorch.py:5
Functionsolve(
A: cute.Tensor,
B: cute.Tensor,
C: cute.Tensor,
BATCH: cute.Int32,
M: cute.Int32,
N:
challenges/medium/57_fp16_batched_matmul/starter/starter.cute.py:7
Functionsolve(X: torch.Tensor, S: torch.Tensor, Y: torch.Tensor, M: int, N: int, TILE_SIZE: int)
challenges/medium/64_weight_dequantization/starter/starter.triton.py:7
Functionsolve(X: torch.Tensor, S: torch.Tensor, Y: torch.Tensor, M: int, N: int, TILE_SIZE: int)
challenges/medium/64_weight_dequantization/starter/starter.pytorch.py:5
Functionsolve(
X: cute.Tensor,
S: cute.Tensor,
Y: cute.Tensor,
M: cute.Int32,
N: cute.Int32,
TILE_S
challenges/medium/64_weight_dequantization/starter/starter.cute.py:7
Functionsolve(A: jax.Array, B: jax.Array, M: int, N: int, K: int, nnz: int)
challenges/medium/75_sparse_matrix_dense_matrix_multiplication/starter/starter.jax.py:7
Functionsolve(A: torch.Tensor, B: torch.Tensor, C: torch.Tensor, M: int, N: int, K: int, nnz: int)
challenges/medium/75_sparse_matrix_dense_matrix_multiplication/starter/starter.triton.py:7
Functionsolve(A: torch.Tensor, B: torch.Tensor, C: torch.Tensor, M: int, N: int, K: int, nnz: int)
challenges/medium/75_sparse_matrix_dense_matrix_multiplication/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/75_sparse_matrix_dense_matrix_multiplication/starter/starter.cute.py:7
Functionsolve(
u: jax.Array,
delta: jax.Array,
A: jax.Array,
B: jax.Array,
C: jax.Array,
skip: jax.
challenges/medium/94_ssm_selective_scan/starter/starter.jax.py:7
Functionsolve(
u: torch.Tensor,
delta: torch.Tensor,
A: torch.Tensor,
B: torch.Tensor,
C: torch.Tensor,
challenges/medium/94_ssm_selective_scan/starter/starter.triton.py:7
Functionsolve(
u: torch.Tensor,
delta: torch.Tensor,
A: torch.Tensor,
B: torch.Tensor,
C: torch.Tensor,
challenges/medium/94_ssm_selective_scan/starter/starter.pytorch.py:5
Functionsolve(
u: cute.Tensor,
delta: cute.Tensor,
A: cute.Tensor,
B: cute.Tensor,
C: cute.Tensor,
challenges/medium/94_ssm_selective_scan/starter/starter.cute.py:7
Functionsolve(
input: jax.Array,
kernel: jax.Array,
input_rows: int,
input_cols: int,
kernel_rows: int,
challenges/medium/28_gaussian_blur/starter/starter.jax.py:7
Functionsolve(
input: jax.Array,
kernel: jax.Array,
input_rows: int,
input_cols: int,
kernel_rows: int,
challenges/medium/10_2d_convolution/starter/starter.jax.py:7
Functionsolve(
x: jax.Array,
w_q: jax.Array,
scales: jax.Array,
M: int,
N: int,
K: int,
group_s
challenges/medium/81_int4_matmul/starter/starter.jax.py:7
Functionsolve(
x: torch.Tensor,
w_q: torch.Tensor,
scales: torch.Tensor,
y: torch.Tensor,
M: int,
N
challenges/medium/81_int4_matmul/starter/starter.triton.py:7
Functionsolve(
x: torch.Tensor,
w_q: torch.Tensor,
scales: torch.Tensor,
y: torch.Tensor,
M: int,
N
challenges/medium/81_int4_matmul/starter/starter.pytorch.py:5
Functionsolve(
x: cute.Tensor,
w_q: cute.Tensor,
scales: cute.Tensor,
y: cute.Tensor,
M: cute.Int32,
challenges/medium/81_int4_matmul/starter/starter.cute.py:7
Functionsolve(
x: jax.Array,
W: jax.Array,
A: jax.Array,
B: jax.Array,
batch: int,
d_in: int,
d
challenges/medium/85_lora_linear/starter/starter.jax.py:7
Functionsolve(
x: cute.Tensor,
W: cute.Tensor,
A: cute.Tensor,
B: cute.Tensor,
output: cute.Tensor,
challenges/medium/85_lora_linear/starter/starter.cute.py:7
Functionsolve(input: torch.Tensor, gamma: float, beta: float, output: torch.Tensor, N: int, eps: float)
challenges/medium/50_rms_normalization/starter/starter.triton.py:7
Functionsolve(
input: jax.Array, N: int, C: int, H: int, W: int, kernel_size: int, stride: int, padding: int
)
challenges/medium/42_2d_max_pooling/starter/starter.jax.py:7
Functionsolve(input, output, N, C, H, W, kernel_size, stride, padding)
challenges/medium/42_2d_max_pooling/starter/starter.triton.py:7
Functionsolve(input, output, N, C, H, W, kernel_size, stride, padding)
challenges/medium/42_2d_max_pooling/starter/starter.pytorch.py:5
Functionsolve(
input: cute.Tensor,
output: cute.Tensor,
N: cute.Int32,
C: cute.Int32,
H: cute.Int32,
challenges/medium/42_2d_max_pooling/starter/starter.cute.py:7
Functionsolve(
X: jax.Array,
gamma: jax.Array,
beta: jax.Array,
N: int,
C: int,
H: int,
W: int,
challenges/medium/105_group_normalization/starter/starter.jax.py:7
Functionsolve(
X: torch.Tensor,
gamma: torch.Tensor,
beta: torch.Tensor,
Y: torch.Tensor,
N: int,
C
challenges/medium/105_group_normalization/starter/starter.triton.py:7
Functionsolve(
X: torch.Tensor,
gamma: torch.Tensor,
beta: torch.Tensor,
Y: torch.Tensor,
N: int,
C
challenges/medium/105_group_normalization/starter/starter.pytorch.py:5
Functionsolve(
X: cute.Tensor,
gamma: cute.Tensor,
beta: cute.Tensor,
Y: cute.Tensor,
N: cute.Int32,
challenges/medium/105_group_normalization/starter/starter.cute.py:7
Functionsolve(
x: jax.Array, weight: jax.Array, bias: jax.Array, B: int, L: int, D: int, K: int
)
challenges/medium/90_causal_depthwise_conv1d/starter/starter.jax.py:7
Functionsolve(
x: torch.Tensor,
weight: torch.Tensor,
bias: torch.Tensor,
output: torch.Tensor,
B: int,
challenges/medium/90_causal_depthwise_conv1d/starter/starter.triton.py:7
Functionsolve(
x: torch.Tensor,
weight: torch.Tensor,
bias: torch.Tensor,
output: torch.Tensor,
B: int,
challenges/medium/90_causal_depthwise_conv1d/starter/starter.pytorch.py:5
Functionsolve(
input: jax.Array,
kernel: jax.Array,
input_depth: int,
input_rows: int,
input_cols: int,
challenges/medium/11_3d_convolution/starter/starter.jax.py:7
Functionsolve(input: torch.Tensor, output: torch.Tensor, N: int, M: int, K: int, P: int)
challenges/medium/45_count_3d_array_element/starter/starter.triton.py:7
Functionsolve(input: torch.Tensor, output: torch.Tensor, N: int, M: int, K: int, P: int)
challenges/medium/45_count_3d_array_element/starter/starter.pytorch.py:5
Functionsolve(
input: cute.Tensor,
output: cute.Tensor,
N: cute.Int32,
M: cute.Int32,
K: cute.Int32,
challenges/medium/45_count_3d_array_element/starter/starter.cute.py:7
Functionsolve(
input: jax.Array,
N: int,
M: int,
K: int,
S_DEP: int,
E_DEP: int,
S_ROW: int,
challenges/medium/49_3d_subarray_sum/starter/starter.jax.py:7
Functionsolve(
input: torch.Tensor,
output: torch.Tensor,
N: int,
M: int,
K: int,
S_DEP: int,
E
challenges/medium/49_3d_subarray_sum/starter/starter.triton.py:7
Functionsolve(
input: torch.Tensor,
output: torch.Tensor,
N: int,
M: int,
K: int,
S_DEP: int,
E
challenges/medium/49_3d_subarray_sum/starter/starter.pytorch.py:5
Functionsolve(
input: cute.Tensor,
output: cute.Tensor,
N: cute.Int32,
M: cute.Int32,
K: cute.Int32,
challenges/medium/49_3d_subarray_sum/starter/starter.cute.py:7
Functionsolve(A: jax.Array, B: jax.Array, BATCH: int, M: int, N: int, K: int)
challenges/medium/30_batched_matrix_multiplication/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/30_batched_matrix_multiplication/starter/starter.triton.py:7