Methodmake_case(B, L, D, K, x_vals=None, w_vals=None, b_vals=None)
challenges/medium/90_causal_depthwise_conv1d/challenge.py:113
Functionmatrix_multiplication_kernel(
a, b, c, M, N, K, stride_am, stride_an, stride_bn, stride_bk, stride_cm, stride_ck
)
challenges/easy/2_matrix_multiplication/starter/starter.triton.py:7
Functionmatrix_transpose_kernel(input, output, rows, cols, stride_ir, stride_ic, stride_or, stride_oc)
challenges/easy/3_matrix_transpose/starter/starter.triton.py:7
Methodreference_impl(
self, y_samples: torch.Tensor, result: torch.Tensor, a: float, b: float, n_samples: int
)
challenges/medium/35_monte_carlo_integration/challenge.py:15
Methodreference_impl(
self,
A: torch.Tensor,
B: torch.Tensor,
C: torch.Tensor,
M: int,
challenges/medium/32_int8_quantized_matmul/challenge.py:15
Methodreference_impl(
self,
a: torch.Tensor,
x: torch.Tensor,
h: torch.Tensor,
B: int,
challenges/medium/82_linear_recurrence/challenge.py:15
Methodreference_impl(
self,
input: torch.Tensor,
output: torch.Tensor,
N: int,
M: int,
challenges/medium/48_2d_subarray_sum/challenge.py:15
Methodreference_impl(
self, logits: torch.Tensor, true_labels: torch.Tensor, loss: torch.Tensor, N: int, C: int
)
challenges/medium/25_categorical_cross_entropy_loss/challenge.py:15
Methodreference_impl(
self, A: torch.Tensor, B: torch.Tensor, C: torch.Tensor, BATCH: int, M: int, N: int, K: int
)
challenges/medium/57_fp16_batched_matmul/challenge.py:15
Methodreference_impl(
self, X: torch.Tensor, S: torch.Tensor, Y: torch.Tensor, M: int, N: int, TILE_SIZE: int
)
challenges/medium/64_weight_dequantization/challenge.py:15
Methodreference_impl(
self,
A: torch.Tensor,
B: torch.Tensor,
C: torch.Tensor,
M: int,
challenges/medium/75_sparse_matrix_dense_matrix_multiplication/challenge.py:15
Methodreference_impl(
self,
input: torch.Tensor,
output: torch.Tensor,
N: int,
C: int,
challenges/medium/42_2d_max_pooling/challenge.py:15
Methodreference_impl(self, input: torch.Tensor, output: torch.Tensor, N: int, S: int, E: int)
challenges/medium/47_subarray_sum/challenge.py:15
Methodreference_impl(self, input: torch.Tensor, output: torch.Tensor, N: int, M: int, K: int)
challenges/medium/44_count_2d_array_element/challenge.py:15
Methodreference_impl(
self, input: torch.Tensor, output: torch.Tensor, N: int, M: int, K: int, P: int
)
challenges/medium/45_count_3d_array_element/challenge.py:15
Methodreference_impl(
self,
input: torch.Tensor,
output: torch.Tensor,
N: int,
M: int,
challenges/medium/49_3d_subarray_sum/challenge.py:15
Methodreference_impl(
self, A: torch.Tensor, B: torch.Tensor, C: torch.Tensor, BATCH: int, M: int, N: int, K: int
)
challenges/medium/30_batched_matrix_multiplication/challenge.py:15
Methodreference_impl(
self,
A: torch.Tensor,
B: torch.Tensor,
C: torch.Tensor,
M: int,
challenges/medium/22_gemm/challenge.py:15
Methodreference_impl(
self,
A: torch.Tensor,
B: torch.Tensor,
C: torch.Tensor,
M: int,
challenges/medium/71_parallel_merge/challenge.py:15
Methodreference_impl(
self, X: torch.Tensor, y: torch.Tensor, beta: torch.Tensor, n_samples: int, n_features: int
)
challenges/medium/33_ordinary_least_squares/challenge.py:15
Methodreference_impl(
self, A: torch.Tensor, x: torch.Tensor, y: torch.Tensor, M: int, N: int, nnz: int
)
challenges/medium/18_sparse_matrix_vector_multiplication/challenge.py:15