Skip to content

remove duplicate deepcopy #2550

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

lucylq
Copy link
Contributor

@lucylq lucylq commented Mar 21, 2024

Summary:
Program is deep copied inside backend_api before being passed to preprocess:
https://www.internalfb.com/code/fbsource/fbcode/executorch/exir/backend/backend_api.py?lines=106

And then deepcopied again here.

Differential Revision: D55133796

Copy link

pytorch-bot bot commented Mar 21, 2024

🔗 Helpful Links

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

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

✅ You can merge normally! (1 Unrelated Failure)

As of commit 6cd9c3b with merge base 12b5324 (image):

BROKEN TRUNK - The following job failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

  • trunk / test-coreml-delegate / macos-job (gh)
    /Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelManager.mm:387:43: error: no member named 'ModelPackage' in '(anonymous namespace)::ModelAssetType'

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 Mar 21, 2024
@facebook-github-bot
Copy link
Contributor

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

@lucylq lucylq force-pushed the export-D55133796 branch from 527302e to d07fb5e Compare March 21, 2024 17:34
lucylq added a commit to lucylq/executorch-1 that referenced this pull request Mar 21, 2024
Summary:

Program is deep copied inside backend_api before being passed to preprocess:
https://www.internalfb.com/code/fbsource/fbcode/executorch/exir/backend/backend_api.py?lines=106

And then deepcopied again here.

Reviewed By: cccclai

Differential Revision: D55133796
@facebook-github-bot
Copy link
Contributor

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

Summary:

Program is deep copied inside backend_api before being passed to preprocess:
https://www.internalfb.com/code/fbsource/fbcode/executorch/exir/backend/backend_api.py?lines=106

And then deepcopied again here.

Reviewed By: cccclai

Differential Revision: D55133796
@lucylq lucylq force-pushed the export-D55133796 branch from d07fb5e to 6cd9c3b Compare March 21, 2024 17:34
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in cd9a84c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/trunk CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants