llvm-project/mlir
Denys Shabalin 89d4904541 [mlir] Fix declaration of nano time function in benchmark infra
In d4555698f8, 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
2022-05-13 13:22:18 +02:00
..
benchmark/python [mlir] Fix declaration of nano time function in benchmark infra 2022-05-13 13:22:18 +02:00
cmake/modules [mlir] Fix python bindings build on Windows in Debug 2022-05-09 19:46:47 -07:00
docs [mlir] use dynamic sections in MLIR Doxygen 2022-05-13 11:43:52 +02:00
examples [mlir] Attach InferTypeOpInterface on SameOperandsAndResultType operations when possible 2022-04-28 12:57:59 -07:00
include [mlir] Add TensorToLinalgPass 2022-05-13 12:17:22 +02:00
lib [MLIR] Fix areIdsUnique in AffineStructures 2022-05-13 16:15:13 +05:30
python [mlir:ODS] Support using attributes in AllTypesMatch to automatically add InferTypeOpInterface 2022-04-28 12:57:59 -07:00
test [mlir] Add TensorToLinalgPass 2022-05-13 12:17:22 +02:00
tools [mlir][ods] (NFC) don't use std::function for map_range 2022-05-12 05:15:03 +00:00
unittests [mlir] Remove unused using declaration (NFC) 2022-05-10 12:58:01 +02:00
utils [mlir] Bump mlir-vscode to 0.0.7 2022-05-12 15:52:46 -07:00
.clang-format
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt [mlir][PDLL] Add support for generating PDL patterns from PDLL at build time 2022-04-26 18:33:16 -07:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.