-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why exclude CUDA write lat test? #276
Comments
For send_lat, the CPU can poll on the CQ irrespective of where the RX buffer is placed. |
Thanks for your answer. @drossetti By the way,
|
Hi, when I enabe CUDA with RDMA_WRITE_WITH_IMM , I still meet this warning,
By the way , in cpu side is fine:
|
We can use |
Thanks for your reply. Maybe using ctx->memory->copy_buffer_to_host seems like not suitable for write latency test? (I don't quite understand. Can you explain more?) |
Can you exlain the reason for excluding CUDA write lat test? On the other hand, RDMA write lat test is ok.
perftest/src/perftest_parameters.c
Line 1748 in 0e0e252
The text was updated successfully, but these errors were encountered: