pytorch
567e6152 - Revert "[inductor] fix crash issue when input is a view tensor (#90150)" (#94329)

Commit
1 year ago
Revert "[inductor] fix crash issue when input is a view tensor (#90150)" (#94329) Had to provide a merge conflict resolution due to conflicts with https://github.com/pytorch/pytorch/pull/94118 This was causing issues with internal tests that look similar to: ``` in clone_preserve_strides x.size(), x.stride(), x.storage_offset() AttributeError: 'KeyedJaggedTensor' object has no attribute 'size' ``` See https://fburl.com/testinfra/nc0du2sp for more information This reverts commit #90150 @jansel can you help @blzheng with re-landing this as a co-development diff? Pull Request resolved: https://github.com/pytorch/pytorch/pull/94329 Approved by: https://github.com/jansel
Author
Committer
Parents
Loading