Commit 34a2a13
committed
Delete optimized sigmoid
We have vectorized (and parallelized) portable ops now as of #11912, so we don't need a handwritten optimized op that only does vectorization. (I spot-checked assembly to confirm the portable op is getting vectorized when we build optimized_portable_kernels.)
ghstack-source-id: 7ac8d91
ghstack-comment-id: 3002062946
Pull-Request-resolved: #119391 parent 91c9ffa commit 34a2a13
File tree
4 files changed
+1
-115
lines changed- kernels
- optimized
- cpu
- test
- shim_et/xplat/executorch/kernels/optimized
4 files changed
+1
-115
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 55 | | |
61 | 56 | | |
62 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | 205 | | |
212 | 206 | | |
213 | 207 | | |
| |||
0 commit comments