[CUDA] Fix stride of singleton dims before passing to cuDNN (#2521)

This commit is contained in:
Cheng
2025-08-21 08:55:26 +09:00
committed by GitHub
parent 25c1e03205
commit f4c8888cbe
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",