Replies: 1 comment
-
Hey @cadop, I'm not very experienced with
The main trick is enabling peer access. Assuming you are on a system that supports the wp.set_mempool_access_enabled(wp.get_cuda_device(0), wp.get_cuda_device(1), True)
wp.set_mempool_access_enabled(wp.get_cuda_device(1), wp.get_cuda_device(0), True) Without this, I get a lot of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use a hashgrid with queries across multiple GPUs, what are the possibilities for this?
Can I use the same hashgrid and query it along multiple GPUs assuming they are CUDA peer access supported?
For example, I want to split a particle simulation amongst multiple GPUs.
Beta Was this translation helpful? Give feedback.
All reactions