[CUDA] implement Hadamard transform (#3179)

This commit is contained in:
Long Yixing
2026-03-05 16:34:19 +08:00
committed by GitHub
parent 3b3590bf5f
commit be872ebdef
6 changed files with 432 additions and 4 deletions
-3
View File
@@ -8,9 +8,6 @@ cuda_skip = {
"TestBlas.test_gather_mm_sorted_vjp",
# Segmented matmul NYI
"TestBlas.test_segmented_mm",
# Hadamard NYI
"TestOps.test_hadamard",
"TestOps.test_hadamard_grad_vmap",
# FFTs NYI
"TestFFT.test_fft",
"TestFFT.test_fft_big_powers_of_two",