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

Balaji V. Iyer. llvmlistbot at llvm.org
Mon Mar 18 14:06:58 PDT 2024


bviyer wrote:

I build LLVM (with mlir and clang) with the following cmake flags: `cmake -DLLVM_USE_SANITIZER=Address -DLLVM_ENABLE_PROJECTS="mlir;clang" -DLLVM_TARGETS_TO_BUILD=X86 ../llvm -DCMAKE_BUILD_TYPE=Debug -G "Ninja" `. After that, (with your patch already applied) I just did `ninja check-mlir` and you can see the failure.

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


More information about the Mlir-commits mailing list