Commit 90ff985
committed
Update on "Add batching rule for "is_complex", "conj""
To unblock #43208, which adds "is_complex" checks to backward formulas
that are being tested for batched gradient support with vmap.
Test Plan:
- `pytest test/test_vmap.py -v`
Differential Revision: [D23685356](https://our.internmc.facebook.com/intern/diff/D23685356)
[ghstack-poisoned]File tree
149 files changed
+4099
-1620
lines changed- .circleci
- cimodel/data
- simple
- docker
- verbatim-sources
- build-parameters
- job-specs
- .jenkins/caffe2
- aten
- src
- ATen
- core
- cuda
- native
- cuda
- quantized
- cpu
- sparse
- cuda
- vulkan
- glsl
- test
- THCUNN/generic
- THC
- cmake
- docs/source/notes
- scripts/onnx
- test
- cpp/tensorexpr
- jit
- onnx
- model_defs
- quantization
- third_party
- tools
- autograd
- pyi
- torch
- _C
- csrc/jit
- passes
- onnx
- python
- runtime
- static
- serialization
- tensorexpr
- cuda
- jit
- nn
- modules
- parallel
- quantized/modules
- utils
- onnx
- quantization
- fx
- testing/_internal
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
149 files changed
+4099
-1620
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
149 | 154 | | |
150 | 155 | | |
151 | 156 | | |
| 157 | + | |
152 | 158 | | |
153 | 159 | | |
154 | 160 | | |
| |||
192 | 198 | | |
193 | 199 | | |
194 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
195 | 212 | | |
196 | 213 | | |
197 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| 266 | + | |
266 | 267 | | |
267 | 268 | | |
268 | 269 | | |
| |||
302 | 303 | | |
303 | 304 | | |
304 | 305 | | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
305 | 312 | | |
306 | 313 | | |
307 | 314 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
0 commit comments