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

[QST] Does TMA overlap memory copy from/to global memory address from another GPU return by cudaIpcGetMemHandle? #1943

Open
umiswing opened this issue Nov 15, 2024 · 1 comment

Comments

@umiswing
Copy link

What is your question?
Hi! If a global memory address from another GPU (both with P2P and nvlink support)on the same node return by cudaIpcGetMemHandle is passed to cutlass kernel with TMA support, does TMA overlap such inter-GPU memory copy with CUDA Core or Tensor Core? And how does TMA and nvlink finish such memory copy between different GPU?

@thakkarV
Copy link
Collaborator

thakkarV commented Nov 15, 2024

TMA knows nothing about the memory being on remote or local GPU if you have set up a coherent NVLink address space across the system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants