[all-commits] [llvm/llvm-project] fcfd3a: [mlir] NFC - Move runner utils from mlir-cpu-runne...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Thu Feb 27 07:06:52 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fcfd3a281c1d6ffd40e4acc430eba448fa6c8423
      https://github.com/llvm/llvm-project/commit/fcfd3a281c1d6ffd40e4acc430eba448fa6c8423
  Author: Nicolas Vasilache <ntv at google.com>
  Date:   2020-02-27 (Thu, 27 Feb 2020)

  Changed paths:
    A mlir/include/mlir/ExecutionEngine/RunnerUtils.h
    M mlir/lib/ExecutionEngine/CMakeLists.txt
    A mlir/lib/ExecutionEngine/RunnerUtils.cpp
    M mlir/test/CMakeLists.txt
    M mlir/test/mlir-cpu-runner/CMakeLists.txt
    M mlir/test/mlir-cpu-runner/include/cblas.h
    M mlir/test/mlir-cpu-runner/include/cblas_interface.h
    R mlir/test/mlir-cpu-runner/include/mlir_runner_utils.h
    R mlir/test/mlir-cpu-runner/mlir_runner_utils.cpp

  Log Message:
  -----------
  [mlir] NFC - Move runner utils from mlir-cpu-runner to ExecutionEngine

Runner utils are useful beyond just CPU and hiding them within the test directory
makes it unnecessarily harder to reuse in other projects.




More information about the All-commits mailing list