This repository was archived by the owner on Nov 27, 2025. It is now read-only.
[EISW-141730] 19.x Merge dialect changes#119
Closed
sramasit wants to merge 2 commits intointel:npu/release/19.xfrom
Closed
[EISW-141730] 19.x Merge dialect changes#119sramasit wants to merge 2 commits intointel:npu/release/19.xfrom
sramasit wants to merge 2 commits intointel:npu/release/19.xfrom
Conversation
| @@ -44,4 +44,3 @@ add_subdirectory(UB) | |||
| add_subdirectory(Utils) | |||
| add_subdirectory(Vector) | |||
| add_subdirectory(X86Vector) | |||
Contributor
There was a problem hiding this comment.
This looks a bit radical. Is it possible to introduce a cmake option for disabling the dialect?
Something like we have for spirv:
Contributor
Author
There was a problem hiding this comment.
I see. Based on the comment in the JIRA I thought we are doing a permanent cleanup. My initial solution was to disable using CMake options like you pointed above. I will proceed with CMake option then.
9e422f7 to
98b43c9
Compare
andrey-golubev
suggested changes
Apr 24, 2025
Contributor
andrey-golubev
left a comment
There was a problem hiding this comment.
Can we bring this into the upstream first? And start a general discussion on the granularity of the MLIR? Otherwise, this is going to live forever in our repo which has a maintenance cost.
ccbe9ff to
2e54baf
Compare
e0c9905 to
9668fe3
Compare
nikita-kud
reviewed
May 16, 2025
Introduced a CMake option MLIR_DIALECT_XEGPU_ENABLE (default OFF) to optionally include the XeGPU dialect in the build. Signed-off-by: Surendar Rama Sitaraman <surendar.rama.sitaraman@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.