Replies: 1 comment 3 replies
-
I'd need to know more about the context here (e.g., why you need GPU ID here) to provide help. However, my group has recently released our multi-chiplet GPU support (although there is a lot to improve on it) as part of our upcoming MICRO '24 paper. It still needs to be integrated into the mainline too, so your work may still be valuable. If you shoot me an email I can explain where that support is at, and we can discuss if what you are doing is better than trying to leverage our stuff. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello ,
I'm currently working on adding multi-GPU support in gem5, and I've run into a challenge. I need to modify the mmap function in src/gpu-compute/gpu-compute-driver.cc to include the GPU ID.
Could anyone provide guidance on how to implement this? Specifically, I’d appreciate any insights on what changes are necessary to ensure that mmap properly handles GPU IDs for multiple instances.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions