This patch introduces the init operation that represents the init executable directive
from the OpenACC 3.0 specifications.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp | ||
---|---|---|
645 | You can return the error directly. Also, you can use emitOpError to prefix the message with the op name. |
You can return the error directly. Also, you can use emitOpError to prefix the message with the op name.