[Mlir-commits] [mlir] [mlir][linalg] Emit a warning when tile_using_forall generates non thread-safe code (PR #80813)

Pablo Antonio Martinez llvmlistbot at llvm.org
Thu Mar 21 09:29:35 PDT 2024


================
@@ -304,6 +304,44 @@ static void calculateTileOffsetsAndSizes(
   }
 }
 
+/// Returns a vector of bools representing if, for the given axis, `op` can be
+/// tiled by without incurring in a race condition and thus it is thread-safe to
----------------
pabloantoniom wrote:

Fixed

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


More information about the Mlir-commits mailing list