-
Notifications
You must be signed in to change notification settings - Fork 387
[TransferEngine] Add Moore Threads GPUs Support #862
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: popsiclexu <[email protected]>
Signed-off-by: popsiclexu <[email protected]>
Is there any mechanism similar to CUDA IPC? Additionally, I think in the future we'd better allow the mixture use of Moore Threads GPUs and NVGPUs based on the next geenration of TE https://github.com/kvcache-ai/Mooncake/tree/dev/tent. Maybe we can figure out how to approach this goal. |
Yes, MUSA has mechanism similar to CUDA IPC. The mixture use of MTGPUS and NVGPUs based on the next geenration of TE is a great work. The usage of MUSA closely resembles that of CUDA, requiring primarily the adaptation of CUDA APIs to MUSA APIs. For reference, |
Hi, @popsiclexu . Have you tested GDR-based PD in SGLang with Moore Threads GPU? (sry, we don't have the necessary testbed. |
@stmatengss Yes, I have, and it works fine. |
Signed-off-by: popsiclexu <[email protected]>
This PR enables Moore Threads GPUDirect RDMA support for the Transfer Engine's RDMA transport. To compile and link the musa libraries, please set the
USE_MUSA
flag to "ON".