Latency not expected for eager zcopy #7250
-
I do the following test case: client send reqeust to server, and server send reponse back to client. response: with 2 buffer to send The I run test the upper message with 3 different mode: eager(bcopy), eager(zcopy), rndv, using ucp_tag_send_nb where data type is IOV and got the following performance result, including latency(depth=1, start from send request till receive reponse) and message cnt per sec(depth = 64) (to make the problem more easy, the response is all sent in eager(bcopy) mode).
there are two points confuse me:
ucx version: https://github.com/yosefe/ucx/releases/tag/v1.9.0-pre38 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
|
Beta Was this translation helpful? Give feedback.
-
@haipeng31 |
Beta Was this translation helpful? Give feedback.
@haipeng31