Refine conditions under which index.Tensor has a dynamic shape#79809
Refine conditions under which index.Tensor has a dynamic shape#79809eellison wants to merge 8 commits intogh/eellison/307/basefrom
Conversation
[ghstack-poisoned]
🔗 Helpful links
✅ No Failures (20 Pending)As of commit 8309814 (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
…hape" `aten::index.Tensor` is only data-dependent when there are byte/bool indices, which get expanded depending on whether or not there the indices are nonzero. This is being tested in `test_fake___getitem___cpu_float32`. See: https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/IndexingUtils.h#L39 [ghstack-poisoned]
…hape" `aten::index.Tensor` is only data-dependent when there are byte/bool indices, which get expanded depending on whether or not there the indices are nonzero. This is being tested in `test_fake___getitem___cpu_float32`. See: https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/IndexingUtils.h#L39 [ghstack-poisoned]
…hape" `aten::index.Tensor` is only data-dependent when there are byte/bool indices, which get expanded depending on whether or not there the indices are nonzero. This is being tested in `test_fake___getitem___cpu_float32`. See: https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/IndexingUtils.h#L39 [ghstack-poisoned]
…hape" `aten::index.Tensor` is only data-dependent when there are byte/bool indices, which get expanded depending on whether or not there the indices are nonzero. This is being tested in `test_fake___getitem___cpu_float32`. See: https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/IndexingUtils.h#L39 [ghstack-poisoned]
…hape" `aten::index.Tensor` is only data-dependent when there are byte/bool indices, which get expanded depending on whether or not there the indices are nonzero. This is being tested in `test_fake___getitem___cpu_float32`. See: https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/IndexingUtils.h#L39 [ghstack-poisoned]
…hape" `aten::index.Tensor` is only data-dependent when there are byte/bool indices, which get expanded depending on whether or not there the indices are nonzero. This is being tested in `test_fake___getitem___cpu_float32` See: https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/IndexingUtils.h#L39 [ghstack-poisoned]
…hape" `aten::index.Tensor` is only data-dependent when there are byte/bool indices, which get expanded depending on whether or not there the indices are nonzero. This is being tested in `test_fake___getitem___cpu_float32` See: https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/IndexingUtils.h#L39 [ghstack-poisoned]
|
@pytorchbot merge |
1 similar comment
|
@pytorchbot merge |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Hey @eellison. |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Can't merge closed PR #79809 |
Summary: Pull Request resolved: #79809 Approved by: https://github.com/davidberard98 Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/a6b783e714febf79fcab040a2640c4d51a3612ab Reviewed By: atalman Differential Revision: D37311473 Pulled By: eellison fbshipit-source-id: c447e4d7fb6ff7f207d53f94a243a8038b442d27
Pull Request resolved: pytorch#79809 Approved by: https://github.com/davidberard98
Pull Request resolved: pytorch#79809 Approved by: https://github.com/davidberard98
Stack from ghstack (oldest at bottom):
aten::index.Tensoris only data-dependent when there are byte/bool indices, which get expanded depending on whether or not there the indices are nonzero. This is being tested intest_fake___getitem___cpu_float32See: https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/IndexingUtils.h#L39