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

Alex Zinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 27 07:37:09 PDT 2020


ftynse requested changes to this revision.
ftynse added inline comments.
This revision now requires changes to proceed.


================
Comment at: mlir/lib/ExecutionEngine/RunnerUtils.cpp:17
 #include "mlir/ExecutionEngine/RunnerUtils.h"
+#include <sys/time.h>
 
----------------
We need some conditional compilation mechanism here, MLIR needs to be buildable on other systems than Linux.


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