Closed yanbing-j closed 3 months ago
This PR is to update the elapsed_time to ms on CPU, aligned with CUDA. start_event.elapsed_time in CUDA is represented by ms, while time.time() is represented by s.
elapsed_time
ms
start_event.elapsed_time
time.time()
s
Hi @cpuhrsch , could you please take a look? Thanks!
This PR is to update the
elapsed_time
toms
on CPU, aligned with CUDA.start_event.elapsed_time
in CUDA is represented byms
, whiletime.time()
is represented bys
.