Signed-off-by: rshaw@neuralmagic.com <robertgshaw2@gmail.com>
This commit is contained in:
rshaw@neuralmagic.com
2025-06-27 18:48:05 +00:00
parent 5d2eac70e7
commit f9617c75ad

View File

@ -968,7 +968,10 @@ class NixlConnectorWorker:
)
# Begin async xfer.
start = time.perf_counter()
self.nixl_wrapper.transfer(handle)
end = time.perf_counter()
logger.info("======== LAUNCH TIME: %s ========", end - start)
# Use handle to check completion in future step().
# TODO (NickLucche) surface xfer elapsed time