[TorchTidy] Adding Layout support and exposing TensorMetadata#81155
[TorchTidy] Adding Layout support and exposing TensorMetadata#81155Gamrix wants to merge 6 commits intogh/gamrix/81/basefrom
Conversation
TensorMetadata will be used later to hold various metadata fields including sizes and strides. [ghstack-poisoned]
🔗 Helpful links
❌ 1 New FailuresAs of commit b1e04e6 (more details on the Dr. CI page): Expand to see more
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages
|
…ata" TensorMetadata will be used later to hold various metadata fields including sizes and strides. This is basically me separating the following diff into its logical components after they all got smushed together #80072 [ghstack-poisoned]
…ata" TensorMetadata will be used later to hold various metadata fields including sizes and strides. This is basically me separating the following diff into its logical components after they all got smushed together #80072 [ghstack-poisoned]
…ata" TensorMetadata will be used later to hold various metadata fields including sizes and strides. This is basically me separating the following diff into its logical components after they all got smushed together #80072 [ghstack-poisoned]
…ata" TensorMetadata will be used later to hold various metadata fields including sizes and strides. This is basically me separating the following diff into its logical components after they all got smushed together #80072 [ghstack-poisoned]
…ata" TensorMetadata will be used later to hold various metadata fields including sizes and strides. This is basically me separating the following diff into its logical components after they all got smushed together #80072 [ghstack-poisoned]
|
I have already rebased on viable/strict and the test failure seems to stay. The Torchdynamo test failure seems to be flaky and unrelated to this diff: |
|
@pytorchbot merge --force |
|
❌ 🤖 pytorchbot command failed: Try |
|
@pytorchbot --help |
PyTorchBot HelpMergeRevertRebaseLabel |
|
@pytorchbot merge -f 'The torchdynamo test failure is due to a flaky test, see PR for more details` |
|
❌ 🤖 pytorchbot command failed: |
|
@pytorchbot merge -f 'The torchdynamo test failure is due to a flaky test, see PR for more details' |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Hey @Gamrix. |
#81155) Summary: TensorMetadata will be used later to hold various metadata fields including sizes and strides. This is basically me separating the following diff into its logical components after they all got smushed together #80072 Pull Request resolved: #81155 Approved by: https://github.com/robieta Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/74c795871704114ef4a3c898dd388da84759d925 Reviewed By: jeanschmidt Differential Revision: D38066982 Pulled By: jeanschmidt fbshipit-source-id: a583ea42e0a3ed438923a1bd4ccd9c16e2ab9f69
Stack from ghstack:
TensorMetadata will be used later to hold various metadata fields including sizes and strides.
This is basically me separating the following diff into its logical components after they all got smushed together
#80072