Add gemm_grouped_conv

This commit is contained in:
Cheng
2025-08-17 17:23:23 -07:00
parent c81aeedec5
commit 849fee90f3
7 changed files with 330 additions and 25 deletions

View File

@@ -15,8 +15,6 @@ cuda_skip = {
"TestOps.test_hadamard_grad_vmap",
# Convolutions NYI
"TestConv.test_1d_conv_with_2d",
"TestConv.test_conv_1d_groups_flipped",
"TestConv.test_torch_conv_depthwise",
# FFTs NYI
"TestFFT.test_fft",
"TestFFT.test_fft_big_powers_of_two",