[PATCH] D76912: [MLIR] Add simple runner utilities for timing

Uday Bondhugula via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 27 22:32:37 PDT 2020


bondhugula marked 2 inline comments as done.
bondhugula added inline comments.


================
Comment at: mlir/test/mlir-cpu-runner/sgemm_naive_codegen.mlir:15
+
+  %t_start = call @rtclock() : () -> f64
+  affine.for %arg0 = 0 to 5 {
----------------
ftynse wrote:
> This test will fail on Windows because the linker in JIT won't resolve this function. Consider returning 0.0 from the function and printing a message instead?
Thanks, done. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76912/new/

https://reviews.llvm.org/D76912





More information about the llvm-commits mailing list