Skip to content

[WIP] Copy LinalgToXeGPU pass from tpp-mlir #165

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

Merged
merged 6 commits into from
Jul 12, 2024

Conversation

dchigarev
Copy link
Contributor

@dchigarev dchigarev commented Jul 11, 2024

Closes #160

This PR copies LinalgToXeGPU pass from tpp-mlir project, conversion tests, and a few files with utilities that are used by LinalgToXeGPU.cpp (unused utilities were removed from these files).

Things to do:

  • Try to remove dependency on StructuredOpMatcher.cpp

Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
@@ -1,3 +1,20 @@
################################################################################
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

linter made me add the license here for some reason

@dchigarev dchigarev marked this pull request as ready for review July 11, 2024 16:14
@dchigarev dchigarev requested a review from kurapov-peter July 11, 2024 16:15
@dchigarev dchigarev changed the title Copy LinalgToXeGPU pass from tpp-mlir [WIP] Copy LinalgToXeGPU pass from tpp-mlir Jul 12, 2024
@dchigarev dchigarev added the WIP work in progress label Jul 12, 2024
Copy link
Contributor

@kurapov-peter kurapov-peter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to merge and polish later

@dchigarev dchigarev merged commit a589eb7 into intel:main Jul 12, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bring in the linalg-to-xegpu pass for testing
3 participants