[Mlir-commits] [mlir] [mlir][acc] Add acc.on_device op (PR #208096)

Ivan R. Ivanov llvmlistbot at llvm.org
Wed Jul 8 07:58:26 PDT 2026


================
@@ -3713,6 +3713,33 @@ def OpenACC_WaitOp : OpenACC_Op<"wait", [AttrSizedOperandSegments]> {
   let hasVerifier = 1;
 }
 
+//===----------------------------------------------------------------------===//
+// acc_on_device runtime call
+//===----------------------------------------------------------------------===//
+
+def OpenACC_OnDeviceOp : OpenACC_Op<"on_device", [NoMemoryEffect]> {
----------------
ivanradanov wrote:

Fixed.

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


More information about the Mlir-commits mailing list