[Mlir-commits] [mlir] [mlir] Support ROCDL::ReadlaneOp (PR #116593)

Krzysztof Drewniak llvmlistbot at llvm.org
Mon Nov 18 09:02:40 PST 2024


================
@@ -118,6 +118,25 @@ llvm.func @rocdl.ballot64(%pred : i1) -> i64 {
   llvm.return %0 : i64
 }
 
+llvm.func @rocdl.readlane(%src0 : f32, %src1: f64, %src2: i32, %src3: vector<2 x f32>) -> f32 {
----------------
krzysz00 wrote:

In addition to this, can we get a test in `mlir/test/Dialect/LLVMIR/rocdl.mlir` just to make sure the op parses/prints correctly?

https://github.com/llvm/llvm-project/pull/116593


More information about the Mlir-commits mailing list