[Mlir-commits] [mlir] [mlir][nvgpu] Make `phaseParity` of `mbarrier.try_wait` `i1` (PR #81460)

Durgadoss R llvmlistbot at llvm.org
Mon Feb 12 08:50:12 PST 2024


================
@@ -362,7 +362,8 @@ std::optional<InFlightDiagnostic> verifyTmaDescriptorWithMemref(
                              << kMaxTMADimension << " but it is " << dim;
     }
   }
-  if (descMemref.getRank() > 1) {
+  if (descMemref.getRank() > 1 &&
+      descType.getSwizzle() != TensorMapSwizzleKind::SWIZZLE_NONE) {
----------------
durga4github wrote:

Is this change intended to be part of this patch ?

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


More information about the Mlir-commits mailing list