[Mlir-commits] [mlir] [MLIR][XeGPU] Add dpas and named barrier ops (PR #88973)
Chao Chen
llvmlistbot at llvm.org
Wed Apr 24 12:43:40 PDT 2024
chencha3 wrote:
> Bot is broken:
>
> ```
> ld.lld: error: undefined symbol: mlir::arith::AtomicRMWKindAttr::get(mlir::MLIRContext*, mlir::arith::AtomicRMWKind)
> >>> referenced by XeGPUOps.cpp
> >>> tools/mlir/lib/Dialect/XeGPU/IR/CMakeFiles/obj.MLIRXeGPUDialect.dir/XeGPUOps.cpp.o:(mlir::xegpu::AtomicRMWOp::setKind(mlir::arith::AtomicRMWKind))
> >>> referenced by XeGPUOps.cpp
> ```
>
> Can you quickly fix? Otherwise we should just revert in the meantime.
Yes, I am going to fix it now.
https://github.com/llvm/llvm-project/pull/88973
More information about the Mlir-commits
mailing list