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 lcit initData: affect lcitb's performance #68

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Conversation

JiakunYan
Copy link
Collaborator

The original lcit implementation calls initData (allocates the send/recv buffers) in initCtx (usually called at the main thread). This leads to suboptimal performance when the program scales to multiple NUMA nodes. This PR fixes it by calling initData in each thread.

@JiakunYan JiakunYan merged commit aa248a1 into master Mar 8, 2024
9 checks passed
@JiakunYan JiakunYan deleted the fix-lcit branch April 7, 2024 19:50
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.

1 participant