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

Renato Golin llvmlistbot at llvm.org
Tue Mar 19 07:44:52 PDT 2024


rengolin 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).

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


More information about the Mlir-commits mailing list