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

Benjamin Kramer llvmlistbot at llvm.org
Tue Mar 19 07:49:15 PDT 2024


d0k wrote:

> Has this issue been seen in other ASAN buildbots or just this one? Can we have a bit more context here, please?
> 
> I'm a strong believer of keeping the bots green, but this issue is not a trivial thing to fix.
> 
> Meanwhile, @chencha3, you can replace that `count_if` with a simple loop and get the patch merged, so that we can progress on the XeGPU side and let the Clang/C++/GNU people fix the other bug. When you do, please add a comment that you're not using `count_if` because of this issue (reference the PR so that people get the reference).

I know that asan reports can be hard to read, but this is really a mismatch between ArrayRef and SmallVector on the definition of getStaticSizes. It has nothing to do with count_if.

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


More information about the Mlir-commits mailing list