[Mlir-commits] [mlir] [mlir][OpenMP] inscan reduction modifier and scan op mlir support (PR #114737)

Anchu Rajendran S llvmlistbot at llvm.org
Wed Jan 8 09:23:03 PST 2025


================
@@ -1560,6 +1560,26 @@ def CancellationPointOp : OpenMP_Op<"cancellation_point", clauses = [
   let hasVerifier = 1;
 }
 
+def ScanOp : OpenMP_Op<"scan", [
----------------
anchuraj wrote:

Thank you. I discussed this offline with @skatrak. Based on the discussions and inputs, I am proceeding with implementing no region approach with `ScanOp` having memory side effects . Please let me know if there are any further concerns on this.

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


More information about the Mlir-commits mailing list