[Mlir-commits] [mlir] Revert "[MLIR][XeGPU] Adding XeGPU 2d block operators (#84692)" (PR #85653)

Chao Chen llvmlistbot at llvm.org
Tue Mar 19 08:20:38 PDT 2024


chencha3 wrote:

Thanks @bviyer, @d0k, @joker-eph for your help. Yes, it is a bug as described by @d0k. It is my bad. I missed the implementation details about `OffsetSizeAndStrideOpInterface::getStaticSizes`, it returns ArrayRef, so value is dead there. So, I refined my implementation. 

https://github.com/llvm/llvm-project/pull/85653


More information about the Mlir-commits mailing list