Unverified Commit 34cd2e8c authored by Yuting Jiang's avatar Yuting Jiang Committed by GitHub
Browse files

Benchmarks: Code Revision - Rename computation_communication_overlap microbenchmark metric (#167)

**Description**
Rename computation_communication_overlap microbenchmark metric .

**Major Revision**
- remove rank info in metric.
- simplify and rename metric.
parent e5e84a2e
......@@ -237,7 +237,7 @@ def _benchmark(self):
compute_end = time.perf_counter()
torch.cuda.synchronize()
compute_metric = 'gpu{}_computation_cost_{}'.format(self.__local_rank, kernel)
compute_metric = '{}_cost'.format(kernel)
compute_elapse_times = [(compute_end - start) * 1000 / self._args.num_steps]
if not self._process_numeric_result(compute_metric, compute_elapse_times):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment