[Mlir-commits] [mlir] Revert "[MLIR][XeGPU] Adding XeGPU 2d block operators (#84692)" (PR #85653)
Mehdi Amini
llvmlistbot at llvm.org
Mon Mar 18 14:34:42 PDT 2024
joker-eph wrote:
> I am not clear how it will generate stack-use-after-return error, since it only returns logic result
Well ASAN here likely means that the `staticVals` array is out-of-scope, unfortunately we'd need to see more of the backtrace to figure where it comes from.
https://github.com/llvm/llvm-project/pull/85653
More information about the Mlir-commits
mailing list