-
I would like to test GPU Direct RDMA between two nodes. (host memory -> GPU memory)
I tried to test with ucx_perftest on the above nodes, but failed. Server node outputs
Client node outputs
I think the client node does not require a GPU when testing host -> cuda because it uses only host memory. |
Beta Was this translation helpful? Give feedback.
Answered by
yosefe
May 12, 2025
Replies: 1 comment 1 reply
-
yes, it is required, since some tests are bidirectional. there is no special logic to enabled mixed setup scenario for uni directional tests. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kanlkan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yes, it is required, since some tests are bidirectional. there is no special logic to enabled mixed setup scenario for uni directional tests.