[all-commits] [llvm/llvm-project] 89d490: [mlir] Fix declaration of nano time function in be...

Denys Shabalin via All-commits all-commits at lists.llvm.org
Fri May 13 04:22:31 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 89d4904541106172e307efc98fbed5d8a86c4342
      https://github.com/llvm/llvm-project/commit/89d4904541106172e307efc98fbed5d8a86c4342
  Author: Denys Shabalin <shabalin at google.com>
  Date:   2022-05-13 (Fri, 13 May 2022)

  Changed paths:
    M mlir/benchmark/python/common.py

  Log Message:
  -----------
  [mlir] Fix declaration of nano time function in benchmark infra

In d4555698f89af373f43dcb4aa1587231496bcd31, the name of nano precision timer function has changed from `nano_time` to `nanoTime`, but benchmarks were not updated to reflect that. This change addresses the discrepancy.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D125217




More information about the All-commits mailing list