[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 Mar 19 02:41:45 PDT 2024


pabloantoniom wrote:

> Please add a test exercising this for `tile_sizes`, not only `num_threads`. I suspect the logic is broken.

Thanks for taking your time to review the PR. I have added a test for tile_sizes (indeed there was an issue when tile_sizes contained a 1, like you suggested in a comment below). I have also added a test case showcasing that this also works for other linalg ops, not only linalg.generic.

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


More information about the Mlir-commits mailing list