You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UCP tag_bw test reports the perf values from the client side, which leads to incorrect and misleading bandwidth values. The results should instead be reported by the server process because the client only waits for the local completion of the send operations.
Describe the bug
The UCP
tag_bw
test reports the perf values from the client side, which leads to incorrect and misleading bandwidth values. The results should instead be reported by the server process because the client only waits for the local completion of the send operations.Steps to Reproduce
On a single node with NVLink
ucx_perftest -f -t tag_bw -s 128000000 -m cuda,host &
ucx_perftest -f -t tag_bw -s 128000000 -m cuda,host localhost
Git branch 'master', revision 21c1594
UCX_RNDV_FRAG_MEM_TYPE=cuda UCX_TLS=tcp,cuda_copy,cuda_ipc,self
The text was updated successfully, but these errors were encountered: