Skip to content

Conversation

@pzhan9
Copy link
Contributor

@pzhan9 pzhan9 commented Sep 23, 2025

Differential Revision: D83001963

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Sep 23, 2025
@facebook-github-bot
Copy link
Contributor

@pzhan9 has exported this pull request. If you are a Meta employee, you can view the originating diff in D83001963.

pzhan9 added a commit to pzhan9/monarch-1 that referenced this pull request Sep 23, 2025
…sts (meta-pytorch#1303)

Summary:

Two refactorings to make the next diff D82537988 looks less busy:

1. extract `cast_v0`;
2. extract `verify_casting`.

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

@pzhan9 has exported this pull request. If you are a Meta employee, you can view the originating diff in D83001963.

pzhan9 added a commit to pzhan9/monarch-1 that referenced this pull request Sep 23, 2025
…sts (meta-pytorch#1303)

Summary:

Two refactorings to make the next diff D82537988 looks less busy:

1. extract `cast_v0`;
2. extract `verify_casting`.

Differential Revision: D83001963
pzhan9 added a commit to pzhan9/monarch-1 that referenced this pull request Sep 25, 2025
…sts (meta-pytorch#1303)

Summary:

Two refactorings to make the next diff D82537988 looks less busy:

1. extract `cast_v0`;
2. extract `verify_casting`.

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

@pzhan9 has exported this pull request. If you are a Meta employee, you can view the originating diff in D83001963.

pzhan9 added a commit to pzhan9/monarch-1 that referenced this pull request Sep 25, 2025
…sts (meta-pytorch#1303)

Summary:

Two refactorings to make the next diff D82537988 looks less busy:

1. extract `cast_v0`;
2. extract `verify_casting`.

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

@pzhan9 has exported this pull request. If you are a Meta employee, you can view the originating diff in D83001963.

pzhan9 added a commit to pzhan9/monarch-1 that referenced this pull request Sep 26, 2025
…sts (meta-pytorch#1303)

Summary:

Two refactorings to make the next diff D82537988 looks less busy:

1. extract `cast_v0`;
2. extract `verify_casting`.

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

@pzhan9 has exported this pull request. If you are a Meta employee, you can view the originating diff in D83001963.

pzhan9 added a commit to pzhan9/monarch-1 that referenced this pull request Sep 29, 2025
…sts (meta-pytorch#1303)

Summary:

Two refactorings to make the next diff D82537988 looks less busy:

1. extract `cast_v0`;
2. extract `verify_casting`.

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

@pzhan9 has exported this pull request. If you are a Meta employee, you can view the originating diff in D83001963.

@facebook-github-bot
Copy link
Contributor

@pzhan9 has exported this pull request. If you are a Meta employee, you can view the originating diff in D83001963.

pzhan9 added a commit to pzhan9/monarch-1 that referenced this pull request Sep 30, 2025
…sts (meta-pytorch#1303)

Summary:

Two refactorings to make the next diff D82537988 looks less busy:

1. extract `cast_v0`;
2. extract `verify_casting`.

Differential Revision: D83001963
pzhan9 added a commit to pzhan9/monarch-1 that referenced this pull request Sep 30, 2025
…sts (meta-pytorch#1303)

Summary:

Two refactorings to make the next diff D82537988 looks less busy:

1. extract `cast_v0`;
2. extract `verify_casting`.

Reviewed By: mariusae

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

@pzhan9 has exported this pull request. If you are a Meta employee, you can view the originating Diff in D83001963.

pzhan9 added a commit to pzhan9/monarch-1 that referenced this pull request Sep 30, 2025
…sts (meta-pytorch#1303)

Summary:

Two refactorings to make the next diff D82537988 looks less busy:

1. extract `cast_v0`;
2. extract `verify_casting`.

Reviewed By: mariusae

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

@pzhan9 has exported this pull request. If you are a Meta employee, you can view the originating Diff in D83001963.

pzhan9 added a commit to pzhan9/monarch-1 that referenced this pull request Oct 1, 2025
…sts (meta-pytorch#1303)

Summary:

Two refactorings to make the next diff D82537988 looks less busy:

1. extract `cast_v0`;
2. extract `verify_casting`.

Reviewed By: mariusae

Differential Revision: D83001963
pzhan9 added a commit to pzhan9/monarch-1 that referenced this pull request Oct 1, 2025
…sts (meta-pytorch#1303)

Summary:

Two refactorings to make the next diff D82537988 looks less busy:

1. extract `cast_v0`;
2. extract `verify_casting`.

Reviewed By: mariusae

Differential Revision: D83001963
pzhan9 added a commit to pzhan9/monarch-1 that referenced this pull request Oct 1, 2025
…sts (meta-pytorch#1303)

Summary:

Two refactorings to make the next diff D82537988 looks less busy:

1. extract `cast_v0`;
2. extract `verify_casting`.

Reviewed By: mariusae

Differential Revision: D83001963
pzhan9 added a commit to pzhan9/monarch-1 that referenced this pull request Oct 1, 2025
…sts (meta-pytorch#1303)

Summary:

Two refactorings to make the next diff D82537988 looks less busy:

1. extract `cast_v0`;
2. extract `verify_casting`.

Reviewed By: mariusae

Differential Revision: D83001963
Summary:

We want to move sequence assignment to the client side, and actor Instance is a good place for that, since:

1. we can get it through `context::Actor`;
2. there is ongoing effort to deprecate `cap::CanSend` with `context::Actor`. so `context::Actor` will be accessible in client's message sending callsites. 

This diff:

1. adds a `struct Sequencer` which encapsulate the assignment logic.
2. adds a `fn seq_send` method to `ActorRef` show how it is used by the client.

Reviewed By: mariusae

Differential Revision: D82983004
…sts (meta-pytorch#1303)

Summary:

Two refactorings to make the next diff D82537988 looks less busy:

1. extract `cast_v0`;
2. extract `verify_casting`.

Reviewed By: mariusae

Differential Revision: D83001963
pzhan9 added a commit to pzhan9/monarch-1 that referenced this pull request Oct 1, 2025
…sts (meta-pytorch#1303)

Summary:

Two refactorings to make the next diff D82537988 looks less busy:

1. extract `cast_v0`;
2. extract `verify_casting`.

Reviewed By: mariusae

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

This pull request has been merged in a34a91e.

AlirezaShamsoshoara pushed a commit to AlirezaShamsoshoara/monarch that referenced this pull request Oct 30, 2025
…sts (meta-pytorch#1303)

Summary:
Pull Request resolved: meta-pytorch#1303

Two refactorings to make the next diff D82537988 looks less busy:

1. extract `cast_v0`;
2. extract `verify_casting`.

Reviewed By: mariusae

Differential Revision: D83001963

fbshipit-source-id: 33cb027b73e26d8b1606ff4eb5baa13454d2de6a
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 Meta Open Source bot. fb-exported Merged meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants