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

[QUESTION]some questions about allgather+gemm #42

Open
ChrisRanger opened this issue Oct 9, 2024 · 1 comment
Open

[QUESTION]some questions about allgather+gemm #42

ChrisRanger opened this issue Oct 9, 2024 · 1 comment

Comments

@ChrisRanger
Copy link

I'm puzzled by several questions.

  1. I noticed multi ring modes in allgather-gemm, like all_to_all ring pull or push. How does ring mode effect perfmance when PCI-e?

3.Why disabled local_copy in allgather-gemm crossnode?

4.Is there any difference on perfermance between using P2P and using NVSHMEM?

5.When chunk size is not same, can flux address this case?

thank you for your generous help.

@houqi
Copy link
Collaborator

houqi commented Oct 12, 2024

  1. for PCI-e machines, better use ring mode. all-to-all is for NVLink
  2. nop
  3. local_copy is not disabled?
  4. there should not be any difference. if you find a gap, please report.
  5. don't understand your question, can you make it more clear?

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

No branches or pull requests

2 participants