[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
Tue Feb 27 06:01:45 PST 2024


pabloantoniom wrote:

Another option I also considered is to emit an error instead of a warning, and then add an option to `tile_using_forall` to disable this check (e.g., `check_unsafe_tiling=False`). This way we ensure that the user will not generate non thread-safe code unless the option is enabled explicitly.

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


More information about the Mlir-commits mailing list