Hsiangkai Wang 9d5c35408e
[mlir][gpu] Loose the condition to convert scf.parallel to gpu.launch (#164978)
Use LocalAliasAnalysis to improve handling of side effects in nested
scf.parallel. If the written memory outside nested scf.parallel is not
alias to the memory accessed inside the nested loop, we can convert it
to gpu.launch.
2025-10-30 13:43:49 +00:00
..