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

[MLIR][XeGPU] Adding XeGPU 2d block operators #85804

Merged
merged 23 commits into from
Mar 20, 2024

Conversation

chencha3
Copy link
Contributor

This PR adds XeGPU 2D block operators. It contains:

  1. TensorDescType and TensorDescAttr definitions
  2. MemoryScopeAttr and CacheHintAttr definitions which are used by TensorDescAttr.
  3. CreateNdDescOp, PrefetchNdOp, LoadNdOp, and StoreNdOp definitions, and their corresponding testcases for illustration.

It cherry-picks daebe5c with asan fix.

@chencha3 chencha3 changed the title Xegpu 2d block ops [MLIR][XeGPU] Adding XeGPU 2d block operators Mar 19, 2024
@mshahneo mshahneo merged commit 61b24c6 into llvm:main Mar 20, 2024
5 checks passed
chencha3 added a commit to chencha3/llvm-project that referenced this pull request Mar 23, 2024
pickup llvm#84692 with asan fix.

---------

Co-authored-by: Mehdi Amini <joker.eph@gmail.com>
@chencha3 chencha3 deleted the xegpu_2d_block_ops branch July 25, 2024 22:24
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