[Mlir-commits] [mlir] Revert "[MLIR][XeGPU] Adding XeGPU 2d block operators (#84692)" (PR #85653)
Renato Golin
llvmlistbot at llvm.org
Tue Mar 19 07:40:32 PDT 2024
rengolin wrote:
I don't see how this is an error in this patch. That's a genuine usage of `llvm::count_if`, no captures, just return true/false, which just [uses](https://github.com/llvm/llvm-project/blob/db4170a4f3a701a62f5c1ef2e6a30f490f107f7d/llvm/include/llvm/ADT/STLExtras.h#L1931) `std::count_if`.
I believe this is a bug (or false positive) in the (GNU) STL implementation, not in the code in this patch.
https://github.com/llvm/llvm-project/pull/85653
More information about the Mlir-commits
mailing list