[CUDA] Fix stride of singleton dims before passing to cuDNN

This commit is contained in:
Cheng
2025-08-19 21:20:41 -07:00
parent ac85ddfdb7
commit 8cc93eea23
2 changed files with 24 additions and 6 deletions

View File

@@ -13,8 +13,6 @@ cuda_skip = {
# Hadamard NYI
"TestOps.test_hadamard",
"TestOps.test_hadamard_grad_vmap",
# Convolutions NYI
"TestConv.test_1d_conv_with_2d",
# FFTs NYI
"TestFFT.test_fft",
"TestFFT.test_fft_big_powers_of_two",