mlir-tutorial
mlir-tutorial copied to clipboard
MLIR For Beginners tutorial
Hello, Firstly thanks very much for the tutorial which is very informative for ones who has little knowledge on LLVM. I'm following charters one by one, and in the section...
I am trying to `bazel build @llvm-project//mlir/...:all` but am getting errors with the minimum macos version. ` external/llvm-project/llvm/utils/TableGen/DFAEmitter.cpp:367:18: error: 'get' is unavailable: introduced in macOS 10.13 OS
If you're following along PR by PR and checking out individual commits to run examples, you may encounter python complaining it can't find the `lit` module. In the fourth article...
Commit https://github.com/j2kun/mlir-tutorial/commit/e1ffe387ea6aec76796c6c7393ae75bd18edcb61 pins to bazel version 6.4.0, but users who use bazel via bazelisk before that commit will automatically get bazel version 7 (as of this writing) which breaks the...
See https://discourse.llvm.org/t/mlir-dead-code-analysis/67568/8 > I tried out the data flow analysis framework, and also realized the DeadCodeAnalysis was required for pretty much every analysis I wanted to do. So I’m sympathetic...
Hi, Thank you so much for the tutorial series. It is really great and helped me a lot to understand a few core concepts of MLIR framework. I was wondering...
This only affects the CMake build after article 12 ([A Global Optimization and Dataflow Analysis](https://jeremykun.com/2023/11/15/mlir-a-global-optimization-and-dataflow-analysis/)) and before https://github.com/j2kun/mlir-tutorial/pull/31 See the discussion in https://github.com/j2kun/mlir-tutorial/issues/30 for details and https://github.com/j2kun/mlir-tutorial/issues/30#issuecomment-1824588337 for the solution...
I am new to use Bazel universe, After cloning the repo, I tried to run: **bazel build ...:all** But I got the following error: ERROR: Skipping '...:all': error loading package...