[Mlir-commits] [mlir] [mlir][gpu] Add GPU subgroup MMA extract and insert operations (PR #139048)
Hsiangkai Wang
llvmlistbot at llvm.org
Tue May 20 03:09:27 PDT 2025
Hsiangkai wrote:
> Can you add a test for parsing/printing the ops over in ` mlir/test/Dialect/GPU/ops.mlir`?
>
> (And re lowering to NVVM, I suspect that there should be some way to do it given that NVVM can implement the relevant SPIR-V ops. I don't think that should block this PR)
Thanks for your review. I have added a test for parsing/printing.
https://github.com/llvm/llvm-project/pull/139048
More information about the Mlir-commits
mailing list