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

[XeVM] Lowering to LLVM #416

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

[XeVM] Lowering to LLVM #416

wants to merge 3 commits into from

Conversation

akroviakov
Copy link
Contributor

This PR introduces the first step toward lowering XeVM to LLVM.
The approach is similar to Triton, but with some differences (e.g., cache control attributes).
Conversion tests are borrowed and adapted from Triton.

For now, OpenCL intrinsics are used for 2D block operations, waiting for the corresponding SPIR-V builtins to become available.

@akroviakov akroviakov force-pushed the akroviak/xevm-initial branch from 2534ac7 to 3b9094d Compare December 1, 2024 14:26
@kurapov-peter
Copy link
Contributor

kurapov-peter commented Dec 2, 2024

I think if you split it into meaningful patches we can start landing them. Looks good.

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.

2 participants