Closed
Description
Hi! Thank you so much for this tutorial!
It's a great explanation for multitude of different compiler/MLIR concepts in one place.
FYI I'm using a separate LLVM build, which is the latest LLVM version, changing:
-include_directories(${PROJECT_SOURCE_DIR}/externals/llvm-project)
+include_directories("/path/to/llvm-project-main/")
FYI the only part that required updating was:
- mlir-cpu-runner
+ mlir-runner
in tests/CMakeLists.txt
as it changed recently.
Metadata
Metadata
Assignees
Labels
No labels