Commit 78c4f05
committed
Update on "Simplify builtin handling of Tensor-SymNodeVariable"
Following CR at
#95621 (comment)
In fact, the block deleted is dead, because a MUST be a TensorVariable,
and so it can never be a SymNodeVariable.
Signed-off-by: Edward Z. Yang <ezyangmeta.com>
cc soumith voznesenskym penguinwu anijain2305 EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx desertfire
[ghstack-poisoned]245 files changed
Lines changed: 6375 additions & 5084 deletions
File tree
- .ci
- docker
- common
- pytorch
- .github
- ci_commit_pins
- scripts
- workflows
- aten/src/ATen
- core
- cudnn
- functorch
- native
- cuda
- mps
- operations
- quantized/cpu
- qnnpack
- include
- src
- sparse
- benchmarks/dynamo
- cmake
- Modules_CUDA_fix/upstream
- Modules
- docs/source
- test
- backends/xeon
- cpp_extensions
- distributed
- _shard
- sharded_tensor/ops
- _tensor
- distributions
- dynamo
- expect
- functorch
- fx
- inductor
- jit
- onnx
- quantization/fx
- third_party
- tools
- autograd
- fast_nvcc
- setup_helpers
- stats
- test
- torchgen
- torch
- _C/_dynamo
- _decomp
- _dynamo
- variables
- _export
- _functorch
- _inductor
- codegen
- triton_ops
- _refs/linalg
- _subclasses
- ao
- ns/fx
- quantization
- backend_config
- fx
- backends/xeon
- csrc
- autograd
- functions
- distributed
- autograd
- engine
- rpc_messages
- c10d
- rpc
- profiler
- dynamo
- jit
- runtime
- static
- serialization
- quantized
- cuda
- distributed
- _shard
- sharded_tensor
- _ops
- sharding_spec/chunk_sharding_spec_ops
- _tensor
- ops
- checkpoint
- fsdp
- distributions
- fx
- experimental
- passes
- jit
- nn
- modules
- onnx
- _internal/fx
- testing/_internal
- distributed/_tensor
- opinfo/definitions
- utils/data/datapipes/utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
47 | 44 | | |
48 | 45 | | |
49 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
248 | | - | |
249 | | - | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
24 | | - | |
25 | 21 | | |
26 | | - | |
27 | 22 | | |
| 23 | + | |
28 | 24 | | |
29 | 25 | | |
30 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
152 | 160 | | |
153 | 161 | | |
154 | 162 | | |
| |||
0 commit comments