Skip to content

Conversation

SS-JIA
Copy link
Contributor

@SS-JIA SS-JIA commented Oct 31, 2024

Stack from ghstack (oldest at bottom):

Changes

As title. Extend the functionality of the aten.clone operator to allow transitioning the storage type and memory layout between the input to the output tensor.

Context

This functionality will be used to transition input tensors to the optimal storage type and memory layout before entering the execution of an op. The transition nodes will be added by a memory metadata tagging pass that will be introduced in a subsequent diff.

Differential Revision: D65277710

… types

## Changes

As title. Extend the functionality of the `aten.clone` operator to allow transitioning the storage type and memory layout between the input to the output tensor.

## Context

This functionality will be used to transition input tensors to the optimal storage type and memory layout before entering the execution of an op. The transition nodes will be added by a memory metadata tagging pass that will be introduced in a subsequent diff.

Differential Revision: [D65277710](https://our.internmc.facebook.com/intern/diff/D65277710/)

[ghstack-poisoned]
Copy link

pytorch-bot bot commented Oct 31, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6596

Note: Links to docs will display an error until the docs builds have been completed.

❌ 2 New Failures

As of commit 17a8e1f with merge base 1972e69 (image):

NEW FAILURES - The following jobs have failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 31, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65277710

…and storage types"

## Changes

As title. Extend the functionality of the `aten.clone` operator to allow transitioning the storage type and memory layout between the input to the output tensor.

## Context

This functionality will be used to transition input tensors to the optimal storage type and memory layout before entering the execution of an op. The transition nodes will be added by a memory metadata tagging pass that will be introduced in a subsequent diff.

Differential Revision: [D65277710](https://our.internmc.facebook.com/intern/diff/D65277710/)

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65277710

…and storage types"

## Changes

As title. Extend the functionality of the `aten.clone` operator to allow transitioning the storage type and memory layout between the input to the output tensor.

## Context

This functionality will be used to transition input tensors to the optimal storage type and memory layout before entering the execution of an op. The transition nodes will be added by a memory metadata tagging pass that will be introduced in a subsequent diff.

Differential Revision: [D65277710](https://our.internmc.facebook.com/intern/diff/D65277710/)

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65277710

@facebook-github-bot facebook-github-bot merged commit 2ee526e into gh/SS-JIA/133/base Nov 1, 2024
38 of 41 checks passed
@facebook-github-bot facebook-github-bot deleted the gh/SS-JIA/133/head branch November 1, 2024 02:28
SS-JIA added a commit that referenced this pull request Nov 1, 2024
… types (#6607)

Pull Request resolved: #6596

## Changes

As title. Extend the functionality of the `aten.clone` operator to allow transitioning the storage type and memory layout between the input to the output tensor.

## Context

This functionality will be used to transition input tensors to the optimal storage type and memory layout before entering the execution of an op. The transition nodes will be added by a memory metadata tagging pass that will be introduced in a subsequent diff.
ghstack-source-id: 251229412
@exported-using-ghexport

Differential Revision: [D65277710](https://our.internmc.facebook.com/intern/diff/D65277710/)

Co-authored-by: Stephen Jia <ssjia@meta.com>
SS-JIA added a commit that referenced this pull request Nov 1, 2024
* [ET-VK] Allow clone op to transfer between memory layouts and storage types

Pull Request resolved: #6596

## Changes

As title. Extend the functionality of the `aten.clone` operator to allow transitioning the storage type and memory layout between the input to the output tensor.

## Context

This functionality will be used to transition input tensors to the optimal storage type and memory layout before entering the execution of an op. The transition nodes will be added by a memory metadata tagging pass that will be introduced in a subsequent diff.
ghstack-source-id: 251229412
@exported-using-ghexport

Differential Revision: [D65277710](https://our.internmc.facebook.com/intern/diff/D65277710/)

* [ET-VK] Enable buffer implementation of `aten.linear`

Pull Request resolved: #6597

## Changes

As title. Extend the existing buffer implementation of `matmul` to support the linear operator as well.
ghstack-source-id: 251229414
@exported-using-ghexport

Differential Revision: [D65277712](https://our.internmc.facebook.com/intern/diff/D65277712/)

---------

Co-authored-by: Stephen Jia <ssjia@meta.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants