Skip to content

Conversation

@hsharma35
Copy link
Contributor

Summary: Adds a pass to convert kwargs to args and populate optional args.

Differential Revision: D74510388

@hsharma35 hsharma35 requested a review from tarun292 as a code owner May 13, 2025 20:04
@pytorch-bot
Copy link

pytorch-bot bot commented May 13, 2025

🔗 Helpful Links

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

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 15514d3 with merge base 24789c8 (image):

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

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

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 May 13, 2025
@facebook-github-bot
Copy link
Contributor

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

hsharma35 added a commit to hsharma35/executorch that referenced this pull request May 14, 2025
…#10857)

Summary:

Adds a pass to convert kwargs to args and populate optional args.

Reviewed By: zonglinpeng

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

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

hsharma35 added a commit to hsharma35/executorch that referenced this pull request May 14, 2025
…#10857)

Summary:
Pull Request resolved: pytorch#10857

Adds a pass to convert kwargs to args and populate optional args.

Reviewed By: zonglinpeng

Differential Revision: D74510388
hsharma35 added a commit to hsharma35/executorch that referenced this pull request May 15, 2025
…#10857)

Summary:

Adds a pass to convert kwargs to args and populate optional args.

Reviewed By: zonglinpeng

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

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

hsharma35 added a commit to hsharma35/executorch that referenced this pull request May 15, 2025
…#10857)

Summary:
Pull Request resolved: pytorch#10857

Adds a pass to convert kwargs to args and populate optional args.

Reviewed By: zonglinpeng

Differential Revision: D74510388
@hsharma35 hsharma35 added the release notes: none Do not include this in the release notes label May 15, 2025
hsharma35 added a commit to hsharma35/executorch that referenced this pull request May 15, 2025
…#10857)

Summary:

Adds a pass to convert kwargs to args and populate optional args.

For example:
```
# Before:
slice_copy.Tensor(x, 1, end=3) # dim = 1, start is optional = none, end is a kwarg = 3
# After:
slice_copy.Tensor(x, 1, None, 3, 1)
```

Reviewed By: zonglinpeng

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

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

hsharma35 added a commit to hsharma35/executorch that referenced this pull request May 15, 2025
…#10857)

Summary:

Adds a pass to convert kwargs to args and populate optional args.

For example:
```
# Before:
slice_copy.Tensor(x, 1, end=3) # dim = 1, start is optional = none, end is a kwarg = 3
# After:
slice_copy.Tensor(x, 1, None, 3, 1)
```

Reviewed By: zonglinpeng

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

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

hsharma35 added a commit to hsharma35/executorch that referenced this pull request May 15, 2025
…#10857)

Summary:
Pull Request resolved: pytorch#10857

Adds a pass to convert kwargs to args and populate optional args.

For example:
```
# Before:
slice_copy.Tensor(x, 1, end=3) # dim = 1, start is optional = none, end is a kwarg = 3
# After:
slice_copy.Tensor(x, 1, None, 3, 1)
```

Reviewed By: zonglinpeng

Differential Revision: D74510388
Summary: Add call_getitem support in graph builder.

Differential Revision: D74817590
hsharma35 added a commit to hsharma35/executorch that referenced this pull request May 15, 2025
…#10857)

Summary:

Adds a pass to convert kwargs to args and populate optional args.

For example:
```
# Before:
slice_copy.Tensor(x, 1, end=3) # dim = 1, start is optional = none, end is a kwarg = 3
# After:
slice_copy.Tensor(x, 1, None, 3, 1)
```

Reviewed By: zonglinpeng

Differential Revision: D74510388
…#10857)

Summary:
Pull Request resolved: pytorch#10857

Adds a pass to convert kwargs to args and populate optional args.

For example:
```
# Before:
slice_copy.Tensor(x, 1, end=3) # dim = 1, start is optional = none, end is a kwarg = 3
# After:
slice_copy.Tensor(x, 1, None, 3, 1)
```

Reviewed By: zonglinpeng

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

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

@facebook-github-bot facebook-github-bot merged commit d069d65 into pytorch:main May 16, 2025
86 of 88 checks passed
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 release notes: none Do not include this in the release notes topic: not user facing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants