We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
tests/CMakeLists.txt
The text was updated successfully, but these errors were encountered:
If you want to push a PR with these changes (and bump to the latest LLVM commit hash) I'd be happy to merge it.
Sorry, something went wrong.
Sure! Here's a PR with changes that were needed to run it with newer LLVM: #46
Fixed in #46.
No branches or pull requests
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:
FYI the only part that required updating was:
in
tests/CMakeLists.txt
as it changed recently.The text was updated successfully, but these errors were encountered: