[Mlir-commits] [mlir] [mlir][nvgpu] Remove strict verifiers on `warpgroup.generate.descriptor` (PR #69935)

Guray Ozen llvmlistbot at llvm.org
Tue Oct 24 09:27:47 PDT 2023


================
@@ -375,15 +375,9 @@ LogicalResult WarpgroupGenerateDescriptorOp::verify() {
   MemRefType memrefType = getTensor().getType();
   MemRefType tensorMapType = getTensorMap().getType().getTensor();
 
-  if (memrefType != tensorMapType)
-    return emitError() << "memref and tensor map type mismatch";
----------------
grypp wrote:

The issue is similar what we discuss [here](https://github.com/llvm/llvm-project/pull/69584#issuecomment-1777594817). 

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


More information about the Mlir-commits mailing list