Skip to content
New issue

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

Supporting latest LLVM version #45

Closed
mtsokol opened this issue Feb 4, 2025 · 3 comments
Closed

Supporting latest LLVM version #45

mtsokol opened this issue Feb 4, 2025 · 3 comments

Comments

@mtsokol
Copy link
Contributor

mtsokol commented Feb 4, 2025

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.

@mtsokol mtsokol changed the title Support Supporting latest LLVM version Feb 4, 2025
@j2kun
Copy link
Owner

j2kun commented Feb 4, 2025

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.

@mtsokol
Copy link
Contributor Author

mtsokol commented Feb 4, 2025

Sure! Here's a PR with changes that were needed to run it with newer LLVM: #46

@mtsokol
Copy link
Contributor Author

mtsokol commented Feb 9, 2025

Fixed in #46.

@mtsokol mtsokol closed this as completed Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants