[Mlir-commits] [mlir] [mlir][xegpu] Patch dynamic descriptor creation (PR #93580)
Chao Chen
llvmlistbot at llvm.org
Wed Jun 5 12:38:21 PDT 2024
chencha3 wrote:
> Thanks a lot for the fix!
>
> I guess XeGPU op verifier is too simple. @chencha3 we should probably look into that in a separate PR
Yes, you are right. Currently some parameters of XeGPU ops are architecture specific, and we left them checked by an arch class in downstream. We need to rethink this part.
https://github.com/llvm/llvm-project/pull/93580
More information about the Mlir-commits
mailing list