Skip to content
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

Fix light load bug #379

Merged
merged 7 commits into from
Nov 13, 2024
Merged

Fix light load bug #379

merged 7 commits into from
Nov 13, 2024

Conversation

Binyang2014
Copy link
Contributor

@Binyang2014 Binyang2014 commented Nov 7, 2024

Fix lightLoadExecutionPlan issue.
An execution context many have multi device execution plans. These plans share the channel connections which are constructed before.
A deviceExecutionPlanKey is introduced to identify these plans. We can get the current device execution plan key via:
contexts.currentDevicePlan

@Binyang2014 Binyang2014 marked this pull request as ready for review November 8, 2024 06:52
src/executor/executor.cc Outdated Show resolved Hide resolved
src/executor/executor.cc Outdated Show resolved Hide resolved
@Binyang2014 Binyang2014 enabled auto-merge (squash) November 13, 2024 07:02
@Binyang2014 Binyang2014 merged commit 1baea89 into main Nov 13, 2024
20 checks passed
@Binyang2014 Binyang2014 deleted the binyli/bugfix branch November 13, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants