From cac33a8c2f757e20b3e9219abb3210cff3245364 Mon Sep 17 00:00:00 2001 From: Wenkai Du Date: Thu, 3 Apr 2025 17:31:54 -0500 Subject: [PATCH] Automatically set in-place option from out-of-place (#123) --- README.md | 3 ++- src/common.cu | 26 ++++++++++++++++++-------- src/common.h | 1 + 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4fdb74ae0d..f0f6347c39 100644 --- a/README.md +++ b/README.md @@ -139,8 +139,9 @@ All tests support the same set of arguments : * `-G,--hipgraph ` Capture iterations as a HIP graph and then replay specified number of times. Default : 0. * `-C,--report_cputime <0/1>]` Report CPU time instead of latency. Default : 0. * `-R,--local_register <1/0>` enable local buffer registration on send/recv buffers. Default : 0. - * `-T,--timeout