[Mlir-commits] [mlir] [mlir][NVVM] Add InferTypeOpInterface to NVVM ops with deterministic result types (PR #188173)
Guray Ozen
llvmlistbot at llvm.org
Tue Mar 24 00:40:36 PDT 2026
================
@@ -616,6 +672,135 @@ llvm.func @kernel_func(%arg0: !llvm.ptr {nvvm.grid_constant}) attributes {nvvm.k
// -----
+// CHECK-LABEL: @vote_sync_infer_type
+func.func @vote_sync_infer_type(%mask : i32, %pred : i1) {
----------------
grypp wrote:
it looks most of the tests are duplicate, let's remove them
https://github.com/llvm/llvm-project/pull/188173
More information about the Mlir-commits
mailing list