Kernels
cuda
hadamard
galqiwi commited on
Commit
f5d4ebe
·
verified ·
1 Parent(s): 43735d2

README: drop backward-op note

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -13,8 +13,7 @@ Forward Hadamard transform CUDA kernel, packaged for the
13
  [`kernels`](https://huggingface.co/docs/kernels/index) library.
14
 
15
  `fp32` / `fp16` / `bf16`, last dim from `1` up to `32768` (zero-padded to the
16
- next power of two internally). No backward op — `H` is symmetric, so apply
17
- the same kernel a second time.
18
 
19
  ## Use
20
 
 
13
  [`kernels`](https://huggingface.co/docs/kernels/index) library.
14
 
15
  `fp32` / `fp16` / `bf16`, last dim from `1` up to `32768` (zero-padded to the
16
+ next power of two internally).
 
17
 
18
  ## Use
19