[Mlir-commits] [mlir] [MLIR] Move warp_execute_on_lane_0 from vector to gpu (PR #116994)
Kunwar Grover
llvmlistbot at llvm.org
Wed Nov 20 08:52:11 PST 2024
================
@@ -1097,6 +1097,10 @@ def GPU_YieldOp : GPU_Op<"yield", [Pure, ReturnLike, Terminator]>,
```
}];
+ let builders = [
+ OpBuilder<(ins), [{ /* nothing to do */ }]>
+ ];
+
----------------
Groverkss wrote:
Shouldn't it be:
```
build($_builder, $_state, std::nullopt);
```
https://github.com/llvm/llvm-project/pull/116994
More information about the Mlir-commits
mailing list