Skip to content

Commit 7a71011

Browse files
[MLIR][Vector] Remove unused and unimplemented Vector_WarpExecuteOnLa… (#112338)
…ne0Op builder Removing the declaration instead of implementing the builder as discussed in #110106
1 parent 80f38fb commit 7a71011

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/include/mlir/Dialect/Vector/IR/VectorOps.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3090,7 +3090,6 @@ def Vector_WarpExecuteOnLane0Op : Vector_Op<"warp_execute_on_lane_0",
30903090

30913091
let skipDefaultBuilders = 1;
30923092
let builders = [
3093-
OpBuilder<(ins "Value":$laneid, "int64_t":$warpSize)>,
30943093
OpBuilder<(ins "TypeRange":$resultTypes, "Value":$laneid,
30953094
"int64_t":$warpSize)>,
30963095
// `blockArgTypes` are different than `args` types as they are they

0 commit comments

Comments
 (0)