[Mlir-commits] [mlir] [mlir][linalg] Emit a warning when tile_using_forall generates non thread-safe code (PR #80813)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Thu Mar 21 03:52:11 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
----------------
ftynse wrote:
Nit: tiled by what?
https://github.com/llvm/llvm-project/pull/80813
More information about the Mlir-commits
mailing list