Skip to content

Commit 90f6dde

Browse files
committed
Remove rocdl op because we cannot use it.
1 parent 7317678 commit 90f6dde

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,6 @@ def ROCDL_ReadlaneOp : ROCDL_IntrOp<"readlane", [], [0], [AllTypesMatch<["res",
204204
}];
205205
}
206206

207-
def ROCDL_WaveIdOp : ROCDL_IntrOp<"s.get.waveid.in.workgroup", [], [], [Pure], 1>,
208-
Arguments<(ins)> {
209-
let results = (outs LLVM_Type:$res);
210-
let assemblyFormat = "attr-dict `:` type($res)";
211-
}
212-
213207
//===----------------------------------------------------------------------===//
214208
// Thread index and Block index
215209
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)