Skip to content

[GPU] XeVM to LLVM pass structure #395

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 1 commit into from
Oct 29, 2024
Merged

Conversation

kurapov-peter
Copy link
Contributor

This adds the lowering pass boilerplate for convert-xevm-to-llvm.

Depends on #390.

@kurapov-peter kurapov-peter linked an issue Oct 28, 2024 that may be closed by this pull request
@kurapov-peter kurapov-peter force-pushed the pakurapo/xelvm-lowering-pass branch from 55a1aaa to 5791ac3 Compare October 28, 2024 17:29
Copy link
Contributor

@dchigarev dchigarev left a comment

Choose a reason for hiding this comment

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

We might also want to move some of the passes from 'Transforms' to 'Conversion' at some point in the future, right? (linalg-to-xegpu, gpu-to-gpuocl, lower-to-tile-vector, convert-memref-to-cpuruntime, ...)

@kurapov-peter
Copy link
Contributor Author

We might also want to move some of the passes from 'Transforms' to 'Conversion' at some point in the future, right? (linalg-to-xegpu, gpu-to-gpuocl, lower-to-tile-vector, convert-memref-to-cpuruntime, ...)

Yes, some of them are conversions, not transforms.

@kurapov-peter kurapov-peter merged commit 535f852 into main Oct 29, 2024
6 checks passed
@kurapov-peter kurapov-peter deleted the pakurapo/xelvm-lowering-pass branch October 29, 2024 12:31
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

Successfully merging this pull request may close these issues.

XeVM to LLVM lowering
3 participants