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

[Optimizer] Resharding ON by default. #1163

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

nobradovictt
Copy link
Contributor

Enable resharding to be on by default when Optimizer and Memory layout analysis is enabled.
Reworked conditions for inserting resharding edge on first shard chain op. Assume it's not needed unless it is specified that targeted Op type requires it. Perform preprocessing also in case if resharding edge was passed in as override.

Closes #1161

uint64_t getNumUsedCores() const {
if (cNumUsedCores != 0) {
return cNumUsedCores;
uint64_t mutable cGridVolume = 0;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rpavlovicTT addressed feedback from previous PR.

@nobradovictt nobradovictt force-pushed the nobradovic/fix_auto_reshard_chain_start branch from 49289bf to 91d790a Compare November 6, 2024 09:59
@nobradovictt nobradovictt enabled auto-merge (squash) November 6, 2024 10:02
@nobradovictt nobradovictt merged commit f91d41e into main Nov 6, 2024
17 checks passed
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.

Enable resharding by default
4 participants